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.
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 a WIX 3.0 installer that is building 88 slightly different builds (cross product of 32 and 64-bit, 11 locales, four editions (Beta, Retail, Evaluation, Different Evaluation).
I\'m a total noob on Wix (and installers in general) so please forgive me. My goal is to be able to traverse a directory, search for all, say, *.exe files and copy them to a predefined destination fo
I am using Heat.exe to harvest a directory containing my DLLs that need to go into the GAC. The fragment is correctly created and I can build my MSI. The pro开发者_运维技巧blem I am having is that aft
I have a major upgrade that I am trying to do, but it just doesn\'t work. It simply installs the new program along side the old one. They are in different directories (as I changed the directory struc
I am newbie to Wix and creating a multi feature Wix project. Our product is having 4modules and each module has to be included as a feature in the Windows installer. But all features are sharing the s