Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic test for Msmq install/uninstall. | Bevan Weiss | 2024-07-18 | 1 | -0/+2 |
| | | | | | | | | | 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> | ||||
* | Update dependencies | Rob Mensching | 2024-07-12 | 1 | -15/+15 |
| | | | | Fixes 8569 | ||||
* | Move to ReleaseFlow and SomeVer | Rob Mensching | 2024-04-25 | 1 | -1/+0 |
| | |||||
* | Prevent source directories from being harvested. | Bob Arnson | 2024-04-04 | 1 | -0/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8096. | ||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 1 | -12/+1 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 1 | -0/+1 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -3/+2 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -1/+0 |
| | |||||
* | Update to xunit 2.5.1 | Rob Mensching | 2023-12-16 | 1 | -3/+3 |
| | |||||
* | Build tweaks to support VS 17.8... | Bob Arnson | 2023-12-04 | 1 | -3/+3 |
| | | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities. | ||||
* | add firewall extension decompiler, make msi modifications work, add all ↵ | chris_bednarski | 2023-11-19 | 1 | -0/+1 |
| | | | | attributes | ||||
* | add integration tests for the firewall extenstion | chris_bednarski | 2023-08-19 | 1 | -0/+1 |
| | |||||
* | feat(build): update xunit to version 2.5.0, fix occasional test timeout | chris_bednarski | 2023-07-19 | 1 | -5/+5 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -5/+5 |
| | |||||
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 1 | -0/+6 |
| | | | | | | | | | | | Adds new custom element in NetFx extension for running NetCoreCheck.exe tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck />`. The checks are run before evaluating launch conditions, so their results can be used in those conditions. There is no limitation on the number of checks that can be run, so installer may query various runtimes on different platforms and versions and with different roll forward policies. Fixes https://github.com/wixtoolset/issues/issues/6264 | ||||
* | Update several dependencies | Rob Mensching | 2022-10-19 | 1 | -7/+18 |
| | |||||
* | Update to latest NuGet assemblies | Rob Mensching | 2022-10-19 | 1 | -3/+3 |
| | |||||
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 1 | -7/+5 |
| | |||||
* | Normalize ToolsetTask implementation to call wix.exe and heat.exe | Rob Mensching | 2022-10-14 | 1 | -0/+1 |
| | | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951 | ||||
* | Move WixVersion to new WixToolset.Versioning package in libs segment | Rob Mensching | 2022-10-04 | 1 | -0/+1 |
| | | | | | | | | | | | WixVersion is already used by the Core toolset but could also be useful for bootstrapper applications parsing bundle versions. The WixToolset.Data assembly contains a significant amount of data that bloats its size that bootstrapper applications would never need. Extracting WixVersion to its own assembly makes it much more useable. Fixes 6943 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | Add direct reference to System.Configuration.ConfigurationManager | Rob Mensching | 2022-08-16 | 1 | -0/+1 |
| | | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868 | ||||
* | Generate metadata needed to populate update feed | Rob Mensching | 2022-08-08 | 1 | -0/+1 |
| | | | | Step towards completing 5367 | ||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 1 | -0/+2 |
| | | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 | ||||
* | Fix E2E test exception. | Ron Martin | 2022-06-29 | 1 | -1/+1 |
| | | | | Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5. | ||||
* | Port UtilExtension.UserTests from wix3. | Sean Hall | 2022-04-29 | 1 | -0/+1 |
| | |||||
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 1 | -0/+5 |
| | |||||
* | Provide managed CA and Embedded UI DTF libraries via NuGet | Rob Mensching | 2022-03-31 | 1 | -0/+1 |
| | | | | | | | | | | Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080 | ||||
* | Move the FileSystem.AccessControl version sync comment | Rob Mensching | 2022-02-17 | 1 | -1/+2 |
| | |||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -0/+1 |
| | | | | Fixes #6348 | ||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 1 | -2/+2 |
| | |||||
* | Remove Microsoft.NETFramework.ReferenceAssemblies. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+2 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Version extension ids. | Bob Arnson | 2021-12-23 | 1 | -1/+1 |
| | | | | | | | | | https://github.com/wixtoolset/issues/issues/5933 - Add support for detecting VS2022. - Add x64 custom actions. - Remove ancient Help 2.0 support. - Update WixCop to add the new element to trigger custom action. | ||||
* | More VS2022 fixes. | Sean Hall | 2021-12-06 | 1 | -1/+0 |
| | | | | | | | Update v4.0 projects to target v4.7.2. Skip all Bal managed host tests for now. Remove ToolsVersion from DTF test projects. Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props. | ||||
* | Remove unused code | Rob Mensching | 2021-05-17 | 1 | -13/+0 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -0/+86 |