Adding software applications for installation after first Autologin

This procedure describes how to add software applications to ServerGuide Scripting Toolkit as part of the post-OS installation stage.

You can add software applications by editing and customizing the post-OS installation script.
Note: This procedure is not suitable for use with interactive applications that require additional user input. Attempting to install applications that require user interaction can cause the post-OS installation stage to hang while waiting for user input.
  1. Add the software application files to sgdeploy\SGTKWinPE\Scripts\Custom.
    All of the files in this directory are copied to the installation image.
  2. Edit the installation script file sgdeploy\SGTKWinPE\Scripts\Custom\CustomPostInstall.cmd to include the commands that invoke the added software applications.