wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Windows 7 MSI privileges
Great. I added Execute="deferred" and Impersonate="no" to my custom actions
and it seemed to fix the problem.
I certainly dont want to go against UAC. I want to do what is right,
whatever that may be,
et
Subject: Re: [WiX-users] Windows 7 MSI privileges
Great. I added Execute="deferred" and Impersonate="no" to my custom actions and
it seemed to fix the problem.
I certainly dont want to go against UAC. I want to do what is right, whatever
that may be, so thanks for the help.
Great. I added Execute="deferred" and Impersonate="no" to my custom actions and
it seemed to fix the problem.
I certainly dont want to go against UAC. I want to do what is right, whatever
that may be, so thanks for the help.
> You need Execute="deferred" custom actions with
> Impersonate="no".
G20 0SP
Email Disclaimer
-Original Message-
From: Wilson, Phil [mailto:phil.wil...@invensys.com]
Sent: 15 March 2011 17:41
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 MSI privileges
and the OP shouldn't be self-registering anywa
esday, March 15, 2011 10:13 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 MSI privileges
Windows Installer should be requesting elevation when it tries to
install your MSI. Have you set InstallPrivileges="elevated" in your
Package Element?
- Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
-Original Message-
From: Skildum, Mathew [mailto:mathew.skil...@aspect.com]
Sent: 15 March 2011 16:23
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 MSI pr
You can also force a true Administrator check in you install (set the property
MSIUSEREALADMINDETECTION) if you do not have time to work around UAC.
Mat Skildum
-Original Message-
From: The Eligible Bachelors [mailto:theeligiblebachel...@yahoo.com]
Sent: Tuesday, March 15, 2011 11:04 AM
What you are running into is UAC, Google it if you have not already.
You need Execute="deferred" custom actions with Impersonate="no". This will
allow your custom actions, and subsequent child processes that they create,
to inherit the local system privileges of the Windows Installer service.
The
8 matches
Mail list logo