aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-align enumeration values to those for User account modifications.Bevan Weiss2025-02-111-66/+66
| | | | | | Since there's no reason to not have them identical where practical. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Split into domain vs local CAsBevan Weiss2025-02-111-0/+3
|
* Group Add/Remove working.Bevan Weiss2025-02-111-4/+4
| | | | | | | | | | 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-113-0/+248
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-5/+5
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Move the BootstrapperApplication out of procRob Mensching2024-03-062-6/+2
|
* Improve error when virtual action symbols collide.Bob Arnson2024-02-051-5/+9
|
* Remove warning for `Wix` bundle variable prefix.Bob Arnson2024-01-012-66/+0
| | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579.
* Fix XmlConfig decompile to produce schema element, Add unitest for XmlDecomilefyodorkor2023-05-021-0/+23
|
* Fix XmlConfig lookup logic.Bob Arnson2023-04-273-7/+32
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444.
* Warn on mismatched output times and validate only Windows Installer databasesRob Mensching2023-03-091-1/+1
| | | | Fixes 7250
* Fix RemoveFoldersEx query.Bob Arnson2023-02-216-6/+61
| | | | Fixes https://github.com/wixtoolset/issues/issues/7236.
* Remove extension data after extensions get PreDecompileTables callbackRob Mensching2023-01-162-7/+46
| | | | | | | | | 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 delayRob Mensching2023-01-122-0/+44
| | | | Fixes 7150
* Fix when xmlns placed directly on PermissionExRob Mensching2022-11-151-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
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-318-15/+15
| | | | Fixes 6970
* Support add, modify and remove comments on user accountsRon Martin2022-10-213-0/+167
| | | | Fixes 5371
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+1
|
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-022-9/+73
| | | | 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 Hall2022-07-212-0/+9
| | | | Fixes 6819
* Add tests to validate Variable name validationRob Mensching2022-07-122-0/+96
| | | | Closes #6819
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-282-12/+19
| | | | Fixes 5476
* Try to improve fields of bundle symbols.Sean Hall2022-04-131-4/+1
|
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-301-2/+18
| | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-4/+0
|
* Implement integrated build processRob Mensching2021-05-111-11/+5
|
* Move Util.wixext into extRob Mensching2021-05-0346-0/+776