Archive: Open URL after uninstall


Open URL after uninstall
Hi,
I newbie.. :confused: how can I open a URL after installation ?
Thanks for help


ExecShell open `http://...`

Edit: Or if you have a finish page, use MUI_FINISHPAGE_SHOWREADME. Look in MUI2 readme.

Stu


ok Thanks, i Try ExecShell ..
I saw the MUI_FINISHPAGE_SHOWREADME, but for me this is the uninstall :p


You could use a MUI_UNPAGE_FINISH.

Stu


This function ExecShell has worked.
Thank you very much for your help. That helped me a lot!