I want to make a install to open a serious web links.
But they always open at the same window.
Does anyone knows how to open a web links in a new window?
Thank you.
OutFile "NewWindowTest.exe"
Name "NewWindowTest"
XPStyle "on"
Section "-bbo" b2
Sectionin RO
;
SectionEnd
Function ".onInit"
ExecShell "" "http://nsis.sourceforge.net/Docs/"
sleep 1500
ExecShell "" "http://nsis.sourceforge.net/site/Changelog.24.0.html"
sleep 1500
ExecShell "" "http://nsis.sourceforge.net/site/Download.6.0.html"
sleep 1500
Quit
FunctionEnd