aboutsummaryrefslogtreecommitdiff
path: root/src/test/sandbox/startup.bat
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-01-21 21:20:40 -0500
committerBob Arnson <bob@firegiant.com>2026-01-21 21:20:40 -0500
commitfafdaa522ff2a3888dfceb0ab56911c4f8cdf48d (patch)
tree02e91784289063f01ee71c2b72ec04b890802cee /src/test/sandbox/startup.bat
parent9a26c32398337aff57da6e92088b90314b81cf03 (diff)
downloadwix-bob/SupersededPackageUninstall.tar.gz
wix-bob/SupersededPackageUninstall.tar.bz2
wix-bob/SupersededPackageUninstall.zip
Allow patched package to be uninstalled.bob/SupersededPackageUninstall
Normally, a patched package is detected as superseded and therefore a normal uninstall takes no action. This change looks for applied patches and allows a normal uninstall to remove the package. Fixes https://github.com/wixtoolset/issues/issues/6350
Diffstat (limited to 'src/test/sandbox/startup.bat')
-rw-r--r--src/test/sandbox/startup.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/sandbox/startup.bat b/src/test/sandbox/startup.bat
index 52f550ee..90f04f5f 100644
--- a/src/test/sandbox/startup.bat
+++ b/src/test/sandbox/startup.bat
@@ -1,5 +1,13 @@
1@setlocal 1@setlocal
2@echo off 2@echo off
3
4
5::// Fix Sandbox glacial perf (24H2-???)
6:://
7REG ADD HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy /v VerifiedAndReputablePolicyState /t REG_DWORD /d 0 /f
8CITOOL -r -j
9
10
3SET DOTNET_VERSION=8.0 11SET DOTNET_VERSION=8.0
4SET SANDBOX_FILES=C:\sandbox 12SET SANDBOX_FILES=C:\sandbox
5 13