Greetings! I have a solution in VS2010 that defines 3-4 individual applications. These 3-4 apps are individual (but related) components that I need to have individually installed on our production
I am creating an MSI Package for my application.There are some ocx files which needs to included as the part of the installer.
I have created a setup project for a Windows Application developed using Visual Stduio 2008(C#). In the portion of installation screen where it says, this installer will guide you through the steps r
I\'ve read a bit that putting a.NET 2.0 SQL CE database in the program files directory where the application is installed is a bad idea. I\'m running int开发者_StackOverflow社区o the following error:
I\'m evaluating a number of windows installer tools for our application. Some of them will create .MSI files, but some of them only create .EXEs.
Visual Studio Installer states that it is a best practice to install each file as an installer component. The heat utility provided with Wix also seems to follow the practice of putting every file in
开发者_JS百科Merged with How to include version number in VS Setup Project output filename. This is about a Visual Studio 2008 Setup and Deployment project.
My program wants some exe\'s to be run to setup the environment of my application. so i want 开发者_如何学编程to create a executable which will contains multiple exe\'s inside.
I have an application which includes some .exe and jar files, i need to create a single installation file which will install all files and create an shortcut to my jar file..
I am currently using the Visual Studio 2010 Setup Project to deploy my application to an MSI installer file, which includes a Windows Service and a Windows Forms application. But I am disappointed wit