Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ext\ to MSTest and traversal projects. | Bob Arnson | 12 days | 4 | -97/+51 |
| | | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage | ||||
* | Update thumbprints and download links to target latest .NET packages | Chaojie | 2024-09-28 | 4 | -11/+11 |
| | |||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 21 | -93/+93 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 3 | -14/+9 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 5 | -32/+32 |
| | |||||
* | Switch to `virtual` access modifiers... | Bob Arnson | 2024-02-16 | 1 | -7/+7 |
| | | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5. | ||||
* | Remove warning for `Wix` bundle variable prefix. | Bob Arnson | 2024-01-01 | 2 | -0/+48 |
| | | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579. | ||||
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 1 | -2/+0 |
| | |||||
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
| | |||||
* | DotNetCompatibilityCheck: If running NetCoreCheck.exe fails with error code ↵ | apacker1 | 2023-10-03 | 1 | -5/+13 |
| | | | | ERROR_EXE_MACHINE_TYPE_MISMATCH or ERROR_BAD_EXE_FORMAT then don't abort the installation, just set the property to 13. Fixes issue #7737 | ||||
* | Remove unused symbol `Version`. | Bob Arnson | 2023-09-12 | 1 | -2/+0 |
| | |||||
* | Properly fragment NetFx custom actions. | Bob Arnson | 2023-08-15 | 2 | -22/+11 |
| | | | | FIxes https://github.com/wixtoolset/issues/issues/7677. | ||||
* | Hide visible NetCoreCheck.exe window. | Bob Arnson | 2023-04-04 | 6 | -17/+59 |
| | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7353. Also adds unit test and removes dead code. | ||||
* | Add NetFx 4.8.1 detection and package groups. | Bob Arnson | 2023-02-28 | 3 | -0/+154 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7239. | ||||
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 4 | -22/+35 |
| | |||||
* | Add "4X" variants for the "45" properties | Bob Arnson | 2023-02-21 | 3 | -45/+177 |
| | | | | (to help avoid confusion and funny looks). | ||||
* | Fix CustomActionData names. | Bob Arnson | 2023-02-01 | 3 | -19/+5 |
| | | | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7189. Also: - Clean up duplicate caDecor.h. - Clean up use of CUSTOM_ACTION_DECORATION. | ||||
* | Add netfx:DotNetCoreSdkFeatureBandSearch. | Sean Hall | 2023-01-18 | 20 | -364/+711 |
| | | | | 7058 | ||||
* | Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheck | Staffan Gustafsson | 2023-01-18 | 16 | -119/+718 |
| | |||||
* | Use ConsoleWriteW in netcoresearch.exe. | Sean Hall | 2022-12-12 | 1 | -8/+1 |
| | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 4 | -4/+0 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 2 | -3/+3 |
| | |||||
* | Very minor cleanup | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 1 | -2/+2 |
| | | | | Fixes 6970 | ||||
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 12 | -3/+490 |
| | | | | | | | | | | | 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 | ||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 5 | -40/+21 |
| | | | | Fixes 6944 | ||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 38 | -121/+1375 |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | ||||
* | 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 | -9/+1 |
| | |||||
* | Improve error messages for remote payloads | Rob Mensching | 2022-08-10 | 1 | -1/+0 |
| | |||||
* | Remote payloads using certificate verification cannot use hash | Rob Mensching | 2022-06-29 | 5 | -24/+24 |
| | | | | Fixes 6745 | ||||
* | PathEnsureQuoted is not generally useful. | Sean Hall | 2022-05-31 | 2 | -0/+59 |
| | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -1/+0 |
| | |||||
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 2 | -8/+8 |
| | | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252 | ||||
* | .NET Framework and .NET Core redists using certificate validation | Rob Mensching | 2022-02-28 | 8 | -188/+79 |
| | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -1/+0 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -4/+0 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Central caDecor and caErr. | Bob Arnson | 2022-02-10 | 2 | -41/+1 |
| | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 1 | -3/+3 |
| | |||||
* | Simplify and normalize ext projects | Rob Mensching | 2021-12-30 | 2 | -10/+6 |
| | | | | | | 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. | ||||
* | Consistent-ify primary key column names. | Bob Arnson | 2021-12-19 | 2 | -2/+2 |
| | |||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -8/+0 |
| | |||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 2 | -5/+8 |
| | |||||
* | Update package Cache attribute to new attribute values | Rob Mensching | 2021-05-17 | 8 | -17/+17 |
| | | | | Closes wixtoolset/issues#5125 | ||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Fix Net48Web hash. | Sean Hall | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Cache packages that will be present for CACHE/INSTALL overall actions. | Sean Hall | 2021-05-11 | 8 | -17/+17 |
| | | | | | | | | During actions that are expected to have source media available, all packages that have cacheType set to keep should be cached if the package is going to be present. Set NetFx ExePackage Cache="no" and remove uninstall and repair arguments. #5125 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 16 | -342/+52 |
| | |||||
* | Move NetFx.wixext into ext | Rob Mensching | 2021-05-03 | 70 | -0/+4498 |