In my current MSI ExecuteAction takes at least 1m 30s. I created a simple msi (from WiX exam开发者_运维百科ples) and it takes about 4 seconds for ExecuteAction.
My desktop application requires .net 4.0 full package. Why full package? I am using next api that belongs to full package.
I am looking to make an installer for a .net application which requires a few other MSI be run.Because of the restriction that you can only run one MSI at a time(honestly, is it 1995?) and my desire t
I\'ve read the http://robmensching.com/blog/posts/2003/10/18/Component-Rules-101 blogpost which is very enlightning.
We have a requirement for a C drive or D drive installation for one of our programs. What I need the installation to do is if the installation detect a D drive that has a certain folder structure like
I need to install a shortcut that opens one of the folders that I\'m creating. What mist I do to create a shortcut whose target is a folder instead of a file? I tried making the folder the shortcut\'s
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.
I want to install a plugi开发者_开发问答ns dll to a pre-installed application. Pre-installed application has its installed location in registry from where I can get its location. If I cannot found the
I must install Office 2007 PIA as a 开发者_如何学运维prerequisite along with my Office 2007 add-in. The bootstrapper I am using requires me to specify a registry entry to be checked if prerequisite is
I have the following piece of service code to install a group of MSI files copied to a given directory: