Hi All,

I'm trying to add a checkbox to the Finish dialog which will let me launch an application conditionally....

I've tried adding a checkbox like so:
<Control Id="Launch" Type="CheckBox" Width="100" Height="17" X="135" Y="80" Property="LAUNCHCONFIGURATIONCHECKED">

And then having

 <Property Id='LAUNCHCONFIGURATIONCHECKED' Value ='1'/>
    <InstallUISequence>
      <Custom Action="" After="ExecuteAction">
        <![CDATA[LAUNCHCONFIGURATIONCHECKED]]>
    </Custom>
    </InstallUISequence>

    <CustomAction Id="LaunchConfig" FileKey="MyConfig.exe" ExeCommand="" Return="asyncNoWait"/>

But it doesn't seem to work...

I'm sure many people have done this in the past... Please help!?!

Thanks,
--
Shmarya
-----------------------------------------------------------
[EMAIL PROTECTED] - http://shmarya.net
NUnit rocks! http://nunit.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to