From e21cb304cb3bc0e87d4395e7b6206907b90e4451 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Wed, 22 Oct 2025 16:47:06 -0500 Subject: [PATCH] don't blow up the wxs files --- installer/PowerToysSetupVNext/PowerToysInstallerVNext.wixproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/PowerToysSetupVNext/PowerToysInstallerVNext.wixproj b/installer/PowerToysSetupVNext/PowerToysInstallerVNext.wixproj index afce3d396d..e4212d3f00 100644 --- a/installer/PowerToysSetupVNext/PowerToysInstallerVNext.wixproj +++ b/installer/PowerToysSetupVNext/PowerToysInstallerVNext.wixproj @@ -28,7 +28,7 @@ call powershell.exe -NonInteractive -executionpolicy Unrestricted -File $(MSBuil call powershell.exe -NonInteractive -executionpolicy Unrestricted -File $(MSBuildThisFileDirectory)\generateDscResourcesWxs.ps1 -dscWxsFile "$(MSBuildThisFileDirectory)\DscResources.wxs" -Platform "$(Platform)" -Configuration "$(Configuration)" - + $(DefineConstants);PerUser=true