Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add keyColumn definition to _User of Wix4FileSharePermissions | fyodorkor | 2023-02-04 | 1 | -1/+1 |
| | |||||
* | Make sizes for XMLConfig and ElementID columns the same s72 | Fyodor Koryazhkin | 2023-02-01 | 1 | -1/+1 |
| | |||||
* | Remove extension data after extensions get PreDecompileTables callback | Rob Mensching | 2023-01-16 | 2 | -8/+56 |
| | | | | | | | | | 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 | ||||
* | Expose QueryNativeMachine. | Bob Arnson | 2023-01-14 | 1 | -0/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7158. | ||||
* | Fix compiler to handle util:ServiceConfig absent reset period and start delay | Rob Mensching | 2023-01-12 | 1 | -2/+2 |
| | | | | Fixes 7150 | ||||
* | Fix RegistrySymbol creation helper for non-string types | Rob Mensching | 2022-12-22 | 1 | -15/+15 |
| | | | | Fixes 7108 | ||||
* | Fix when xmlns placed directly on PermissionEx | Rob Mensching | 2022-11-15 | 1 | -16/+20 |
| | | | | | | | | 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 | ||||
* | Very minor cleanup | Rob Mensching | 2022-11-08 | 1 | -6/+9 |
| | |||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 4 | -3/+36 |
| | | | | Fixes 5371 | ||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 3 | -37/+10 |
| | | | | Fixes 6944 | ||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 1 | -2/+0 |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | ||||
* | Modernize Util.wixext build | Rob Mensching | 2022-10-04 | 1 | -5/+6 |
| | |||||
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 1 | -14/+13 |
| | | | | Fixes 6819 | ||||
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 1 | -0/+12 |
| | | | | Fixes 5476 | ||||
* | Try to improve fields of bundle symbols. | Sean Hall | 2022-04-13 | 1 | -51/+52 |
| | |||||
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 5 | -842/+490 |
| | | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367 | ||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -1/+0 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -4/+0 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Simplify and normalize ext projects | Rob Mensching | 2021-12-30 | 1 | -4/+3 |
| | | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other. | ||||
* | Consistent-ify primary key column names. | Bob Arnson | 2021-12-19 | 1 | -17/+17 |
| | |||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 2 | -5/+8 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 2 | -12/+7 |
| | |||||
* | Move Util.wixext into ext | Rob Mensching | 2021-05-03 | 36 | -0/+7908 |