aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools/RuntimeFactAttribute.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ups for Domain Group creation / removal.Bevan Weiss2025-02-111-2/+2
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group creation and update PR nits and feedback fixesRob Mensching2025-02-111-4/+5
|
* Add/Remove Group Membership rollback handled.Bevan Weiss2025-02-111-1/+31
| | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix up COM+ to be back in working order under Wix4+Bevan Weiss2024-12-261-0/+30
| | | | | | | | | | | | | | | | | | | | | 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>
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-131-0/+34
6665