Hi,
I have a requirement wherein i need to launch a webpage when the user clicks on the finish button on after completing the installation. How to configure this in a Basic MSI project.?
Regards,
Balaji
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Launch a webpage when the installation completes.
Started by
balaji4u
, Jul 04 2012 11:26
3 replies to this topic
Posted 05 July 2012 - 21:29
you could launch shelexec.exe with the url as parameter. shelexec.exe (note only 1 L) is freeware.
Stefan Krüger
InstallSite.org twitter facebook
Posted 10 July 2012 - 08:50
Hi Stefan.
Is there any other way i can accomplish without actually triggering any external exe.?
Please suggest if there is an alternate way.
regards
Balaji
Is there any other way i can accomplish without actually triggering any external exe.?
Please suggest if there is an alternate way.
regards
Balaji
Posted 11 July 2012 - 05:42
I was able to implement this by creating vbscript custom action and create a shell process and launching the URL. Thanks for your suggestion.