Wat doe ik fout, heb alles nagezocht maar kan nix vinden NSIS archive en op tweakers gezocht
NSIS source:
;; Create Start Menu shortcuts
CreateShortCut "$DESKTOP\AC3 Instellingen.lnk" "$INSTDIR\ac3filter.cpl" icon:$INSTDIR\ac3filter.ico,0
ico file staat in de $INSTDIR, maar hij doet het niet ik krijg geen icon te zien bij mijn gemaakte link
Wat extra info van de NSIS archive:
ink.lnk
target.file
[parameters]
[icon.file]
[icon_index_number]
Creates a shortcut 'link.lnk' that links to 'target.file', with optional parameters 'parameters'.
The icon used for the shortcut is 'icon.file,icon_index_number'; for default icon settings use empty strings for both icon.file and icon_index_number.
start_options should be one of: SW_SHOWNORMAL, SW_SHOWMAXIMIZED, SW_SHOWMINIMIZED, or an empty string.
NSIS source:
;; Create Start Menu shortcuts
CreateShortCut "$DESKTOP\AC3 Instellingen.lnk" "$INSTDIR\ac3filter.cpl" icon:$INSTDIR\ac3filter.ico,0
ico file staat in de $INSTDIR, maar hij doet het niet ik krijg geen icon te zien bij mijn gemaakte link
Wat extra info van de NSIS archive:
ink.lnk
target.file
[parameters]
[icon.file]
[icon_index_number]
Creates a shortcut 'link.lnk' that links to 'target.file', with optional parameters 'parameters'.
The icon used for the shortcut is 'icon.file,icon_index_number'; for default icon settings use empty strings for both icon.file and icon_index_number.
start_options should be one of: SW_SHOWNORMAL, SW_SHOWMAXIMIZED, SW_SHOWMINIMIZED, or an empty string.