Re: [WiX-users] "launch on exit" triggered even when uninstall

2008-10-31 Thread shibo
Thanks for the replies. Installed works. The statement: has no effect, still displaying the checkbox. Though I like the clearer logic it brings. FYI, I am using WiX 2.0. -- View this message in context: http://n2.nabble.com/%22launch-on-exit%22-triggered-even-when-uninstall-tp1437612p143784

Re: [WiX-users] "launch on exit" triggered even when uninstall

2008-10-31 Thread Chad Miles
Look in the Wix chm for... On Fri, Oct 31, 2008 at 12:40 PM, s zheng <[EMAIL PROTECTED]> wrote: > Hi, > > >From the tutorial http://www.tramontana.co.hu/wix/, section 8.6, I have > learnt how to launch an application: > > <*Control* Id="Launch" Type="CheckBox" X="135" Y="120" Width="150" >

Re: [WiX-users] "launch on exit" triggered even when uninstall

2008-10-31 Thread Rob Hamflett
Underneath the Text element (still inside the Control element) you want something like: Rob s zheng wrote: > Hi, > >>From the tutorial http://www.tramontana.co.hu/wix/, section 8.6, I have > learnt how to launch an application: > > <*Control* Id="Launch" Type="CheckBox" X="135" Y="120" Widt