Is there a way to do this. I don\'t want to shut off all of them from a certain ICE, because some may be valid and need fixing. But there are times I would like to 开发者_C百科say. OK, I can live with
I was looking for list of actions and their sequence when running a WiX setup. Somehow the official website doesn\'t seem to provide any information.
In my WiX installer I want to gracefully close the application that is about to be updated if it is still running. I do not want to prompt the user to close and I do not want to kill the process. I ne
I use use the Wix Installer to create a setup for my application. I use the Bootstrapper for the Visual Studio 2005 and 2008 runtimes,
I am in need to add a Features tree with checkbox selection to my msi. Can any one point me to some sample as how to achieve this please?
Using WIX i would like to know what instance of SQL Server is installed on target machine. If installed, get the name and set it as one of the property value to be displayed in my custom dialog.
I am working on an installer written in WIX. It defines PIDTemplate as <Property Id=\"PIDTemplate\"><![CDATA[{50}<????????-????????-??????????>]]></Property>
I have created a WiX installer and would开发者_如何学Python like to launch a custom action dialog on uninstall. From this dialog I would like to gather information on why the user is uninstalling my a
I tried adding registry keys for compatibility assistant to a wix setup like this: <File Id=\"File1.exe\" Name=\"File1.exe\" LongName=\"File1.exe\" Source=\"..\\Binaries\\File1.exe\" DiskId=\"1\"
I followed the tutorial here: http://www.codeproject.com/KB/library/driver-install-with-wix.aspx but it just doesn\'t seem to want to work - the DPInst exe never actually seems to run? All the files a