From 419a143bf25a94137cd0dc39edece7142f230f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Sto=C5=A1i=C4=87?= Date: Fri, 12 Feb 2021 13:59:29 +0100 Subject: [PATCH] [Installer] Remove NGen step for ImageResizer (#9651) * Removed NGen step in installer for ImageResizer * Removed unused extension --- installer/PowerToysSetup/Product.wxs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 22e1006f5c..1fa0af4bd9 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -1,7 +1,6 @@ + xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" > @@ -471,9 +470,7 @@ - - - +