Skip to content

Commit

Permalink
Don't remove user settings during uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jan 17, 2024
1 parent 64f1ee8 commit 2c1e41c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions win32/poedit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ Root: "HKLM"; Subkey: "Software\Vaclav Slavik\Poedit\WinSparkle"; ValueType: str
; Uninstall Poedit settings on uninstall:
Root: "HKLM"; Subkey: "Software\Vaclav Slavik\Poedit"; Flags: noerror uninsdeletekey
Root: "HKLM"; Subkey: "Software\Vaclav Slavik"; Flags: noerror uninsdeletekeyifempty
Root: "HKCU"; Subkey: "Software\Vaclav Slavik\Poedit"; Flags: uninsdeletekey dontcreatekey
Root: "HKCU"; Subkey: "Software\Vaclav Slavik"; Flags: uninsdeletekeyifempty dontcreatekey

; Associate files with Poedit:
Root: "HKA"; Subkey: "Software\Classes\.po"; ValueType: string; ValueData: "Poedit.PO"; Flags: noerror
Expand Down

0 comments on commit 2c1e41c

Please sign in to comment.