diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-01-21 21:20:40 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-01-21 21:20:40 -0500 |
| commit | fafdaa522ff2a3888dfceb0ab56911c4f8cdf48d (patch) | |
| tree | 02e91784289063f01ee71c2b72ec04b890802cee /src/test/sandbox/startup.bat | |
| parent | 9a26c32398337aff57da6e92088b90314b81cf03 (diff) | |
| download | wix-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.bat | 8 |
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 | ::// | ||
| 7 | REG ADD HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy /v VerifiedAndReputablePolicyState /t REG_DWORD /d 0 /f | ||
| 8 | CITOOL -r -j | ||
| 9 | |||
| 10 | |||
| 3 | SET DOTNET_VERSION=8.0 | 11 | SET DOTNET_VERSION=8.0 |
| 4 | SET SANDBOX_FILES=C:\sandbox | 12 | SET SANDBOX_FILES=C:\sandbox |
| 5 | 13 | ||
