My project uses several dll files with activex controls. Now I am making a deployment project (windows installer).
I have a selfhosted WCF service application which I want to deploy by a msi installer package.The endpoint uses http port 8888. In order to startup the project under windows 2008 after installation I
How to create a 30 days evaluation software. Is there any possibility to do this with MSI creation.It would be great if MSI installe开发者_如何学编程r packageprovides such in built facility, by which,
I have a number of editions of the project for which I am making a Visual Studio setup project (installer).
I\'m looking into using group policy to deploy a couple of applications. I want to have the log of each installation written to a shared folder on a file server for tracking purposes.
I have a WiX installer that I would like to check for .Net 3.5, and install it if it does not exist. I have the following lines in my wixproj file:
How can I detect if .Net 2.0 SP1 is installed from my installer msi, and abort the install if it开发者_开发知识库 is not present?
We recently had an MSI go out the door with a bad bug in a custom action. I was able to create a transform for the MSI binary table and this did work but I think I was lucky. I altered the custom acti
Our team has recently been considering pushing out a minor registry fix to users to modify one particular problematic key. Pretty straightforward stuff, just needed to update 1 key/value inside the re
I was trying to create a setup project using VS2开发者_如何学JAVA008. Is there anyway to detect if a particular Office 2010 application is installed or not?