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
- :
- How to record .iss file in Suite Installer 2014
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jun 10, 2015
06:21 AM
How to record .iss file in Suite Installer 2014
I am unable to generate .iss file of my suite level/ advance ui project.
In normal basic MSI i can do it via setup.exe -r -f1C:\Users\humalh\Desktop\Setups\Disk1\endpoint.iss
Is any one knowing how to handle this in suite level installer?
In normal basic MSI i can do it via setup.exe -r -f1C:\Users\humalh\Desktop\Setups\Disk1\endpoint.iss
Is any one knowing how to handle this in suite level installer?
(1) Reply
Jun 10, 2015
02:51 PM
I am fairly certain that the .ISS file, InstallScript Response file, is ONLY for the InstallShield InstallScript based installations.
For a MSI install you simply pass in /q for quiet mode. The UI mode gets skipped completely.
For advanced UI / Suite packages, you pass in /silent on the command line to have it run silently.
For a MSI install you simply pass in /q for quiet mode. The UI mode gets skipped completely.
For advanced UI / Suite packages, you pass in /silent on the command line to have it run silently.