You can add and install the applications, scripts, and drivers that are available as executables to the target computer after deployment. Follow the steps given below to add the application depending on your requirement:
Specify the silent switches or execution commands to silently install the executables. If you have uploaded a script for silent installation, specify the command to execute the script.
Some examples are:
7za.exe x -y "Zipfilename" to 7za.exe x -y "MsOffice2010.zip".cd "FolderName" to cd "MsOffice2010"."setup.exe" -silentswitch with the installation command of your application. For example, if the command for your application is msoffice.exe /S, then edit the line START "" /WAIT "setup.exe" -silentswitch to START "" /WAIT msoffice.exe /SMsOffice2010.zip, 7za.exe, and Setup.bat) in the Upload application files to install field.Setup.bat in the Specify Execution/Installation commands field.Upload the bat file of the application that is to be installed in the Upload application EXEs to install field.
For example, Setup.bat
Specify the command to execute the bat file in the Specify Execution/Installation Commands field.
For example, setup.bat -install -quiet
Edit the following command with the name of the powershell script uploaded:
powershell.exe -executionpolicy unrestricted -file <name>.ps1
For example, powershell.exe -executionpolicy unrestricted -file config_user.ps1
Edit the following command with the name of the VBS script uploaded:
cscript.exe <name>.vbs
For example, cscript.exe sample.vbs
After successful image deployment, applications will be installed on the target computer.