Re: [WiX-users] WixShellExec not running application on exit

2013-01-30 Thread John J. Hughes II
] Sent: Tuesday, January 29, 2013 23:01 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WixShellExec not running application on exit On 28-Jan-13 16:24, John J. Hughes II wrote: > I have searched the web for " Error 2896 " which seems to say it is a > UAC problem

Re: [WiX-users] WixShellExec not running application on exit

2013-01-29 Thread Bob Arnson
On 28-Jan-13 16:24, John J. Hughes II wrote: > I have searched the web for " Error 2896 " which seems to say it is a UAC > problem but I also found references that say WixShellExec which prompt if > need for UAC permission so I would not expect that to be a problem but I am > new to the toolset. Ho

Re: [WiX-users] WixShellExec not running application on exit

2013-01-28 Thread John J. Hughes II
hn J. Hughes II -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Monday, January 28, 2013 15:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixShellExec not running application on exit I have mine set to 1 You have yours set t

Re: [WiX-users] WixShellExec not running application on exit

2013-01-28 Thread Steven Ogilvie
[mailto:jj...@functioninternational.com] Sent: January-28-13 3:31 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] WixShellExec not running application on exit Sorry I don't understand. Adding a value for WIXUI_EXITDIALOGOPTIONALCHECKBOX just checks the check bo

Re: [WiX-users] WixShellExec not running application on exit

2013-01-28 Thread John J. Hughes II
07 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixShellExec not running application on exit Your value for WIXUI_EXITDIALOGOPTIONALCHECKBOX is incorrect WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed http://localhost:[WEB_SITE

Re: [WiX-users] WixShellExec not running application on exit

2013-01-28 Thread Steven Ogilvie
58 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] WixShellExec not running application on exit I have added the statement to run my application on exit if box is check but it is throwing an error, see below. Using VS2012 and XML Toolst 3.7.122

[WiX-users] WixShellExec not running application on exit

2013-01-28 Thread John J. Hughes II
I have added the statement to run my application on exit if box is check but it is throwing an error, see below. Using VS2012 and XML Toolst 3.7.1224.0 and windows 7. Application requires UAC to run if that matters, I have tried running the installer from admin command prompt and not. Code in WX