Installing the OfficeScan Client Using an OfficeScan Client Package Parent topic

Procedure

  1. Create the package.
  2. Open a command prompt.
  3. Map the location of the OfficeScan 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 OfficeScan client package was mapped successfully.
  4. Change to the location of the OfficeScan client package by typing the mapped drive letter and a colon. For example:
    P:
  5. Copy the OfficeScan 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 OfficeScan client package was copied successfully.
  6. Change to the local directory. For example:
    C:
    cd C:\Client Package
  7. 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.