Skip to content

Commit

Permalink
NSIS: Add QuietUninstallString
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhochun committed Aug 25, 2021
1 parent b89e478 commit a56d6aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/windows/installer/installer_krita.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ Section "-Thing"
"DisplayName" "${KRITA_PRODUCTNAME} ${KRITA_VERSION_DISPLAY}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${KRITA_UNINSTALL_REGKEY}" \
"UninstallString" "$\"$INSTDIR\uninstall.exe$\""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${KRITA_UNINSTALL_REGKEY}" \
"QuietUninstallString" "$\"$INSTDIR\uninstall.exe$\" /S"
WriteUninstaller $INSTDIR\uninstall.exe
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${KRITA_UNINSTALL_REGKEY}" \
"DisplayVersion" "${KRITA_VERSION}"
Expand Down

0 comments on commit a56d6aa

Please sign in to comment.