Antonio Rodríguez
Antonio Rodríguez

Reputation: 1126

Setup projects on Visual Studio 2022

In Visual studio 2019 and earlier versions Setup projects were part of the project templates I could add to any solution. Now I've tried to open an old solution in VS 2022 and it says there is no compatibility for this kind of project.

Is that so, or am I missing something? Is there anything I can do about it?

I know there are some new solutions for installers integrated with VS, but Setup project just works for me and I never felt the need to change.

Upvotes: 14

Views: 26783

Answers (1)

David
David

Reputation: 1296

For Visual Studio 2022 support for Visual Studio Installer Projects must now be installed as an official Microsoft extension from here:

https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects

I found this by googling "Visual Studio 2022 Installer Project".

Upvotes: 24

Related Questions