Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Labels:None
-
Number of attachments :
Description
If you put in a desktop-shortcuts.nsh file, the script won't compile, because this will be generated:
>>>
; OPTIONAL Desktop Shortcut
Section "Create Desktop Shortcut"
!include "desktop-shortcuts.nsh"
;SectionEnd
; -------------------------------------------------------------- Section to Install the Uninstaller
Section "Install Uninstaller"
>>>
The extra ; in ";SectionEnd" makes "Section to Install the Uninstaller" not compile
If you don't have that file, it doesn't put in the desktop shorcut part