Skip to content
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

dotnet-core-uninstall unable to list Hosting Bundle 5.0.x #186

Closed
yyjdelete opened this issue Jun 28, 2021 · 3 comments · Fixed by #196
Closed

dotnet-core-uninstall unable to list Hosting Bundle 5.0.x #186

yyjdelete opened this issue Jun 28, 2021 · 3 comments · Fixed by #196
Labels
bug Something isn't working

Comments

@yyjdelete
Copy link

  1. After install ASP.NET Core Runtime 5.0.x(Hosting Bundle for windows), it's not listed in .NET Core Runtime & Hosting Bundles: sector. The same thing works well for 3.1.x;
@sfoslund sfoslund added the bug Something isn't working label Jun 28, 2021
@sfoslund
Copy link
Member

sfoslund commented Sep 2, 2021

@yyjdelete are you still seeing this issue? If so, can you provide the following information:

  1. Your OS
  2. The version of the uninstall tool you're using
  3. The full version of the hosting bundle that's failing to show up

Thanks!

@yyjdelete
Copy link
Author

yyjdelete commented Sep 2, 2021

@sfoslund
Yes, it still not work for latest version

Your OS: win10-x64(21H1, 19043.1110)
The version of the uninstall tool you're using: 1.2.206301
The full version of the hosting bundle that's failing to show up: 5.0.9
https://download.visualstudio.microsoft.com/download/pr/a0f49856-eec9-4962-8d81-b09af6be9435/1d5fc0083b7f7e10ebed181329ca88ae/dotnet-hosting-5.0.9-win.exe

The registry looks like

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{44602f00-2f48-40c4-8226-65aa4012d178}]
"BundleCachePath"="C:\\ProgramData\\Package Cache\\{44602f00-2f48-40c4-8226-65aa4012d178}\\WindowsServerHostingBundle.exe"
"BundleUpgradeCode"=hex(7):7b,00,31,00,32,00,45,00,36,00,32,00,43,00,43,00,41,\
  00,2d,00,38,00,35,00,44,00,36,00,2d,00,33,00,42,00,43,00,44,00,2d,00,42,00,\
  38,00,31,00,45,00,2d,00,31,00,46,00,34,00,32,00,32,00,45,00,32,00,42,00,38,\
  00,37,00,45,00,32,00,7d,00,00,00,00,00
"BundleAddonCode"=hex(7):
"BundleDetectCode"=hex(7):
"BundlePatchCode"=hex(7):
"BundleVersion"="5.0.9.21365"
"VersionMajor"=dword:00000005
"VersionMinor"=dword:00000000
"BundleProviderKey"="12e62cca-85d6-3bcd-b81e-1f422e2b87e2"
"BundleTag"=""
"EngineVersion"="3.14.0.4118"
"DisplayIcon"="C:\\ProgramData\\Package Cache\\{44602f00-2f48-40c4-8226-65aa4012d178}\\WindowsServerHostingBundle.exe,0"
"DisplayName"="Microsoft .NET 5.0.9 - Windows Server Hosting"
"DisplayVersion"="5.0.9.21365"
"Publisher"="Microsoft Corporation"
"ModifyPath"="\"C:\\ProgramData\\Package Cache\\{44602f00-2f48-40c4-8226-65aa4012d178}\\WindowsServerHostingBundle.exe\" /modify"
"NoElevateOnModify"=dword:00000001
"QuietUninstallString"="\"C:\\ProgramData\\Package Cache\\{44602f00-2f48-40c4-8226-65aa4012d178}\\WindowsServerHostingBundle.exe\" /uninstall /quiet"
"UninstallString"="\"C:\\ProgramData\\Package Cache\\{44602f00-2f48-40c4-8226-65aa4012d178}\\WindowsServerHostingBundle.exe\"  /uninstall"
"EstimatedSize"=dword:000254ad
"Resume"=dword:00000003
"Installed"=dword:00000001

@sfoslund
Copy link
Member

sfoslund commented Sep 3, 2021

I was able to repro, thanks! This will be fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants