Specifying the post-Installation command and batch file

After you set up a site defaults file, append the following commands to the file:
  1. Use a text editor such as Notepad to edit the site defaults file. Append a line similar to the following example. The label [PostInstallCmd] is required:
    [PostInstallCmd]
    Command=post-installation-commands.bat
  2. Save the site defaults file.
  3. Use the same text editor to create the post-installation-commands.bat file. This batch file directs the LKAD to use the license server information in the text file (server-info.txt). This batch file might contain the following commands:
    licadmin -fserver-info.txt
    net send administrator “Installation Complete”

    In this example, the client desktop’s License Key Administrator, licadmin, starts and uses the information in server-info.txt to specify the name of the license server that the client desktop will use. The batch file then sends a message to the administrator, indicating that the installation is complete.

  4. See Creating the text file that specifies license servers for the commands to insert in the text file server-info.txt.

Feedback