aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Msmq (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days4-29/+28
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Skip Decompile roundtrip test for Msmq (it will require more timeBevan Weiss12 days2-10/+23
| | | | | | | | | | to investigate Wix4Group / Wix6Group decompiler interactions). Fix up Msmq Util dependency by bringing it into Build explicitly, as per NetFx extension. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add a basic unit test for the round msmq decompiler round trip.Bevan Weiss12 days4-21/+54
| | | | | | | Needed fix up for Group decompiler to work correctly, adding to Index, and fixing where the Group name column is located. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix up missing 'Wix4' prefixes on MSMQ Permission tables.Bevan Weiss12 days6-110/+236
| | | | | | | | And updated decompiler to Wix4 table names etc in line with firewall CA. Fixes wixtoolset/issues#8902 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add basic test for Msmq install/uninstall.Bevan Weiss2024-07-182-4/+6
| | | | | | | | | 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>
* 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-1/+1
|
* Remove unused symbol `Version`.Bob Arnson2023-09-121-2/+0
|
* Fix Msmq key table relationship.Bob Arnson2023-05-021-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/7454.
* Fix key table names in colum definitions.Bob Arnson2022-12-211-1/+1
| | | | | - 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-313-17/+13
| | | | Fixes 6970
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-152-9/+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-3/+0
|
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-1/+0
|
* Fix table names missing `Wix4` prefix.Bob Arnson2022-02-131-2/+2
|
* Versioned extension ids: ComPlus, MsmqBob Arnson2022-02-1317-110/+109
|
* 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
|
* Properly place Iis.wixext in its own segment and simplify its buildRob Mensching2022-01-032-3/+13
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-1/+1
|
* Simplify and normalize ext projectsRob Mensching2021-12-302-11/+7
| | | | | | 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-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-1115-284/+45
|
* Move Msmq.wixext into extRob Mensching2021-05-0452-0/+4615