aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/wixext/UtilDecompiler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Msmq decompile test revealed some latent issues with the Wix6GroupBevan Weiss2025-03-031-3/+9
| | | | | | | | Decompiler not being broad enough in where it looks for indexes. Carry forward both Group and Wix4Group just for good measure. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add a basic unit test for the round msmq decompiler round trip.Bevan Weiss2025-03-031-1/+5
| | | | | | | Needed fix up for Group decompiler to work correctly, adding to Index, and fixing where the Group name column is located. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Keep Group symbol fields and attributes unnestedRob Mensching2025-02-111-7/+7
|
* Group Add/Remove working.Bevan Weiss2025-02-111-3/+15
| | | | | | | | | | Local group membership Add/Remove working, however with BUILTIN local system groups .NET doesn't appear to locate them as either groups nor basic security Principals. Still needs work to fix the test for nested groups. Ideally with some way to test for domain groups. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* CreateGroups additionsBevan Weiss2025-02-111-6/+56
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix XmlConfig decompile to produce schema element, Add unitest for XmlDecomilefyodorkor2023-05-021-9/+11
|
* Remove extension data after extensions get PreDecompileTables callbackRob Mensching2023-01-161-8/+50
| | | | | | | | | 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
* Support add, modify and remove comments on user accountsRon Martin2022-10-211-2/+4
| | | | Fixes 5371
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-301-816/+456
| | | | | | | 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/+1543