aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ComPlus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up COM+ to be back in working order under Wix4+Bevan Weiss2024-12-2615-120/+203
| | | | | | | | | | | | | | | | | | | | | 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>
* Switch to `virtual` access modifiers...Bob Arnson2024-02-161-2/+2
| | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5.
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-162-7/+1
|
* Pretty up build outputRob Mensching2023-12-161-2/+2
|
* Remove unused symbol `Version`.Bob Arnson2023-09-121-2/+0
|
* Fix key table names in colum definitions.Bob Arnson2022-12-211-28/+28
| | | | | - Also fix typo. - Make WiX source file parseable.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-132-2/+0
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-314-200/+195
| | | | Fixes 6970
* Update build dependencies and normalize more projectsRob Mensching2022-10-192-4/+4
|
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-153-30/+7
| | | | Fixes 6944
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+1
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-1/+0
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-3/+0
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Fix table names missing `Wix4` prefix.Bob Arnson2022-02-132-2/+2
|
* Versioned extension ids: ComPlus, MsmqBob Arnson2022-02-1319-172/+177
|
* Central caDecor and caErr.Bob Arnson2022-02-102-97/+1
|
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-4/+0
|
* Simplify and normalize ext projectsRob Mensching2021-12-302-14/+11
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* 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-1120-453/+47
|
* Move ComPlus.wixext into extRob Mensching2021-05-04100-0/+22827