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
AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Windows 7 MSI privileges
This is mostly a MSI question and not too WiX specific.
I am porting an old WiX (3.0) installer from XP to Windows 7. The installer
needs to be run as an admin because makes several calls to external programs
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
This is mostly a MSI question and not too WiX specific.
I am porting an old WiX (3.0) installer from XP to Windows 7. The installer
needs to be run as an admin because makes several calls to external programs
that need admin privileges (to register COM objects and such).
Even when I am logged i
9 matches
Mail list logo