Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Target in-service .NET Framework versions. | Bob Arnson | 2025-02-13 | 1 | -1/+1 |
| | |||||
* | Skip `CanChangeCommentOfExistingNonDomainGroup` test due to CI failures | Rob Mensching | 2025-02-12 | 1 | -1/+1 |
| | |||||
* | Ensure user and group integration tests always clean up after themselves. | Rob Mensching | 2025-02-12 | 2 | -277/+383 |
| | | | | Fixes 8940 | ||||
* | Fix ups for Domain Group creation / removal. | Bevan Weiss | 2025-02-11 | 1 | -2/+4 |
| | | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Add/Remove Group Membership rollback handled. | Bevan Weiss | 2025-02-11 | 13 | -55/+104 |
| | | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Split into domain vs local CAs | Bevan Weiss | 2025-02-11 | 1 | -3/+2 |
| | |||||
* | Group Add/Remove working. | Bevan Weiss | 2025-02-11 | 4 | -10/+8 |
| | | | | | | | | | | 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 additions | Bevan Weiss | 2025-02-11 | 23 | -0/+663 |
| | | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Migrate COM+ E2E tests from raw binaries to source code. | Bevan Weiss | 2025-02-11 | 36 | -7/+1283 |
| | | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Fix up COM+ to be back in working order under Wix4+ | Bevan Weiss | 2024-12-26 | 14 | -0/+212 |
| | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Add a few more checks on rollback of Util User. | Bevan Weiss | 2024-12-26 | 1 | -2/+7 |
| | | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | A basic install / uninstall test for RemoveFoldersEx | Bevan Weiss | 2024-09-02 | 3 | -0/+110 |
| | | | | | | | | Contains no files etc to verify that Remove action can still occur without other elements bringing in the RemoveFiles Standard Action Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Add basic test for Msmq install/uninstall. | Bevan Weiss | 2024-07-18 | 3 | -0/+57 |
| | | | | | | | | | Fix up lack of WIX CUSTOM_ACTION_DECORATION wrappers Add new RuntimeTest skipper for Server Features / Optional Features. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Initialize WOW64 in TouchFile custom action | Rob Mensching | 2024-07-17 | 3 | -0/+62 |
| | | | | Fixes 8638 | ||||
* | Add trx logging for individual runtests.cmd. | Bob Arnson | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 2 | -4/+4 |
| | | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes. | ||||
* | Ensure elevated SFXCA uses Windows Installer cache and unelevated uses Temp ↵ | Rob Mensching | 2024-04-05 | 2 | -1/+43 |
| | | | | | | folder Fixes 8078 | ||||
* | Add a managed custom action E2E test | Rob Mensching | 2024-04-05 | 6 | -0/+122 |
| | |||||
* | Use the correct case for firewall attribute values | Rob Mensching | 2024-03-24 | 1 | -3/+3 |
| | |||||
* | Fix localization collation. | Bob Arnson | 2024-03-12 | 3 | -0/+53 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8036. | ||||
* | Use camelCase attribute values. | Bob Arnson | 2024-02-27 | 2 | -5/+5 |
| | |||||
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
| | |||||
* | add firewall extension decompiler, make msi modifications work, add all ↵ | chris_bednarski | 2023-11-19 | 17 | -17/+920 |
| | | | | attributes | ||||
* | change firewall extension table name to Wix5FirewallException | chris_bednarski | 2023-11-19 | 5 | -0/+299 |
| | |||||
* | remove windows xp specific code from firewall extension | chris_bednarski | 2023-08-26 | 3 | -2/+88 |
| | |||||
* | use WcaGetRecordFormattedString to get firewall rule description | chris_bednarski | 2023-08-23 | 3 | -0/+140 |
| | |||||
* | add integration tests for the firewall extenstion | chris_bednarski | 2023-08-19 | 4 | -0/+251 |
| | |||||
* | Fix XmlConfig lookup logic. | Bob Arnson | 2023-04-27 | 4 | -0/+98 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Fix WcaErrorMessage `cArgs==-1` case. | Bob Arnson | 2023-04-27 | 1 | -0/+2 |
| | | | | | | | | | | - Count args before creating message record. - Document terminating NULL requirement. - Add terminating NULL in MessageExit* macros. - Enhance tests for problems encountered fixing this nightmare. Fixes https://github.com/wixtoolset/issues/issues/7422. Fixes https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Parallelize building test code | Rob Mensching | 2022-11-13 | 1 | -10/+2 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 14 | -40/+332 |
| | | | | Fixes 5371 | ||||
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 1 | -1/+1 |
| | | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs. | ||||
* | Make all test roll forward | Rob Mensching | 2022-10-03 | 1 | -1/+0 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 3 | -4/+4 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -6/+1 |
| | |||||
* | Add ability to skip tests at runtime, and skip long running cache tests | Sean Hall | 2022-05-13 | 3 | -35/+7 |
| | | | | 6665 | ||||
* | Port UtilExtension.UserTests from wix3. | Sean Hall | 2022-04-29 | 25 | -0/+679 |