I´m a newbie with NSIS.
I try to create an installer using the Wizard of HM NSIS Editor.
It works fine. I try to create a shortcut on the desktop, but it don´t work.
the shortcut is created on the desktop. But when I look at the properties the value of the parameter 'start in' is wrong.CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\MyApp.lnk" "$INSTDIR\directory\start.bat"
Could I change this value anywhere in my script?
Thanks for helping
Kind regards
g2g