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

Uninstall the October 2021 Visual Studio 2022 .vsix files before installing the March 2022 GDK #25

Open
FLY1NGSQU1RR3L opened this issue Mar 18, 2022 · 0 comments
Assignees

Comments

@FLY1NGSQU1RR3L
Copy link
Member

Issue
If you manually installed the Visual Studio 2022 .vsix files that shipped alongside the October 2021 GDK, uninstall those files before you install the March 2022 GDK.

Impact
Not doing this can produce debugging and deployment failures when using Visual Studio 2022.

Solution:
Use the following command-line commands to uninstall the October 2021 GDK .vsix files:

  • vsixinstaller /skuName:Enterprise /skuVersion:17.1 /appIdName:VS
  • /appIdInstallPath:"C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
  • /uninstall:Microsoft.Gaming.GDK.PC.v143.211004
  • uninstall:Microsoft.Gaming.GDK.PC.v143.Templates
  • /uninstall:Microsoft.Gaming.GDK.PC
  • /uninstall:Microsoft.Gaming.GDK.Xbox.v143.211004
  • /uninstall:Microsoft.Gaming.GDK.Xbox.v143.Templates /uninstall:Microsoft.Gaming.GDK.Xbox

Note: This command might vary depending on which edition of Visual Studio 2022 is installed and which .vsix files were initially installed.

If the March 2022 GDK was installed prior to uninstalling the October 2021 GDK .vsix files, repair the March 2022 GDK after uninstalling the October 2021 .vsix files to get back into a working state.

@FLY1NGSQU1RR3L FLY1NGSQU1RR3L self-assigned this Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant