Skip to content

Commit

Permalink
fix: Fix subfolder name to delete logs folder when uninstalling MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 31, 2023
1 parent 3bcc179 commit f17f556
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -386,7 +386,7 @@
<!-- After LaunchConditions means also after AppSearch and there is more sequence number free space there -->
<SetProperty Id="UNINSTALL_VAR" After="LaunchConditions" Value="[UPGRADEDIR]var"><![CDATA[UPGRADEDIR AND REMOVE~="ALL" AND NOT UPGRADINGPRODUCTCODE]]></SetProperty>
<SetProperty Id="UNINSTALL_ETC" After="LaunchConditions" Value="[UPGRADEDIR]etc"><![CDATA[UPGRADEDIR AND REMOVE~="ALL" AND NOT UPGRADINGPRODUCTCODE]]></SetProperty>
<SetProperty Id="UNINSTALL_LOG" After="LaunchConditions" Value="[UPGRADEDIR]log"><![CDATA[UPGRADEDIR AND REMOVE~="ALL" AND NOT UPGRADINGPRODUCTCODE]]></SetProperty>
<SetProperty Id="UNINSTALL_LOG" After="LaunchConditions" Value="[UPGRADEDIR]logs"><![CDATA[UPGRADEDIR AND REMOVE~="ALL" AND NOT UPGRADINGPRODUCTCODE]]></SetProperty>

<Icon Id="i_main_ico" SourceFile="$(var.FileMainIcon)" />
<Icon Id="agentmonitor.ico" SourceFile="$(var.FileMainIcon)" />
Expand Down

0 comments on commit f17f556

Please sign in to comment.