About 31,300 results
Open links in new tab
  1. Visual Studio - vdproj is incompatible - Stack Overflow

    Oct 4, 2019 · The correct procedure to resolve "Incompatible" issue with VDPROJ Projects coming from Visual Studio 2010 and 2015 in 2017, 2019 or 2022 is: Enter Visual Studio .NET …

  2. Visual studio 2022- incompatible installer project or doesn't …

    Feb 1, 2024 · After some R&D I found Visual Studio 2022 doesn't come with the Setup Project extension so, need to add another extension as given below Extension>Manage …

  3. installation - Generate application Installer with MS VS Installer ...

    Oct 6, 2023 · When I generate the installer directly from the Visual Studio IDE it is generated properly, the .MSI is created and works without problems ( I simply press right button over the …

  4. Make an Installation program for C# applications and include .NET ...

    2 Include an Setup Project (New Project > Other Project Types > Setup and Deployment > Visual Studio Installer) in your solution. It has options to include the framework installer. Check out …

  5. How do I turn my release project into an installer in Visual Studio ...

    Dec 20, 2021 · 1 I have a C# WinForms project in Visual Studio 2019, and I am trying to turn my finished code into something that a user can just download (don't mind what file type, just …

  6. How to create an installer for a .net Windows Service using Visual …

    Visual Studio 2010 it is located in: Install Templates > Other Project Types > Setup and Deployment > Visual Studio Installer On the second step select "Create a Setup for a …

  7. How to create an Upgrade installer with the Visual Studio Installer ...

    Sep 3, 2020 · I asked this on the deployment projects QNA I'm using the Microsoft Visual Studio Installer Projects extension to build a new installer for an update to a 10 year old project, but I …

  8. c# - Why I get a DLL installed by the setup project instead of an …

    May 13, 2021 · Project loaded. (you have an empty form) Right click on your project and check that you have "Output type" Windows application. (It means when you click on build it creates …

  9. How to make a setup work for limited (non-admin) users

    Nov 3, 2010 · The installer works perfectly running under a limited user account on Windows XP, but under Windows 7, admin privileges seem to be required. I have not been able to find a way …

  10. installation - How can I create an MSI setup? - Stack Overflow

    Jun 25, 2009 · In Visual Studio (including the free community editions) you can install the Microsoft Visual Studio Installer Projects extension [1] which allows you to create an MSI …