NOTE: There is a possible procedure to apply additional Automation Folders below, but first consider the following: is a new configuration needed? The only difference between a new Automation Folder and the pre-built Automation Folder is the drivers existing in the Boot Disk Creator database when the Folder installer is built. If the new build is to add drivers to the automation environment, then adding the drivers through the Boot Disk Creator and then selecting 'Recreate Preboot Environment' on the 'Preboot Configurations' page. When the policy is picked up by the SBS Server's Agent, then the automation installer should regenerate to include the new drivers.
Generate the configuration and Package:
- From the Preboot Configurations Page, Add a new Preboot configuration and select 'Automation Folder'. Save Changes.
- Once the new configuration is received by the Deployment Server, the 'Bootwiz.exe' process will run. When it is done running, the automation folder installer has been built.
**NOTE: Configurations are picked up by the Agent on a schedule. To accelerate this process, open the Agent Settings on the Server and click the 'Update' button.
- Browse to <Program Files>\Altiris\Notification Server\NSCap\bin\Win32\X86\Deployment\Automation. Note the existence of the "PEInstall_x86" folder. This is the default installation package for your automation folders. There should also be another folder with the name of the new configuration you just generated.
- Verify that the package was also created in the console: it should be found at Manage>>All Resources, Organizational Views>>Default>>All Resources>>Package.
Install the Automation Folder Package:
- Create a new Client Job under Manage>>Jobs And Tasks.
- Create a task to copy and install the package.
- In the job, create a new 'Copy File' task
- Under the 'Source' drop-down menu, select 'Upload from Local System'
- Under 'Location', use the 'Browse...' button to browse to and select the executable in the folder where the new automation build was placed
- Enter credentials under which there will be permission to copy files to the target systems.
- Under 'Destination', enter a folder to which the file will be copied on the target system. This can be a temporary folder that we can delete later.
- Under 'Command Line', enter "<destination path>\<configuration name>_x86.exe" -s -h
- Enter credentials under which there will be permission to run/install files to the target systems.
- Enter an appropriate/descriptive name for the task.
- Click 'OK'.
- *Optional: Create a cleanup task to remove temporary file/folder
- In the job, create a new 'Run script' task
- The text of the script should be as follows:
del "<destination path>\<configuration name>_x86.exe"
rmdir "<destination path>"
*Note: The <destination path> should be the path to which the file was copied, and <configuration name> is the name of the new Automation Folder
- Click 'OK'.
- Click 'Save Changes' (in the Job)
- This job can now be sent to the appropriate machines via either 'Quick Run' or creating a schedule.