wix
Wix Bind Substring or Split
I\'m trying to get a Wix installer written that does some TypeLib registration. I\'m already pulling the FileVersion off a registered file elsewhere using[详细]
2023-04-08 15:44 分类:问答Wix Event Log Not Getting Created
I\'m trying to create an Event Log and Event Source at install time using Wix. The install doesn\'t fail or give any error...b开发者_JAVA技巧ut I don\'t see any Event Log called MyApp getting created.[详细]
2023-04-08 15:43 分类:问答Specify the INSTALLLOCATION of packages in WiX inside the Burn managed bootstrapper
I have a WiX 3.6 bundle (using Burn) and managed bootstrapper that install several MSI packages. Some of the packages install to a common location (C:\\program files\\MyApp).[详细]
2023-04-08 04:57 分类:问答wix IIS version in uninstall condition fails
I have a custom control as shown below. During uninstall the condition that checks for IIS_MAJOR_VERSION=\"#7\" AND IIS_MINOR_VERSION=\"#5\" seems to fail although during install this condition is t[详细]
2023-04-08 03:55 分类:问答In WiX, Should I have different Product Ids for 32 and 64 bit versions
I\'m writing a WiX installer, with a common set of WiX sources for the 32 bit and 64 bit versions of the product.[详细]
2023-04-08 03:35 分类:问答How to install features depending on the value of property
I have a registry key that can be equal to one of two values: special value or null. And two features.[详细]
2023-04-07 06:51 分类:问答Wix: Assigning a property a value from a dialogue control
Cou开发者_运维知识库ld someone please show me a simple example of assigning a value to a property that was supplied by a user from a dialogue edit control.<Control Id=\"ServiceName\" Type=\"Edit\"[详细]
2023-04-07 03:13 分类:问答WiX: How to schedule the InstallUISequence
I am working on a installer. It is very simple; I just to write some key into the Windows Registry. But before doing this, I have to check some conditions, so I make four dialogs:[详细]
2023-04-07 02:01 分类:问答How can I give parameters to a WIX setup from the setup's download link
I\'m trying to do the following : Suppose a user with username \"annie\" is connected to the foo.example.com website[详细]
2023-04-06 10:25 分类:问答WiX bundle UI - selectable product tree
I have recently migrated 7 application installers to WiX. The old installer (10+ years old technology, the UI looks like a windows 3.1 setup) already had a product tree in its bundle installer, where[详细]
2023-04-06 08:15 分类:问答