aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/wixext/UtilCompiler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-3/+3
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-1/+1
|
* add firewall extension decompiler, make msi modifications work, add all ↵chris_bednarski2023-11-191-3/+10
| | | | attributes
* Expose QueryNativeMachine.Bob Arnson2023-01-141-0/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/7158.
* Fix compiler to handle util:ServiceConfig absent reset period and start delayRob Mensching2023-01-121-2/+2
| | | | Fixes 7150
* Fix RegistrySymbol creation helper for non-string typesRob Mensching2022-12-221-15/+15
| | | | Fixes 7108
* 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-211-0/+22
| | | | Fixes 5371
* 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-301-25/+11
| | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367
* Move Util.wixext into extRob Mensching2021-05-031-0/+3889