From e23c38200e4bc0175d2d7c3ea5bb53b387e08b3a Mon Sep 17 00:00:00 2001 From: S T Chan Date: Fri, 16 Feb 2018 02:51:50 -0500 Subject: [PATCH] Fixed conditions for UninstallPrinter custom action - it did not run during an upgrade --- PdfScribeInstall/Product.wxs | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/PdfScribeInstall/Product.wxs b/PdfScribeInstall/Product.wxs index f844752..8cc025f 100644 --- a/PdfScribeInstall/Product.wxs +++ b/PdfScribeInstall/Product.wxs @@ -1,13 +1,16 @@ - + + Comments="PDF Scribe Virtual Printer 1.0.5 installation package" + Id="*" /> - + @@ -50,7 +53,7 @@ NOT Installed NOT Installed - Installed AND NOT UPGRADINGPRODUCTCODE + (Installed) OR (UPGRADINGPRODUCTCODE) OR (REMOVE) @@ -92,14 +95,6 @@ -