-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Removal of hosting bundle doesn't work #277
Comments
Have you tried installing/uninstalling via WinGet? This repo doesn't really seem like it's maintained. :/ |
Winget isn't supported on Windows server? |
I agree, it doesn't seem properly maintained |
Oh I had no idea, sorry. |
Can you not run the installers in silent mode by passing in the right flags though? After all, that's what WinGet does. At least that's what I see here. https://github.com/microsoft/winget-pkgs/blob/master/manifests/m/Microsoft/DotNet/SDK/8/8.0.201/Microsoft.DotNet.SDK.8.installer.yaml I don't see what those flags for silent install are though. I guess they're added automatically by the |
You should be able to suppress the confirmation prompt with |
Trying to automate the hosting bundle across our fleet of IIS server. Apparently MS provides no simple way of doing this via SCCM (you can install new version but not remove legacy versions.
I'm running:
.\dotnet-core-uninstall.exe remove --force --all-but-latest --hosting-bundle
And I'm still prompted with
What's the point of this tool if it doesn't work?
I'm also including this link re: folks trying to accomplish the same thing (but may be having a different problem)
#262
The text was updated successfully, but these errors were encountered: