I am trying to achieve something like this: Run exe after msi installation? However my problem is that I need 2 check boxes to launch 2 different exes.
I wrote a windows forms application using c# and created setup file.Everything works fine. My question is; we can choose which dll and exe file should be included to setup,like that can we choose whic
I have got a vc++ project and for that I have created .exe and .lib. Now, I am trying to create a set up project for this.
I need to create a setup proje开发者_JAVA技巧ct for my application. I need to add launch condition to make sure user has .Net framework 3.5 or higher installed on his machine. Is there a way to do so?
I have an OCX that requires licensing in order for it to work. The vendor tells me to register it this way:
How to add msxml6.msi as nested package into my vs 2005 setup (Based.msi) using Orca? I already used this instructions http://support.microsoft.com/kb/306439 , but msxml6开发者_开发知识库.msi installa
i have created an installer(dot net deployment project) on VS 2005 which automatically installs my application\'s shortcut on desktop and quick launch.
I am writing an installer in Visual Studio 2010 for a 64 bit computer. There I\'m using a custom action to get the value of a CheckBox in the installation process.
i have a C#.net windows forms application that i need to deploy开发者_开发技巧, can i in some way copy the .net framework dlls that i used in the project to the setup project so that i can avoid to do
We have three versions of our software. (e.g. V1.0.1, V1.0.2 and V1.0.3). I created full msi installers for these three versions(V1.0.1.msi, V1.0.2.msi and V1.0.3.msi) with Visual Studio 2010 Setup Pr