Now that i have 

<Property Id="BROWSER">
      <RegistrySearch Id='DefaultBrowser' Type='raw'
        Root='HKCR' Key='http\shell\open\command' />
    </Property>

and the custom action
<CustomAction Id='LaunchBrowser' Property='BROWSER'
ExeCommand='https://www.xyz.com' Return='asyncNoWait' />

and its been sequenced in the install execute sequence as 

<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT
Installed</Custom>
But it didn't open the web site after installation.
Should i be using a custom UI to trigger this action while pressing the
"Finish" button?
 


Calin Iaru-2 wrote:
> 
> 
> I used a custom action which is triggered when pressing the Finish button.  
> The action is launched if the checkbox is selected.
> 
> On Fri, 31 Aug 2007 16:05:19 +0200, Anidil <[EMAIL PROTECTED]> wrote:
> 
>>
>> How do i customize my ExitDialog UI dialog (Last UI Dialog) to include a
>> checkbox which takes the user to product registration url when clicked
>> "Finish"
> 
> -------------------------------------------------------------------------
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/To-goto-prod.-reg.-website-at-the-end-of-installation-tf4360326.html#a12437985
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