corinstm
The following installation methods are not or are partially supported:
Web install page: This method is not supported because Server Core does not have Internet Explorer.
Trend Micro Vulnerability Scanner: The Vulnerability Scanner tool cannot be run locally on the Server Core. Run the tool from the OfficeScan server or another computer.
The following installation methods are supported:
Remote installation. For details, see Installing Remotely from the OfficeScan Web Console.
Login Script Setup
Client Packager
To install the client using Login Script Setup:
Open a command prompt.
Map the location of AutoPcc.exe file by typing the following command:
net use <mapped drive letter> \\<OfficeScan server host name or IP address>\ofcscan
For example:
net use P: \\10.1.1.1\ofcscan
A message appears, informing you if the location of AutoPcc.exe was mapped successfully.
Change to the location of AutoPcc.exe by typing the mapped drive letter and a colon. For example:
P:
Type the following to launch the installation:
AutoPcc.exe
The following image shows the commands and results on the command prompt.
Command prompt showing how to install the client using Login Script Setup
To install the client using a client package:
Create the package. For details, see Installing with Client Packager.
Open a command prompt.
Map the location of the client package by typing the following command:
net use <mapped drive letter> \\<Location of the client package>
For example:
net use P: \\10.1.1.1\Package
A message appears, informing you if the location of the client package was mapped successfully.
Change to the location of the client package by typing the mapped drive letter and a colon. For example:
P:
Copy the client package to a local directory on the Server Core computer by typing the following command:
copy <package file name> <directory on the Server Core computer where you want to copy the package>
For example:
copy officescan.msi C:\Client Package
A message appears, informing you if the client package was copied successfully.
Change to the local directory. For example:
C:
cd C:\Client Package
Type the package file name to launch the installation. For example:
officescan.msi
The following image shows the commands and results on the command prompt.
Command prompt showing how to install the client using a client package