Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ext\ to MSTest and traversal projects. | Bob Arnson | 12 days | 4 | -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 time | Bevan Weiss | 12 days | 2 | -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 Weiss | 12 days | 4 | -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 Weiss | 12 days | 6 | -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 Weiss | 2024-07-18 | 2 | -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 Arnson | 2024-02-16 | 1 | -2/+2 |
| | | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5. | ||||
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 2 | -7/+1 |
| | |||||
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -1/+1 |
| | |||||
* | Remove unused symbol `Version`. | Bob Arnson | 2023-09-12 | 1 | -2/+0 |
| | |||||
* | Fix Msmq key table relationship. | Bob Arnson | 2023-05-02 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7454. | ||||
* | Fix key table names in colum definitions. | Bob Arnson | 2022-12-21 | 1 | -1/+1 |
| | | | | | - Also fix typo. - Make WiX source file parseable. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 2 | -2/+0 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 2 | -3/+3 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 3 | -17/+13 |
| | | | | Fixes 6970 | ||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 2 | -9/+7 |
| | | | | Fixes 6944 | ||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -8/+1 |
| | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -3/+0 |
| | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -1/+0 |
| | |||||
* | Fix table names missing `Wix4` prefix. | Bob Arnson | 2022-02-13 | 1 | -2/+2 |
| | |||||
* | Versioned extension ids: ComPlus, Msmq | Bob Arnson | 2022-02-13 | 17 | -110/+109 |
| | |||||
* | Central caDecor and caErr. | Bob Arnson | 2022-02-10 | 2 | -97/+1 |
| | |||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 1 | -4/+0 |
| | |||||
* | Properly place Iis.wixext in its own segment and simplify its build | Rob Mensching | 2022-01-03 | 2 | -3/+13 |
| | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Simplify and normalize ext projects | Rob Mensching | 2021-12-30 | 2 | -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 Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 15 | -284/+45 |
| | |||||
* | Move Msmq.wixext into ext | Rob Mensching | 2021-05-04 | 52 | -0/+4615 |