wix3
Running copied files in WiX using a custom action
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...)[详细]
2023-01-21 23:48 分类:问答WIX: Only check or get IIS settings when web features are being selected for installation
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[详细]
2023-01-21 22:49 分类:问答Correct way to implement Wix companion files?
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[详细]
2023-01-21 15:32 分类:问答How to include files in an msi installer using wix?
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.[详细]
2023-01-21 14:38 分类:问答WIX: How not to call ActionStart(Name=StartMetabaseTransaction) during installation
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[详细]
2023-01-21 08:32 分类:问答Speeding up WIX compiles
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).[详细]
2023-01-20 08:25 分类:问答Copying multiple files using wildcards/recursively using Wix
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[详细]
2023-01-20 08:11 分类:问答How to specify Assembly attribute in a WiX Fragment generated using Heat.exe from the command line
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[详细]
2023-01-18 19:29 分类:问答WiX3 major upgrade not working
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[详细]
2023-01-18 15:32 分类:问答WIX: Heat duplicate id issue with multiple features/folders
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[详细]
2023-01-16 23:22 分类:问答