hi
i want when user close the application (when click on close) or kill the application process In any case,application before close start a line of code:
ExecShell "Open" "http://Google.Com"
iIs it possible?
Before Close Application Open A Site
3 posts
i think i most use from:
this method is true?
Function .onInstSuccess
ExecShell "Open" "http://Google.Com"
FunctionEnd
Forcing the user to open a URL is not cool. The Finish page already has URL support, use MUI_FINISHPAGE_LINK.
If you are using RequestExecutionLevel Admin then I recommend that you don't open a URL at all, it can launch the browser elevated and/or as the wrong user...
If you are using RequestExecutionLevel Admin then I recommend that you don't open a URL at all, it can launch the browser elevated and/or as the wrong user...