aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/wixext (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix when xmlns placed directly on PermissionExRob Mensching2022-11-151-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 cleanupRob Mensching2022-11-081-6/+9
|
* Support add, modify and remove comments on user accountsRon Martin2022-10-214-3/+36
| | | | Fixes 5371
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-153-37/+10
| | | | Fixes 6944
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-101-2/+0
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Modernize Util.wixext buildRob Mensching2022-10-041-5/+6
|
* Expose and use methods to parse attributes with Burn variable names.Sean Hall2022-07-211-14/+13
| | | | Fixes 6819
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-281-0/+12
| | | | Fixes 5476
* Try to improve fields of bundle symbols.Sean Hall2022-04-131-51/+52
|
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-305-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 Hall2022-02-181-1/+0
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-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 projectsRob Mensching2021-12-301-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 Arnson2021-12-191-17/+17
|
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-172-5/+8
|
* Implement integrated build processRob Mensching2021-05-112-12/+7
|
* Move Util.wixext into extRob Mensching2021-05-0336-0/+7908