Programs used to create installers are generically called setup projects.
I've created a .NET assembly for COM interop and it is working well on my development machine. I'm currently trying …
.net interop gac setup-project regasmI have a small app with a setup project. If I create a shortcut to my Primary Output, then this …
c# visual-studio winforms setup-project desktop-shortcutSuddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know …
intellij-idea project project-management setup-project intellij-13tl;dr Visual Studio 2013 Creating a plain installer, project template: Other Project Types > Visual Studio Installer > Setup Project …
c# windows visual-studio setup-project prerequisitesI need to create install-able setup via scripting for my WPF application. I don't know where to start and what …
c# wpf installation setup-project .net-4.5while doing the build of my dontnet 4.0 project setup i'm getting following errors An error occurred generating a bootstrapper: Unable …
visual-studio-2010 .net-4.0 setup-project setup-deployment bootstrapperIs there a way to include the version number as part of the output.msi filename in a VS2008 Setup …
visual-studio visual-studio-2008 setup-projectI am using a Windows Installer deployment project in VS 2010 to create an installer for a small demo project. The …
windows-installer setup-projectI have a Setup/Deployment Project for my Application and it outputs certain files (*.dll, *.dat) to the Application Folder. …
visual-studio-2008 setup-project setup-deploymentI want to include a folder in a setup project so that when I deploy that setup the complete folder …
c# visual-studio visual-studio-2008 installation setup-project