You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Question

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 is:

Command Line
"<Filename>.exe" /install /quiet /log "<Filename for Logfile.txt>" 

Any problem can be found on the logfile and the command to uninstall it is:

Command Line
"<Filename>.exe" /uninstall /quiet /log "<Filename for Logfile.txt>"

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

/help - Help and quick reference option. 

/install | /repair | /uninstall | /layout - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default.

/passive | /quiet - displays minimal UI with no prompts or displays no UI and no promts. By default UI and all prompts are displayed.

/norestart - suppress any attempts to restart. By default UI will prompt before restart.

/log log.txt - logs to a specific file. By default a log file is created in %TEMP%

There is no content with the specified labels

Was this answer helpful?

Please rate & help us to improve our FAQ.



  • No labels