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
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 would have been required. I believe that the WixShellExec custom action should work for you. -Original Message- From: Paul