aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/wixlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update thumbprints and download links to target latest .NET packagesChaojie2024-09-284-11/+11
|
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-074-7/+7
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-064-28/+28
|
* Switch to `virtual` access modifiers...Bob Arnson2024-02-161-7/+7
| | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5.
* Properly fragment NetFx custom actions.Bob Arnson2023-08-151-5/+11
| | | | FIxes https://github.com/wixtoolset/issues/issues/7677.
* Add NetFx 4.8.1 detection and package groups.Bob Arnson2023-02-281-0/+111
| | | | Fixes https://github.com/wixtoolset/issues/issues/7239.
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-213-19/+10
|
* Add "4X" variants for the "45" propertiesBob Arnson2023-02-213-45/+177
| | | | (to help avoid confusion and funny looks).
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-252-0/+15
| | | | | | | | | | | 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
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-1011-230/+47
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Improve error messages for remote payloadsRob Mensching2022-08-101-1/+0
|
* Remote payloads using certificate verification cannot use hashRob Mensching2022-06-295-24/+24
| | | | Fixes 6745
* Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall2022-03-222-8/+8
| | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252
* .NET Framework and .NET Core redists using certificate validationRob Mensching2022-02-288-188/+79
|
* Central caDecor and caErr.Bob Arnson2022-02-102-41/+1
|
* Update package Cache attribute to new attribute valuesRob Mensching2021-05-178-17/+17
| | | | Closes wixtoolset/issues#5125
* Fix Net48Web hash.Sean Hall2021-05-111-1/+1
|
* Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall2021-05-118-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 processRob Mensching2021-05-111-5/+4
|
* Move NetFx.wixext into extRob Mensching2021-05-0330-0/+2339