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
- :
- Detect Administrative Installation
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
Jun 05, 2009
08:04 AM
Detect Administrative Installation
[Installshield 2008 - Basic-MSI]
How can I determine if the setup runs as an "Administrative Installation" (i. e. setup.exe has been started with the -a parameter)?
How can I determine if the setup runs as an "Administrative Installation" (i. e. setup.exe has been started with the -a parameter)?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 05, 2009
09:48 AM
Depending on what you're doing, perhaps condition ACTION="ADMIN", or with MsiGetMode, or by putting a custom action in one of the Admin sequences...