You can add and install the applications, scripts and drivers which are available as executables to the target computer after deployment. Follow the steps given below to add the application details 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:
Create a zip file of the folder containing the application that you are trying to install.
For example, if your application is under the folder MsOffice2010\setup.exe, then create a zip file of the folder MsOffice2010.
Follow this
to download the Files.zip file and extract the zip file.
In the first line, replace the Zipfilename with the name of your .zip file.
For example, if your zip file name is MsOffice2010.zip, edit the line
7za.exe x -y "Zipfilename" to
7za.exe x -y "MsOffice2010.zip"
In the second line, replace the FolderName with the name of your application folder.
For example, let us assume your application is under the folder, MsOffice2010\setup.exe.
Then, edit the line cd "FolderName" to
cd "MsOffice2010"
In the third line, replace the "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 /S
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
After successful image deployment, applications will be installed on the target computer.