corinstm

Installation Methods for Windows Server Core

The following installation methods are not or are partially supported:

The following installation methods are supported:

  1. Open a command prompt.

  2. Map the location of AutoPcc.exe file by typing the following command:

  3. 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.

  4. Change to the location of AutoPcc.exe by typing the mapped drive letter and a colon. For example:

  5. P:

  6. 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

  1. Create the package. For details, see Installing with Client Packager.

  2. Open a command prompt.

  3. Map the location of the client package by typing the following command:

  4. 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.

  5. Change to the location of the client package by typing the mapped drive letter and a colon. For example:

  6. P:

  7. Copy the client package to a local directory on the Server Core computer by typing the following command:

  8. 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.

  9. Change to the local directory. For example:

  10. C:

    cd C:\Client Package

  11. 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