Page 1 of 1

Launch a web page

Posted: Fri Jul 13, 2007 2:49 am
by AH-NP
Hi,

I put a button in a dialog, and when I click this button I would want that it launches a web page.
I tried this code, it' ok but it isn't stable.

Have you a other solution ?


label: Composant
Display Dialog: composant, wait for dialog to return (modal)
Set Variable WEB to
if Variable WIZARD Equals WEB
Set Variable WEB to TRUE
if Variable WEB Equals TRUE
Run Program $SUPPORTDIR$\\iexplore.exe http://www.ebp.com/fr/telechargez/gamme ... -plan.aspx
GoTo Label: Composant
end
else
if Variable WIZARD Equals CANCEL
GoTo Label: Main Install
end
end


Thank you.

Posted: Fri Jul 13, 2007 3:00 am
by Tinus
Try to run the web page in this way

Code: Select all

Run Program http://www.ebp.com/fr/telechargez/gamme-business-plan/business-plan.aspx


Code: Select all

~InstallAware Clipboard Data~
~Run Program~
~{9815FB1D-9699-4B5A-8226-26409E6B54E2}~
~http://www.ebp.com/fr/telechargez/gamme-business-plan/business-plan.aspx~
~FALSE~
~~
~FALSE~
~~

Posted: Fri Jul 13, 2007 3:17 am
by AH-NP
It's OK, thank you for your answer :) :)

Thanks a lot