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:
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.For example, Setup.bat
For example, setup.bat -install -quiet
powershell.exe -executionpolicy unrestricted -file <name>.ps1
For example, powershell.exe -executionpolicy unrestricted -file config_user.ps1
cscript.exe <name>.vbs
For example, cscript.exe sample.vbs
After successful image deployment, applications will be installed on the target computer.