Archive: CreateShortCut issue


CreateShortCut issue
Hi guys,

I want to create a shortcut for a webpage which if i start it will start with the specified browser. Normaly you just have to right click on your destop and create short cut with this parameter :

example: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" http://google.com

Please help me i do not no how to remake it in NSIS.

So far i have:

Section

CreateShortCut "$SMPROGRAMS\html\google.lnk" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe http://google.com"

SectionEnd

As you can see the main problem that i cannot insert more " sign in this expression


http://stackoverflow.com/q/13434438/3501

..and if you had maybe searched a little bit first or looked at the documentation you could have figured it out on your own...