Re: [WiX-users] InstallUtil elevating for Vista

2008-07-29 Thread jmcfadyen
where did you sequence it ? it will need to between installInitialize and InstallFinalize but after InstallFiles. Zane Zeeh wrote: > > I have a custom action in my installer that uses installutil to register a > snap-in for the MMC. It works fine except for when I install on Vista. On > Vist

Re: [WiX-users] InstallUtil elevating for Vista

2008-07-29 Thread Zane Zeeh
-in is not installed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Tuesday, July 29, 2008 11:13 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] InstallUtil elevating for Vista That should have done it

Re: [WiX-users] InstallUtil elevating for Vista

2008-07-29 Thread Rob Mensching
That should have done it. Can you provide more detail about what "does not seem to work"? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zane Zeeh Sent: Tuesday, July 29, 2008 07:14 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] InstallUtil el