diff --git a/contrib/win-installer/wix/podman-main.wxs b/contrib/win-installer/wix/podman-main.wxs index bf7b6a5abc..2c4e539ad7 100644 --- a/contrib/win-installer/wix/podman-main.wxs +++ b/contrib/win-installer/wix/podman-main.wxs @@ -66,14 +66,14 @@ and other data will be preserved." /> Action="SetCONFDIR_User" Value="[AppDataFolder]containers\containers.conf.d" Before="AppSearch" - Condition="MSIINSTALLPERUSER=1 AND NOT IS_UPGRADE" + Condition="MSIINSTALLPERUSER=1" Sequence="first" />