I use the following code to add a check box to the final dialog and to launch
product reg web site when clicked "finish" with check box checked.But it
doesn't seems to validate the check box state and always launch the webpage
once when "finish" is clicked.Any help?
 
<CustomAction Id="LaunchBrowser" BinaryKey="WixCA" DllEntry="WixShellExec"
Execute="immediate" Return="check" Impersonate="yes" />
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Register my
product" />
        <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="0" />
        <Property Id="WixShellExecTarget" Value="https://www.abz.com/register"; 
/>

and then

  <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction"
Value="LaunchBrowser" Order="1">NOT Installed</Publish>


        
        
-- 
View this message in context: 
http://www.nabble.com/shell-Execute-%3A-Custom-Action-help-tf4384136.html#a12498184
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to