Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How do I perform an unattended (silent) installation of the AirID Installer in order to automate the installation?

Answer

You can perform a silent installation of the AirID installer through command prompt scripts. The silent installation feature allows you to install the AirID software with no user interaction.

The exact command line isThe AirID Installer.exe  is created with the WiX Toolset. This can be run from the command line without requiring user input by using  following command:

Panel
borderStyledashed
titleCommand Line
"<Filename>.exe" /install /quiet /log "<Filename for Logfile.txt>" 

...

The AirID Installer use following Standard Windows Installer comand-line options:

/help - Help and quick reference option. 

...