Re: [WiX-users] Custom action with elevated privileges doesn't work

2008-11-04 Thread Alexander Shevchuk
: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action with elevated privileges doesn't work If I'm reading this correctly you are trying to launch an exe (which the program installed) before InstallFinalize. I'm not sure if that will work.

Re: [WiX-users] Custom action with elevated privileges doesn't work

2008-11-04 Thread Ian Elliott (Excell Data Corporation)
lto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 10:27 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action with elevated privileges doesn't work You must still have a deferred custom action after InstallFinalize, that's what error 2762

Re: [WiX-users] Custom action with elevated privileges doesn't work

2008-11-04 Thread Wilson, Phil
You must still have a deferred custom action after InstallFinalize, that's what error 2762 is saying. Are you sure your system is clean? Is it possible that you're really just going into a repair mode and having an already-installed product run? Or it's an upgrade and the uninstall of the olde