aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/test/WixToolsetTest.Util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix XmlConfig decompile to produce schema element, Add unitest for XmlDecomilefyodorkor2023-06-031-0/+23
|
* Fix XmlConfig lookup logic.Bob Arnson2023-06-033-7/+32
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444.
* Warn on mismatched output times and validate only Windows Installer databasesRob Mensching2023-03-091-1/+1
| | | | Fixes 7250
* Fix RemoveFoldersEx query.Bob Arnson2023-02-216-6/+61
| | | | Fixes https://github.com/wixtoolset/issues/issues/7236.
* Remove extension data after extensions get PreDecompileTables callbackRob Mensching2023-01-162-7/+46
| | | | | | | | | 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-122-0/+44
| | | | 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
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* 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-213-0/+167
| | | | Fixes 5371
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+1
|
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-022-9/+73
| | | | 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-212-0/+9
| | | | Fixes 6819
* Add tests to validate Variable name validationRob Mensching2022-07-122-0/+96
| | | | Closes #6819
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-282-12/+19
| | | | Fixes 5476
* Try to improve fields of bundle symbols.Sean Hall2022-04-131-4/+1
|
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-301-2/+18
| | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-4/+0
|
* Implement integrated build processRob Mensching2021-05-111-11/+5
|
* Move Util.wixext into extRob Mensching2021-05-0346-0/+776