Relative Content

Tag Archive for windows-installervisual-studio-setup-proje

Create setup project with all dependencies in VS2022

I have a.net WPF project. I would like to build a set up project so that I create an MSI for installing the build on other machines.
I have tried creating a Setup project and added Project Output, Content files, but the Detected Dependencies is empty
Any idea how can I ensure all the dependencies is included in the MSI.
I need to include a number of frameworks and packages with the install file.
I am using Visal Studio 2022

Setup project broken after update to VS2022 17.10

Over a year ago I started building a tool for internal use and distribute it through an MSI and setup.exe (the setup.exe is necessary to check if the current version is already installed or if an upgrade has to be done, this is automatically provided by the Setup project that comes with Visual Studio 2022). This worked fine until June 2024 on Windows 10.