aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/test/WixToolsetTest.Util/TestData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CreateGroups additionsBevan Weiss2025-02-112-0/+95
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Move the BootstrapperApplication out of procRob Mensching2024-03-062-6/+2
|
* Improve error when virtual action symbols collide.Bob Arnson2024-02-051-5/+9
|
* Remove warning for `Wix` bundle variable prefix.Bob Arnson2024-01-011-19/+0
| | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579.
* Fix XmlConfig lookup logic.Bob Arnson2023-04-272-6/+27
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444.
* Fix RemoveFoldersEx query.Bob Arnson2023-02-215-6/+46
| | | | Fixes https://github.com/wixtoolset/issues/issues/7236.
* Remove extension data after extensions get PreDecompileTables callbackRob Mensching2023-01-161-5/+5
| | | | | | | | | Also update Util.wixext decompiler extension to handle the new elements that compile into CustomActions with no additional table data. These exposed the weakness in the decompiler where extension data was removed before extensions got a chance to pre-decompile. Fixes 7151
* Fix compiler to handle util:ServiceConfig absent reset period and start delayRob Mensching2023-01-121-0/+27
| | | | Fixes 7150
* Fix when xmlns placed directly on PermissionExRob Mensching2022-11-151-2/+7
| | | | | | | | This is NOT recommended in v4 and its converter will move namespaces to the root element, but WiX v3 allowed it so we'll continued to do so in v4. Fixes 7010
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-318-15/+15
| | | | Fixes 6970
* Support add, modify and remove comments on user accountsRon Martin2022-10-212-0/+91
| | | | Fixes 5371
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-021-0/+19
| | | | The engine doesn't actually prevent external callers from setting variables that start with 'Wix'.
* Expose and use methods to parse attributes with Burn variable names.Sean Hall2022-07-211-0/+8
| | | | Fixes 6819
* Add tests to validate Variable name validationRob Mensching2022-07-121-0/+57
| | | | Closes #6819
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-281-0/+5
| | | | Fixes 5476
* Move Util.wixext into extRob Mensching2021-05-0343-0/+416