summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Skip `CanChangeCommentOfExistingNonDomainGroup` test due to CI failuresRob Mensching2025-02-121-1/+1
|
* Backward compatible GUID generationRob Mensching2025-02-1210-5/+357
| | | | | | Plus, validation to ensure GUID generation does not drift again in the future. Fixes 8663
* Ensure user and group integration tests always clean up after themselves.Rob Mensching2025-02-122-277/+383
| | | | Fixes 8940
* Keep Group symbol fields and attributes unnestedRob Mensching2025-02-114-74/+74
|
* Fix ups for Domain Group creation / removal.Bevan Weiss2025-02-117-12/+45
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Re-align enumeration values to those for User account modifications.Bevan Weiss2025-02-113-78/+78
| | | | | | Since there's no reason to not have them identical where practical. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group creation and update PR nits and feedback fixesRob Mensching2025-02-115-26/+26
|
* Add/Remove Group Membership rollback handled.Bevan Weiss2025-02-1117-134/+346
| | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Split into domain vs local CAsBevan Weiss2025-02-115-12/+66
|
* Additional languages addedBevan Weiss2025-02-113-0/+12
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group Add/Remove working.Bevan Weiss2025-02-1121-278/+736
| | | | | | | | | | 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-1160-136/+2848
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Rewrite Prereq tests after hardening and bypassing .NET GUI errorsRob Mensching2025-02-1111-233/+71
|
* Try setting DOTNET_DISABLE_GUI_ERRORS to prevent .NET install prompts for BAsRob Mensching2025-02-111-0/+4
|
* Harden Burn's BootstrapperApplication and elevated engine extractionRob Mensching2025-02-1114-44/+122
| | | | Fixes 8914
* Remove the working folder as late as possibleRob Mensching2025-02-111-5/+5
| | | | | | | Clean up the base working folder *after* the elevated engine is shutdown to prevent the scheduling of PendingFileRenameOptions during clean up. Fixes 8053
* Support CreateFile with retriesRob Mensching2025-02-112-13/+69
|
* Support extracting cabbed file straight to file handleRob Mensching2025-02-112-31/+99
|
* Failures were seen in MSI Unit Tests around Firewall rules withinBevan Weiss2025-02-111-0/+8
| | | | | | | | | | | | | Windows Sandbox. This is potentially a Windows OS bug (it was from a Windows Insider build), however shows that it's possible in the Firewall API to have multiple rules which differ only in their Grouping. So the testbench should consider different Grouping as making for a unique firewall rule. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Migrate COM+ E2E tests from raw binaries to source code.Bevan Weiss2025-02-1136-7/+1283
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* IIS Ext: Add support for more certificate storesBevan Weiss2025-02-114-1/+36
| | | | | | Fixes wixtoolset/issues#1520 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Minor build improvements and cleanupRob Mensching2025-02-113-7/+8
|
* Raise conversion warning for After and Before attributes, at least onBevan Weiss2025-02-113-6/+95
| | | | | | | Sequence and SetProperty elements Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Emit deprecation warning for Heat.Bob Arnson2025-01-237-9/+17
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Reference `Error` strings in Sql.Bob Arnson2025-01-212-1/+3
|
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-30125-2302/+2452
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Add Package/@Id and Bundle/@Id that can replace UpgradeCodesRob Mensching2024-12-3047-69/+104
| | | | Completes 8584
* Use PerUserProgramFilesFolder for default INSTALLFOLDER in a per-user packageRob Mensching2024-12-295-17/+54
| | | | Fixes 8101
* Add "PerUserProgramFilesFolder" as standard directoryRob Mensching2024-12-292-1/+5
| | | | | | Windows Installer uses LocalAppDataFolder\Programs as the replacement for ProgramFilesFolder when installing per-user in a dual-mode package. Add a standard directory in WiX to match it for use by default INSTALLFOLDER.
* Fix WixPackageSymbol Attributes, Scope, UpgradeStrategy fieldsRob Mensching2024-12-292-15/+27
|
* Overridable WixVariables should be treated as virtualRob Mensching2024-12-293-6/+51
| | | | Fixes 8528
* Break out parsing of file naming attributes.Bob Arnson2024-12-281-84/+90
|
* Ensure naked files take Subdirectory into account.Bob Arnson2024-12-2812-22/+99
| | | | | | | | | | | | | | | Naked files generated their ids using the attributes that are common to both naked and clothed files. But naked files also support @Subdirectory to magic up a subdirectory in a specified directory (@Directory) or the default INSTALLFOLDER. That subdirectory needs to factor in to the generated file id (which is then used as the component id too). Without it, generated ids for files with the same name but from different @Subdirectory values would be duplicated. (Authored file ids must also continue to be supported.) Naked files now generate different file and component ids. :( Fixes https://github.com/wixtoolset/issues/issues/8674
* Audit all transitive dependencies and fix latest vulnerabilitiesRob Mensching2024-12-2715-36/+45
| | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent
* Magicked files in modules need complex references.Bob Arnson2024-12-275-10/+64
| | | | | | | | Magic files (naked `File`s and `Files`) that are direct children of a `Module` need complex references from the generated component to that module, to ensure that they're wired up correctly as module components. Fixes https://github.com/wixtoolset/issues/issues/8860
* Use an unnamed bindpath as a default root for...Bob Arnson2024-12-276-6/+55
| | | | | | ...harvesting files (as documented). - Fixes https://github.com/wixtoolset/issues/issues/8585
* Fix messages related to package scope.Bob Arnson2024-12-263-3/+3
|
* Avoid setting null MinValues when removing rows.Bob Arnson2024-12-264-1/+55
| | | | - Fixes https://github.com/wixtoolset/issues/issues/8689
* Also use EnsureTable to schedule standard actions.Bob Arnson2024-12-263-156/+244
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8632 Fixes https://github.com/wixtoolset/issues/issues/8199
* Handle rooted file harvesting.Bob Arnson2024-12-263-52/+56
| | | | | | Also don't fail-fast when directory doesn't exist. Fixes https://github.com/wixtoolset/issues/issues/8740.
* Drop CA path validation in WixUI by default.Bob Arnson2024-12-2612-96/+126
| | | | | | | | Add `WixUI/ExtendedPathValidation="yes"` to opt-in. Removed the WIXUI_DONTVALIDATEPATH runtime opt-out. Fixes https://github.com/wixtoolset/issues/issues/8718 Relies on https://github.com/wixtoolset/wix/pull/563
* Replace EULA printing custom action with MsiPrint.Bob Arnson2024-12-2616-626/+42
| | | | Fixes https://github.com/wixtoolset/issues/issues/8580
* Fix parsing variables' case sensitivity from BootstrapperApplicationDataNir Bar2024-12-261-1/+1
| | | | Fixes 8769
* Exclude detect-only Upgrades from default-feature.Bob Arnson2024-12-263-10/+6
| | | | Fixes https://github.com/wixtoolset/issues/issues/8125
* For fields, "" != null.Bob Arnson2024-12-263-2/+44
| | | | Fixes https://github.com/wixtoolset/issues/issues/8558
* Remove unused const.Bob Arnson2024-12-261-1/+0
|
* Fix loc and wix variables to allow dots in their identifier name againRob Mensching2024-12-262-6/+14
| | | | Fixes 8713
* Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadIdAndrij Abyzov2024-12-263-5/+57
| | | | Fixes 8673
* Fix Heat Harvesting for x64 DllsNico-Ko2024-12-261-1/+1
| | | | Fixes: wixtoolset/issues#8803
* Fix up COM+ to be back in working order under Wix4+Bevan Weiss2024-12-2631-120/+446
| | | | | | | | | | | | | | | | | | | | | Table names updated for Wix4 prefix. Custom action names similarly updated. Table names Wix4ComPlusUserInApplicationRole, Wix4ComPlusGroupInApplicationRole and Wix4ComPlusApplicationRoleProperty had to be shortened to fit within MSI 31 character table name limit. Migrated from fixed GUID for RegistrationHelper to use CLSIDFromProgID in an attempt to fix behaviour under .NET 4+ DLLs. Added setting of Partition enable if a Partition is configured in authoring, new Windows config has Partitions disabled by default, and they don't work at all under Windows workstation (non-server) versions. Added a new Runtime condition for `RequireWindowsServer` which will skip execution of Runtime test on workstation/desktop OSes, since COM+ Partitions only work correctly under Windows Server. Quite a lot of basic typos fixed also. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>