I'm new to WIX. I have a custom dialog with Checkbox and I want to launch
an msi file after completion of installation if User click on the checkbox.
Currently if user click on checkbox, the msi file launch immediately but
according to desired behavior it should launch after complete installation.

This is the script of current behavior:-

 <Property Id="WixShellExecTarget" Value="[#brise.msi]" />
    <CustomAction Id="LaunchApplication"
        BinaryKey="WixCA"
        DllEntry="WixShellExec"
        Impersonate="yes" />
    <UI>
      <Publish Dialog="SecondDlg" Control ="CheckBox1" Event="DoAction"
Value ="LaunchApplication">NOT Installed</Publish>
    </UI>

Thanks for any help.



-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to