setup-project
Adding Launch Checkboxes to MSI Installer
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.[详细]
2023-03-12 04:51 分类:问答Choose dll files during uninstalling a windows form application program
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[详细]
2023-03-12 00:43 分类:问答Create a Setup and Deployment Project in windows without .net support
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.[详细]
2023-03-11 23:48 分类:问答VS Setup Project - Launch condition for .Net Framework 3.5 or higher
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?[详细]
2023-03-11 21:12 分类:问答Pass parameters for ocx registration during installation in VS setup project
I have an OCX that requires licensing in order for it to work. The vendor tells me to register it this way:[详细]
2023-03-11 16:14 分类:问答How to create a nested msxml6.msi package
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[详细]
2023-03-11 09:54 分类:问答how to give user an option of conditional Install of Desktop and Quick Launch Shortcuts?
i have created an installer(dot net deployment project) on VS 2005 which automatically installs my application\'s shortcut on desktop and quick launch.[详细]
2023-03-11 06:50 分类:问答how to write custom action for a c# installer in visual studio 2010?
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.[详细]
2023-03-11 05:52 分类:问答Installing a visual studio windows forms application on a pc that doesn't have .net framework installed
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[详细]
2023-03-11 02:25 分类:问答MSI Patch Not Working Against A Patched Version (Error 2356)
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[详细]
2023-03-11 00:59 分类:问答