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
- :
- UAC doen't work from control panel
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 15, 2011
07:57 AM
UAC doen't work from control panel
Hi,
I created installer(Basic msi) by InstallShield2011 Pro on Window7 64bit.
This installer executes "InstallScript" at the end of installation.
Then
"General Information > Require Administrator Privileges" is Yes
And
Setup.exe's "Required Execution Level" is "Administrator"
-----------------
[With non-administrator user]
After Install finished, Execute "Setup.exe"... Of course UAC dialog opens.
But click "Change" or "Repair" from parograms in control panel, No UAC!
-----------------
Is this right behavior?
I created installer(Basic msi) by InstallShield2011 Pro on Window7 64bit.
This installer executes "InstallScript" at the end of installation.
Then
"General Information > Require Administrator Privileges" is Yes
And
Setup.exe's "Required Execution Level" is "Administrator"
-----------------
[With non-administrator user]
After Install finished, Execute "Setup.exe"... Of course UAC dialog opens.
But click "Change" or "Repair" from parograms in control panel, No UAC!
-----------------
Is this right behavior?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 15, 2011
10:50 AM
It will not prompt immediately, but are you saying you do not see the prompt when it gets to ExecuteAction as well?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 15, 2011
10:50 AM
This behavior is expected; it's how MSI works. If your actions cannot be fixed to work with MSI's elevation model (i.e. only use administrative privileges during the deferred sequences), you will need to handle the ARP entry through some sort of custom launcher that can request elevation like setup.exe can.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 15, 2011
06:25 PM
Thank you for your replys.
I understand mechanism of install/uninstall from control panel.
I understand mechanism of install/uninstall from control panel.