I have this Visual Studio 2010 Setup Project for installing my application. On (clean) Windows 7 32bit installations, it starts Internet Explorer after installing开发者_Python百科 my application.
I have a Microsoft Visual Studio Deployment Project that generates a basic setup.exe and appropriate MSI file. I leave the UpdateCode alone, but change the ProjectCode and Version on each build. I\'ve
I am using a Windows Installer deployment project in VS 2010 to create an 开发者_如何学JAVAinstaller for a small demo project. The demo needs to install a SQL Compact database file (MyData.sdf). The d
How do I install a web application as a web site in IIS6 using the regular Web Setup Project? I do not want to install the application as a virtual directory in \"Default Web Site\", but a new web sit
I need to install a windows service running under a given user. It is working with an existing user (ServiceProcessInstaller = User) but when the user does not exist then it should be created before t
Im trying to create setup for my cf app. I cant seem to find the project template \"Win32 Smart Device DLL\" under visual c++.
I have a simple VS setup project. On the first screen user inputs database name and credentials to access it. Then user clicks \'Next\' button and files are copied.开发者_运维百科
I have my little client application which - when started - creates some user defined objects on the heap via \"new\"
Given an installer generated with a VS2010 Setup Project, I would like to swap out a .NET DLL with another one without changing the name.
The development phase of my project has been completed and now I want create a setup 开发者_Python百科file.