Silent Installation

To run a Silent Installation, open a Command Prompt in the folder where the installer is located.

Tip

Holding the Shift key while right-clicking on a folder in Windows Explorer, it will display the option Open Command Window (PowerShell) Here.

The command starts with the file name, then options and required properties.

To run a Silent Installation, run this command:

<filename> /v"/qn <properties

To write a Log, the command will be:

<filename> /v"/log <logfilename> /qn <properties