Hi,
The Application is launching after installation if user click on checkbox
(it is not checked by default), it is working fine.
My question is, is there any way set the checkbox as checked first then user
can deselect it?
I mean How to display at the last page of install checkbox as checked by
default?

I am using following code:
<CustomAction Id="LaunchFile" FileKey="myFile" ExeCommand=""
Return="asyncNoWait" />
  <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch
Speedgain TopReorting now." />
<UI>
  <Publish Dialog="ExitDialog" Control="Finish" Order="1" Event="DoAction"
Value="LaunchFile">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT
Installed</Publish>
</UI>

Best Regards
Adnan
-- 
View this message in context: 
http://n2.nabble.com/How-to-set-the-checkbox-as-checked-by-default-for-launching-application-at-last-page-of-install-tp3751091p3751091.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to