Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CreateGroups additions | Bevan Weiss | 2025-02-11 | 2 | -0/+95 |
| | | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 2 | -6/+2 |
| | |||||
* | Improve error when virtual action symbols collide. | Bob Arnson | 2024-02-05 | 1 | -5/+9 |
| | |||||
* | Remove warning for `Wix` bundle variable prefix. | Bob Arnson | 2024-01-01 | 1 | -19/+0 |
| | | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579. | ||||
* | Fix XmlConfig lookup logic. | Bob Arnson | 2023-04-27 | 2 | -6/+27 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Fix RemoveFoldersEx query. | Bob Arnson | 2023-02-21 | 5 | -6/+46 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7236. | ||||
* | Remove extension data after extensions get PreDecompileTables callback | Rob Mensching | 2023-01-16 | 1 | -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 delay | Rob Mensching | 2023-01-12 | 1 | -0/+27 |
| | | | | 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 | ||||
* | 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 | 2 | -0/+91 |
| | | | | Fixes 5371 | ||||
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 1 | -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 Hall | 2022-07-21 | 1 | -0/+8 |
| | | | | Fixes 6819 | ||||
* | Add tests to validate Variable name validation | Rob Mensching | 2022-07-12 | 1 | -0/+57 |
| | | | | Closes #6819 | ||||
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 1 | -0/+5 |
| | | | | Fixes 5476 | ||||
* | Move Util.wixext into ext | Rob Mensching | 2021-05-03 | 43 | -0/+416 |