Re: [WiX-users] CA with elevated privileges under Vista!

2007-04-03 Thread Wilson, Phil
in which a standard user can cause elevated code to run during an install. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Sent: Monday, April 02, 2007 9:51 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CA wit

Re: [WiX-users] CA with elevated privileges under Vista!

2007-04-02 Thread Chuck
Phil, Thanx for your response. 1. Yes, "early in the installation process" does mean in the UI sequence...I know that this is not a recommended way to execute elevated CAs but I have a task that must be done prior to displaying a custom dialog that requires it. 2. I stuffed the manifest into

Re: [WiX-users] CA with elevated privileges under Vista!

2007-03-30 Thread Wilson, Phil
A couple or four things: 1) Does "early in the installation process" mean in the UI sequence? 2) Manifests target executables, not Dlls - they run with the level of the exe that loads them. 3) If the setup.exe isn't asking for elevation via Cancel/Allow but is asking for an admin account, the