We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888581a commit e6c1efeCopy full SHA for e6c1efe
templates/nsis/installSection.nsh
@@ -75,12 +75,12 @@ SetCompress "${COMPRESS}"
75
76
File "/oname=${UNINSTALL_FILENAME}" "${UNINSTALLER_OUT_FILE}"
77
78
-!insertmacro registryAddInstallInfo
79
-
80
StrCpy $startMenuLink "$SMPROGRAMS\${PRODUCT_FILENAME}.lnk"
81
StrCpy $desktopLink "$DESKTOP\${PRODUCT_FILENAME}.lnk"
82
StrCpy $appExe "$INSTDIR\${APP_EXECUTABLE_FILENAME}"
83
+!insertmacro registryAddInstallInfo
+
84
# create shortcuts in the start menu and on the desktop
85
# shortcut for uninstall is bad cause user can choose this by mistake during search, so, we don't add it
86
CreateShortCut "$startMenuLink" "$appExe" "" "$appExe" 0 "" "" "${APP_DESCRIPTION}"
0 commit comments