Old 13th January 2005, 18:29   #1
AnilPhilip
Junior Member
 
Join Date: Jan 2005
Posts: 1
Question help! QuickLaunch shortcut not being created

Hello,
I am using HM NSIS Editor to create a simple script that just copies files with one link to run the program. The wizard creates a script which has this statement at line 51 (script attached) which fails to compile:
CreateDirectory ""

On line 52, I see this:
CreateShortCut "$QUICKLAUNCH.lnk" "$INSTDIR\Favor_Part_2.htm"

However the Start Menu only contains 2 items - company website, and uninstall.
Any help will be appreciated.
I realize this is not the HM NSIS site (there is no support), but since this is the recommended editor for NSIS, I am sure NSIS users will be knowledgeable.
thanks,
Anil Philip
Attached Files
File Type: nsi savetime_install.nsi (11.7 KB, 112 views)
AnilPhilip is offline   Reply With Quote
Old 13th January 2005, 18:59   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
$QUAKLAUNCH is the path to the Quick Launch folder, not the name/path of your link!

You should do something like this:
"$QUICKLAUNCH\My App.lnk"

-Stu
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump