diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-08 09:04:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 09:04:24 (GMT) |
commit | cff1b78c1dfb2a62b1e16fabc5f43bc3634d9de7 (patch) | |
tree | 4ac1ea1db246acc86e039c8cc035ce13578b94e0 /Tools/msi/doc | |
parent | c3ec5bc1b7a14b04621920f111aee01c31f6f1c1 (diff) | |
download | cpython-cff1b78c1dfb2a62b1e16fabc5f43bc3634d9de7.zip cpython-cff1b78c1dfb2a62b1e16fabc5f43bc3634d9de7.tar.gz cpython-cff1b78c1dfb2a62b1e16fabc5f43bc3634d9de7.tar.bz2 |
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31729)
Diffstat (limited to 'Tools/msi/doc')
-rw-r--r-- | Tools/msi/doc/doc.wxs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/doc/doc.wxs b/Tools/msi/doc/doc.wxs index cd1a68c..cc5bdb4 100644 --- a/Tools/msi/doc/doc.wxs +++ b/Tools/msi/doc/doc.wxs @@ -4,6 +4,7 @@ <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" /> <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> + <PropertyRef Id="DetectTargetDir" /> <PropertyRef Id="UpgradeTable" /> <PropertyRef Id="REGISTRYKEY" /> |