From ce3d0954a51c1b958211a4cb41d3179c4c06fe8c Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Thu, 16 Jun 2022 21:34:57 -0500 Subject: Open Windows tutorial after MSI installation Signed-off-by: Jason T. Greene --- contrib/msi/podman.wxs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs index 786465589..ac2b5f328 100644 --- a/contrib/msi/podman.wxs +++ b/contrib/msi/podman.wxs @@ -41,7 +41,7 @@ - + @@ -55,8 +55,9 @@ - NOT Installed + NOT Installed (REMOVE="ALL") AND (NOT UPGRADINGPRODUCTCODE) + (NOT Installed) AND (NOT UILevel=2) -- cgit v1.2.3-54-g00ecf