docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

msiexec issue

Open BillFulton opened this issue 1 year ago • 2 comments

Type of issue

Code doesn't work

Description

[Enter feedback here]

Hi msiexec flags the given example msiexec /x {EEC1BB5F-3391-43C2-810E-42D78ADF3140} /q IGNOREDEPENDENCIES=ALL as a syntax error. It accepts msiexec /uninstall /package {EEC1BB5F-3391-43C2-810E-42D78ADF3140} /q IGNOREDEPENDENCIES=ALL but for me this had no effect.

Also, I was unable to see how to uninstall any standalone .NET SDK installers from Control Panel, and had to do it from Visual Studio.

Cheers Bill

Page URL

https://learn.microsoft.com/en-us/dotnet/maui/troubleshooting?view=net-maui-8.0

Content source URL

https://github.com/dotnet/docs-maui/blob/main/docs/troubleshooting.md

Document Version Independent Id

1cdfd37b-a119-da4e-a56e-a60dde31bb18

Article author

@davidbritch

Metadata

  • ID: 1cdfd37b-a119-da4e-a56e-a60dde31bb18
  • Service: dotnet-mobile
  • Sub-service: dotnet-maui

BillFulton avatar Jan 15 '24 03:01 BillFulton

I substituted my guid of course.

BillFulton avatar Jan 15 '24 03:01 BillFulton

So sorry!! I was just that in PowerShell I had not escaped the curly brackets. All good.

BillFulton avatar Jan 15 '24 23:01 BillFulton