| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate all .sln files to .slnx | Rob Mensching | 13 days | 1 | -1/+1 |
| | | | | | Modernize projects against new .slnx expecations as well. | ||||
| * | Fix up COM+ to be back in working order under Wix4+ | Bevan Weiss | 2024-12-26 | 14 | -117/+200 |
| | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | | |||||
| * | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 1 | -2/+2 |
| | | |||||
| * | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -1/+0 |
| | | |||||
| * | Fix table names missing `Wix4` prefix. | Bob Arnson | 2022-02-13 | 2 | -2/+2 |
| | | |||||
| * | Versioned extension ids: ComPlus, Msmq | Bob Arnson | 2022-02-13 | 8 | -26/+34 |
| | | |||||
| * | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -2/+0 |
| | | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
| * | Implement integrated build process | Rob Mensching | 2021-05-11 | 2 | -10/+5 |
| | | |||||
| * | Move ComPlus.wixext into ext | Rob Mensching | 2021-05-04 | 37 | -0/+15402 |
