We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.3.0
None
WiX Toolset 3.14.1
In version 3.14+ they removed the dotnet3.5 dependency but the choco installer still tries to install it, which fails in certain cases.
This is where 3.5 was removed: https://github.com/wixtoolset/wix3/pull/476
It is explicitly declared here: https://github.com/wixtoolset/issues/issues/5711
choco should not attempt to install dotnet3.5 in this version of the wixtoolset.
dotnet3.5
choco install git wixtoolset -y
- Operating System: Windows 11 Pro [64-bit] 10.0.22631.0 - PowerShell Version: v5.1.22621.4249 - Shell: PowerShell v5.1.22621.4249
https://gist.github.com/A9G-Data-Droid/f9f69e88fbff741e0af46442e2eaddd9
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Chocolatey Version
2.3.0
Chocolatey License
None
Package Version
WiX Toolset 3.14.1
Current Behaviour
In version 3.14+ they removed the dotnet3.5 dependency but the choco installer still tries to install it, which fails in certain cases.
This is where 3.5 was removed:
https://github.com/wixtoolset/wix3/pull/476
It is explicitly declared here:
https://github.com/wixtoolset/issues/issues/5711
Expected Behaviour
choco should not attempt to install
dotnet3.5
in this version of the wixtoolset.Steps To Reproduce
choco install git wixtoolset -y
See log for details.
Environment
Chocolatey Log
https://gist.github.com/A9G-Data-Droid/f9f69e88fbff741e0af46442e2eaddd9
Anything else?
No response
The text was updated successfully, but these errors were encountered: