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
How to set the custom Microsoft visual studio projects MSI to open it without admin power
I want to know if there some options to set the MSI file without admin power. When I open the msi file in non-admin user, it always need admin power. How can I set it to open the msi file without the admin power?
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.