summaryrefslogtreecommitdiff
path: root/Tools/msi/appendpath
Commit message (Collapse)AuthorAgeFilesLines
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly ↵Steve Dower2022-03-071-0/+1
| | | | uses the install path during repair (GH-31726)
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-281-1/+1
| | | Also makes a few general improvements to the build process and removes some dead code.
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-183-0/+64
The option must be enabled from the command line