Skip to content

Commit

Permalink
Tweak the installer script a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Feb 26, 2024
1 parent b1e928b commit b624073
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/windows-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ Section "The ACK (required)"
File /r "${BUILDDIR}\*.*"

; Write the uninstall keys for Windows
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\WordGrinder" "DisplayName" "WordGrinder for Windows"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\WordGrinder" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\WordGrinder" "NoModify" 1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\WordGrinder" "NoRepair" 1
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ACK" "DisplayName" "The Amsterdam Compiler Kit"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ACK" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ACK" "NoModify" 1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ACK" "NoRepair" 1
WriteUninstaller "uninstall.exe"
SectionEnd

Expand Down

0 comments on commit b624073

Please sign in to comment.