Skip to content

Commit

Permalink
Windows Uninstaller: Fix silent uninstall (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitraid committed Jun 1, 2021
1 parent 1d499b7 commit 74cf64a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion misc/nsis/install_pages.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
; NsisMultiUser optional defines
!define MULTIUSER_INSTALLMODE_ALLOW_BOTH_INSTALLATIONS 0
!define MULTIUSER_INSTALLMODE_ALLOW_ELEVATION 1
!define MULTIUSER_INSTALLMODE_ALLOW_ELEVATION_IF_SILENT 0
!define MULTIUSER_INSTALLMODE_ALLOW_ELEVATION_IF_SILENT 1
!define MULTIUSER_INSTALLMODE_DEFAULT_ALLUSERS 1
!if ${PLATFORM} == "win64"
!define MULTIUSER_INSTALLMODE_64_BIT 1
Expand Down
2 changes: 0 additions & 2 deletions misc/nsis/qutebrowser.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ ShowUninstDetails hide
!packhdr "$%TEMP%\exehead.tmp" '"upx" "--ultra-brute" "$%TEMP%\exehead.tmp"'
!endif

!define MULTIUSER_INSTALLMODE_ALLOW_ELEVATION_IF_SILENT 1

; Version Information
VIFileVersion "${VERSION}.0"
VIProductVersion "${VERSION}.0"
Expand Down

0 comments on commit 74cf64a

Please sign in to comment.