Reputation: 21
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
I have also tried the steps in Deploy a .NET Windows Desktop app with ClickOnce - Visual Studio (Windows) | Microsoft Learn However this does not provide me a completely offline deployment process
Any idea what I am missing ?
Upvotes: 0
Views: 94