Deploying STAAR Secure Browser



Download the latest version of STAAR Secure Browser and save the STAAR secure browser msi file to a folder within your shared apps folder



in our example we saves the file to apps\STAAR-Secure-Browser



Create a Batch file to install the MSI silently


@ECHO OFF

c:

cd \

msiexec /qn /i \\192.168.200.66\apps\STAAR-Secure-Browser\securebrowser.msi REBOOT=ReallySuppress

exit

exit


Path to the shared apps folder where the msi is stored



Create a Third Party Template to run the batch file to deploy TestNav



Choose Copy files locally 






When running the job use the UAC Authentication template.