aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ComPlus/ca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up COM+ to be back in working order under Wix4+Bevan Weiss2024-12-2614-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_initRob Mensching2022-11-131-1/+0
|
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-2/+2
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Fix table names missing `Wix4` prefix.Bob Arnson2022-02-132-2/+2
|
* Versioned extension ids: ComPlus, MsmqBob Arnson2022-02-138-26/+34
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-2/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Implement integrated build processRob Mensching2021-05-112-10/+5
|
* Move ComPlus.wixext into extRob Mensching2021-05-0437-0/+15402