Altair® Panopticon

 

Silent Install Through Running a Batch File

Running the silent installation through a batch (.bat) file is highly recommended for large scale deployment as the batch file can be easily executed on all machines.

 NOTE

Make sure the Panopticon Designer (Desktop) MSI file location mentioned in the command line is accessible.

 

 

Steps:

1.     Create a new text file and copy the preferred command line mentioned in the previous section:

msiexec.exe /i <path to package> [/q{n}]

Sample command line:

msiexec.exe /i “[path to DatawatchDesignerx64.msi]”/qn

Example:

msiexec.exe /i “C:\Users\User\onlinehelp\DatawatchDesignerMSI_x64_16-2-0\DatawatchDesignerx64.msi” /qn

2.     Save this as a batch (*.bat) file.

3.     Double-click this batch file as an Administrator.