Skip to content

Commit

Permalink
fix: etc, log & var folders are not deleted from installation folder …
Browse files Browse the repository at this point in the history
…on MSI uninstall

Closes #522
  • Loading branch information
g-bougard committed Oct 31, 2023
1 parent f1558dc commit 3bcc179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ packaging:
* Install basic-authentication-server-plugin.cfg plugin default configuration on debian
* fix #446: Always add Sys::Hostname dependency to rpm packaging
* fix #493: Add support for CONFIG=reset option for MSI Installer
* fix #522: Fix etc, log & var folders are not deleted from installation folder on MSI uninstall

contrib:
* fix #429: Permit MSI package installation from current folder
Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/packaging/MSI_main-v2.wxs.tt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Property Id="_EXECMODE_RADIO_BUTTON" Value="1" Secure="yes" />

<Property Id="UPGRADEDIR" Secure="yes">
<RegistrySearch Id="InstallDir" Root="HKLM" Key="[%agent_regpath%]\Installer" Name="InstallLocation" Type="raw" />
<RegistrySearch Id="InstallDir" Root="HKLM" Key="[%agent_regpath%]\Installer" Name="InstallDir" Type="raw" />
</Property>

<Property Id="QUICKINSTALL" Secure="yes">
Expand Down

0 comments on commit 3bcc179

Please sign in to comment.