For my application, I need to install the main application and allow users to pick and choose one or more additional featuresto install.I tried to run the main msi and have a custom action to install
How can the relative file path be set in setup and deployment project. So that if I take the poject to another machine it will buil开发者_如何学GodYou can use clickonce build. It will help out your pr
I want to add customized dialog box for uninstallation of my application. I have also tried the following:
Is it possible to prompt for re开发者_如何转开发starting the machine after installation using WiX?<?xml version=\'1.0\' encoding=\'windows-1252\'?>
I am using VisualStudio2005 and a vdproj to create a simple MSI file.I need to pass in the REINSTALLMODE property when I launch it.
I have a config file, myapp.exe.config, that I want to install only if it does not already exist. That is, I don\'t want to overwrite any existing config file. How can this be done in WiX?
I\'m experiencing some weirdness related to an MSI installation upgrade, perhaps someone out there can help me:
I want to wrap a existing msi installer file into NSIS installer executable. Because there is not any option to change the icon of the msi file. I just want to customize the icon of the output setup.e
I have an ASP.NET server that provides its client as an MSI download (similar to CCNet/CCTray). There can be more than a single server (for example, for dev/testing/production, but there may be differ
I\'m trying to convert the MSI product code GUID into the product code ID used to identify the installed item in the MSI registry keys. Is there an API for this? If no开发者_高级运维t, how can this be