How I can perform showing message, that\'ll tell to user >>This version has already installed<< or some another warning message, when user try to run 开发者_C百科the same installer twice?Best pr
Using Wix, I would like to run an executable (that is being installed) and capture the return value. I have no problem running the executable via:
I\'m trying to add a check in my installer, so that if a specific registry key is not present it has to fail. That\'s roughly what I\'m doing:
I\'m creating an MSI installer using WiX and I have, say, a *.bat file that I\'m copying to SomeFolder2 under %temp% (something like the code snippet below...)
I am using WIX here. 3.0 to be specific. I have created an installer in which I have about 6 features. 2 of which are websites for IIS. the problem is that, when I deselect the 2 web features, the ins
We\'re currently in the process of upgrading our build scripts from 3.0 to 3.5, and fixing a bunch of old ICE errors along the way. I\'ve read through a number of articles, but I\'m slightly confused
I\'m pretty sure that this is a basic question but I really don\'t know where to start... so any help would be really appreciated.
Using WiX, what\'s the simplest way to disable the Next button on a page until the user has entered a well-formed GUID in an Edit (textbox) control?
My installer would fail when installed on a machine that has no IIS installed. The features that are going to be installed doesnt need IIS. The error says \"Cannot connect to Internet Information Serv
I have simple C# console application: static int main(string[] args){ return SomeBoolMethod() ? 1:0; } How in WiX 2.0 should I define property and set this value to it? I don\'t care about future