Microsoft Setup and Deployment Wizard for Visual Studio or the .NET framework
I realize there is likely a simple method to do this but how does one create a desktop shortcut to …
visual-studio setup-deploymentI'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-deploymentI have developed a C# console application using VS2010. Now i would like to make it into a setup.exe. …
c# console-application setup-deploymentIn 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-deploymentI have created the setup of a Windows Forms application. After installing this setup in Windows 7, it displays something like …
c# .net winforms setup-deploymentI 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-deploymentIn my Windows application I set the Title, Product Name and Company Name in the assembly. I added a setup …
c# .net setup-deploymentI'm deploying an application and during the installation after the user chooses where to install the app, I want to …
c# windows winforms setup-deploymentI 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-rolesI 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