This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installer crashing with /quiet
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Mar 27, 2023
12:31 PM
Installer crashing with /quiet
Hello,
We are using Istallscript MSI project. This installer is running fine when launched exe manually. However when this run with /quiet switch from command prompt it is crashing. It's showing "preparing to install" on the progress bar and then crashes/closes the installer silently. No log file has been created or event is logged in the event viewer as well.
(1) Reply
Mar 28, 2023
07:18 AM
You can find the supported command-line prompts for Installscript MSI installers here:
https://docs.revenera.com/installshield28helplib/helplibrary/IHelpSetup_EXECmdLine.htm
Have you created a response file to use with the silent install and is the setup.iss included in the same directory as the setup.exe you are attempting to run?