I\'m planning to code a Web2 online application and I\'m looking for best-practices. I\'m talking about online apps similar to web collaborative or billing apps. I\'m wondering how they setup their D
I\'m using Visual Studio to crea开发者_JS百科te my installation package. My application use some bitmap and other data file. I currently include these files in my setup project.
I have a Visual Studio Setup project which has a Application Folder DefaultLocation set to[ProgramFilesFolder][Manufacturer]\\[ProductName]. I would like to change this to include the software\'s vers
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is it possible to create an installer that includes ms sql express? I currently i开发者_StackOverflow中文版nstall ms sql express via setting the setup project\'s pre-requisites.It outputs 2 files, an
On my application Setup Project, I\'m trying to setup a Registry key either under HKLM/Software or HKCU/Software depending on whether the user checked \"All Users\" or \"Just Me\" during the setup.
I\'m trying to call a custom action within my Setup & Deployment project to update some items within the app.config on my app. I\'ve wrapped up the custom config section in the usual way, e.g.:
I\'m creating an installer via VS setup project, and I\'d like to make sure sql express 2008 is installed if it is not already installed.
I\'m making a Web Setup Project of my Asp.net Mvc project. I\'d like the installer to change some MIME associations on IIS7. How to开发者_StackOverflow do this?My bad. This would be done in web.config
I am working on a Setup Project in Visual Studio, and I would like the user to be able to specify whether to create a Desktop Shortcut and/or a Start Menu shortcut to the program by using checkbox开发