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
- :
- ISSilentInstall and passive mode
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 27, 2020
08:05 AM
ISSilentInstall and passive mode
Hello,
We are thinking of using the passive mode for running suite installers in our automated scripts. We do have certain actions in our suite project with conditions on ISSilentInstall being true.
If the suite is running in passive mode, is ISSilentInstall true? If not, how can we know from inside the install if it is running in passive mode?
Thanks
Claire
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 27, 2020
08:20 AM
Hi @ckari_genetec ,
I dont think ISSilentInstall property will be set during Passive mode of installation.
- Can you give a try using Events on secondary window?
- May be you can set a property,which you can use it to verify that you are under Passive mode.
Thanks,
Jenifer
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 27, 2020
10:16 AM
Great idea, thank you! 🙂