InstallShield und AdminStudio Schulungen Original-Kurse mit Zertifikat Hier klicken


InstallSite MSI FAQ Home Introduction Preparing Creating How To Runtime Issues Error Reference Deutsch MSI FAQ in Deutsch

How can users run my installation program silently?

If your installation program is packaged as an MSI file, users can run the command line

  msiexec /i Product.msi /qn

If your installation program is packaged inside InstallShield's Setup.exe, the command to run is

  setup /s /v"/qn"

where anything you place in the /v argument is passed to msiexec.exe.

Note: since running an installation program in silent mode skips the User Interface sequence, custom actions located in that sequence will not be executed.


English News Discussions Windows Installer Related Tools More Help InstallScript About InstallSite Shop Site Search
deutsch Neuigkeiten Diskussionsgruppen Windows Installer MSI FAQ Artikel     Shop Suche

Copyright © by InstallSite Stefan Krueger. All rights reserved. Legal information.
Impressum/Imprint Datenschutzerklärung/Privacy Policy
By using this site you agree to the license agreement. Webmaster contact.