Top "Setup-deployment" questions

Microsoft Setup and Deployment Wizard for Visual Studio or the .NET framework

Visual Studio Deployment Project - Create shortcut to deployed executable

I realize there is likely a simple method to do this but how does one create a desktop shortcut to …

visual-studio setup-deployment
Windows Service not appearing in services list after install

I've created a windows service in C#, using Visual Studio 2008 I pretty much followed this: http://www.codeproject.com/KB/…

c# visual-studio-2008 windows-services setup-deployment
Publishing C# console application

I have developed a C# console application using VS2010. Now i would like to make it into a setup.exe. …

c# console-application setup-deployment
Failed to decrypt using provider 'RsaProtectedConfigurationProvider'?

In my windows application i am trying to encrypt connection string section of app.config file, connection string part of …

c# visual-studio-2010 encryption setup-deployment
How to set the publisher name for a Windows Forms application

I have created the setup of a Windows Forms application. After installing this setup in Windows 7, it displays something like …

c# .net winforms setup-deployment
How to set "Run as administrator" flag on shortcut created by MSI installer

I have a Setup and Deployment project in Visual Studio 2010. I would like the installer to create two shortcuts to …

visual-studio-2010 windows-installer setup-project shortcut setup-deployment
How do we set Product name, Company name, etc. in Setup and Deployment Projects?

In my Windows application I set the Title, Product Name and Company Name in the assembly. I added a setup …

c# .net setup-deployment
Getting Application path during the installation

I'm deploying an application and during the installation after the user chooses where to install the app, I want to …

c# windows winforms setup-deployment
Visual Studio not finding my Azure subscriptions

I have a working Azure account with various services already running. I receive monthly bills for these. Now, I created …

visual-studio setup-deployment azure-worker-roles
How do I change the .NET framework bootstrapper package?

I have a C# project that I previously had targeting .NET 4.0, and now I want to target .NET 3.5, but I …

c# .net setup-deployment bootstrapper