Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn on mismatched output times and validate only Windows Installer databases | Rob Mensching | 2023-03-09 | 1 | -1/+1 |
| | | | | Fixes 7250 | ||||
* | Fix RemoveFoldersEx query. | Bob Arnson | 2023-02-21 | 6 | -6/+61 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7236. | ||||
* | Remove extension data after extensions get PreDecompileTables callback | Rob Mensching | 2023-01-16 | 2 | -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 delay | Rob Mensching | 2023-01-12 | 2 | -0/+44 |
| | | | | Fixes 7150 | ||||
* | Fix when xmlns placed directly on PermissionEx | Rob Mensching | 2022-11-15 | 1 | -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 namespace | Rob Mensching | 2022-11-08 | 2 | -3/+3 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 8 | -15/+15 |
| | | | | Fixes 6970 | ||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 3 | -0/+167 |
| | | | | Fixes 5371 | ||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -8/+1 |
| | |||||
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 2 | -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 Hall | 2022-07-21 | 2 | -0/+9 |
| | | | | Fixes 6819 | ||||
* | Add tests to validate Variable name validation | Rob Mensching | 2022-07-12 | 2 | -0/+96 |
| | | | | Closes #6819 | ||||
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 2 | -12/+19 |
| | | | | Fixes 5476 | ||||
* | Try to improve fields of bundle symbols. | Sean Hall | 2022-04-13 | 1 | -4/+1 |
| | |||||
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 1 | -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 Hall | 2022-01-27 | 1 | -4/+0 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -11/+5 |
| | |||||
* | Move Util.wixext into ext | Rob Mensching | 2021-05-03 | 46 | -0/+776 |