aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Media (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-061-4/+4
| | | | Completes wixtoolset/issues#4727
* Implement improved file sequence optimizationRob Mensching2021-01-065-0/+32
First ensures files are grouped by DiskId. Then files are sequenced by target directory order to optimize MSI installation behavior. Finally, files are alphabetized in the directory. Additional optimizations could be considered in the future from here. Fixes wixtoolset/issues#4409 Fixes wixtoolset/issues#4708