I have created MSI installers for programs compiled with Visual C++ 2008 Express edition and Wix (Windows Installer Xml) before.I just needed to bring in the merge modules for the C++ runtime redistri
I have an installer done with WiX. When it\'s done installing, it starts an application that injects some code in the Explorer process.
We are using WIX to install a number of services we create. I am writing a quick utility to dump the currently installed services. I just iterate over subkeys of:
I wrote a custom action to create a sc开发者_运维知识库heduled task after install. I do not want the Custom Action to run when the user does not want to create the schedule task. During installation
I am using WIX tool fo开发者_C百科r creating installation file for our project. I want to have the dynamic(incremental) build number. So can anyone please guide me.
I have a setup which I need to support on IIS6 and IIS7. For now Im using the built in IIS extensions for IIS6开发者_开发知识库 like so:
I have a project that uses the WiX extension WixUtilExtension to create a user for our Windows services. When I patch the installation (using an .msp), the custom actions RemoveUser and CreateUser are
Hi I have written code for my wix project such that it creates and deletes a schedule task on install or uninstall respectively. But I want to give the users an option(Feature) during installation whe
In my installer (created using WiX)开发者_如何学JAVA I forcefully re install everything using msiexec REINSTALL=ALL REINSTALLMODE=vamus /qr /i setup.msi command. This was working fine but after adding
Continuing a previous question I asked here, I now need to move to vs2010. I\'ve gotten the most recent weekly build of W开发者_如何学CiX 3.5, the June 5th 2010 version.