Skip to content
⌘ NSIS Forum Archive

Open URL after uninstall

5 posts

tossnet#

Open URL after uninstall

Hi,
I newbie.. 😕 how can I open a URL after installation ?
Thanks for help
Afrow UK#
ExecShell open `http://...`

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

Stu
tossnet#
ok Thanks, i Try ExecShell ..
I saw the MUI_FINISHPAGE_SHOWREADME, but for me this is the uninstall 😛
tossnet#
This function ExecShell has worked.
Thank you very much for your help. That helped me a lot!