Re: [WiX-users] Modifying an existing Wix 2 script for Vista

2009-10-28 Thread Blair
8:09 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Modifying an existing Wix 2 script for Vista Hi all, I am working on a Wix2 script written a couple of years ago. We want the .msi produced compatible with Vista UAC mode. The installer contains a custom action (written in

[WiX-users] Modifying an existing Wix 2 script for Vista

2009-10-28 Thread Sherwood Hu
Hi all, I am working on a Wix2 script written a couple of years ago. We want the .msi produced compatible with Vista UAC mode. The installer contains a custom action (written in C++ DLL), which creates a key under HKCM/Software/CompanyName/ProductName. It runs at UISequence. Based on my un