createShortCut problem
Hi,
I hope someone can help me out with a problem..
I have made a NSIS scripts that compiles a .exe without problems..
my shorcut creation code looks like this:
createShortCut "$DESKTOP\${APPNAME}.lnk" "$INSTDIR\xulrunner.exe" "application\application.ini" "$INSTDIR\application\grene.ico"
The problem is that the target of my shourtcut looks like this after creation:
C:\myapplication\myexe.exe application\application.ini
And i need it to look like this:
"C:\myapplication\myexe.exe" application\application.ini
The default value of "starts in" looks like this:
C:\myapplication\application\defaults\preferences
And it need to look like this:
C:\myapplication
Can someone explain how I should do I would be gratefull!
Best regards
Philip