PDA

View Full Version : How I can create URL shortcut?


anonym
25th August 2004, 19:31
How I can create URL shortcut for Home Page my application?

Thank you

zimsms
25th August 2004, 19:42
I'm pretty sure something that simple is in the documentation. Anyways...

CreateShortCut "$SMPROGRAMS\$MUI_STARTMENUPAGE_VARIABLE\http:\\www.google.com.lnk" "$INSTDIR\Google.url"

cchian
26th August 2004, 00:17
Try:

WriteIniStr "$DESKTOP\Yahoo.url" "InternetShortcut" "URL" "http://www.yahoo.com"

anonym
26th August 2004, 10:36
Thank you

My variant:

File "..\My Company Home Page.url"

CreateShortCut "$SMPROGRAMS\My Project Name\My Company Home Page.lnk" "$INSTDIR\My Company Home Page.url" 0