Re: [WiX-users] CustomAction failing on Vista

2006-07-05 Thread Bob Arnson
Derek Cicerone wrote: NGen is supported in both WiX 2 and 3.  D'oh...I forgot it was backported. Definitely worth a look! -- sig://boB http://bobs.org Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integr

Re: [WiX-users] CustomAction failing on Vista

2006-07-04 Thread Derek Cicerone
eforge.net Subject: Re: [WiX-users] CustomAction failing on Vista   I haven’t looked at Wix Version 3 yet. I guess I was put off by the (unstable) after it. The reason I switched to Wix was for a more predictable installation experience than InstallShield. Is the schema compatible with version 2?

Re: [WiX-users] CustomAction failing on Vista

2006-07-04 Thread Josh Einstein
again.   Josh   From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 7:07 PM To: Josh Einstein Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomAction failing on Vista   Josh Einstein wrote: I am using a CustomAction to launch ngen at the end of

Re: [WiX-users] CustomAction failing on Vista

2006-07-04 Thread Bob Arnson
Josh Einstein wrote: I am using a CustomAction to launch ngen at the end of my installation but it’s not working correctly in Vista with UAC. If I invoke the command manually from the command prompt as the logged in user, it fails because ngen requires the admin token. So I don’

[WiX-users] CustomAction failing on Vista

2006-07-04 Thread Josh Einstein
I am using a CustomAction to launch ngen at the end of my installation but it’s not working correctly in Vista with UAC. If I invoke the command manually from the command prompt as the logged in user, it fails because ngen requires the admin token. So I don’t get any elevation prompts even