Re: [WiX-users] Run App After Setup

2012-01-25 Thread Rob Hamflett
On 24/01/2012 16:46, Parkes, Kevin wrote: > The only snag is having the checkbox at the bottom of the dialog to overcome > the problem of its having a grey background - it there a way to get the > checkbox in the main bit of the dialog without the grey background? Yes, but it's a bit hacky. You

Re: [WiX-users] Run App After Setup

2012-01-24 Thread Parkes, Kevin
Found this: http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ which does (almost) exactly what I want. The only snag is having the checkbox at the bottom of the dialog to overcome the problem of its having a grey background - it there a way to get the checkbox

Re: [WiX-users] Run App After Setup

2012-01-24 Thread McCain, Jon
Have you tried using the built in WIX action of WixCA? You can set a property with the command you wish to run and then schedule it later. From the WIX Help. Quiet Execution Custom Action "The QtExec custom action allows you to run an arbitrary command line in an MSI-based setup in silent mode.