Open webpage in new IE: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
I need this feature and read this post [http://nsis.sourceforge.net/Open_link_in_new_browser_window Open in new brower window]
I need this feature and read this post [[Open link in new browser window]]


but then it didnt work like I expected
but then it didnt work like I expected
Line 12: Line 12:
here we go
here we go


ExecShell "" "iexplore.exe" "C:\whatever\a.htm"         ExecShell "" "iexplore.exe" "C:\whatever\b.htm"
ExecShell "" "iexplore.exe" "C:\whatever\a.htm"
etcetcetc
 
ExecShell "" "iexplore.exe" "C:\whatever\b.htm"

Latest revision as of 19:34, 20 January 2010

I need this feature and read this post Open link in new browser window

but then it didnt work like I expected it did call the mozilla but and then it was closed I dont know why.

I dont need to open the page in mozilla IE is fine for me. and then I figure out a way to work around and I want to share it in case someone need it.

here we go

ExecShell "" "iexplore.exe" "C:\whatever\a.htm"

ExecShell "" "iexplore.exe" "C:\whatever\b.htm"