Re: [WiX-users] Execute program on exit

2010-08-18 Thread Blair
). -Original Message- From: Paul Adams [mailto:p...@cbord.com] Sent: Wednesday, August 18, 2010 10:24 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Execute program on exit Thanks, that worked. I thought I tried that technique yesterday, but must have

Re: [WiX-users] Execute program on exit

2010-08-18 Thread Paul Adams
, 2010 11:40 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Execute program on exit Windows Installer runs EXE-style custom actions by calling CreateProcess, which does not allow UAC prompting, and will fail if the OS Loader considers that the prompt

Re: [WiX-users] Execute program on exit

2010-08-18 Thread Blair
: Paul Adams [mailto:p...@cbord.com] Sent: Wednesday, August 18, 2010 8:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Execute program on exit Hi. I have an issue with a WIX installer that runs a custom action using the "Finish" button in the exit dialog. I've trie

[WiX-users] Execute program on exit

2010-08-18 Thread Paul Adams
Hi. I have an issue with a WIX installer that runs a custom action using the "Finish" button in the exit dialog. I've tried to follow the tutorials/examples (which are wonderful, btw), but my action fails for Server 2008 installs. The same MSI works fine for Server 2003. Currently, I'm blaming t