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
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.
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).
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
I\'m writing a WiX installer, with a common set of WiX sources for the 32 bit and 64 bit versions of the product.
I have a registry key that can be equal to one of two values: special value or null. And two features.
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\"
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:
I\'m trying to do the following : Suppose a user with username \"annie\" is connected to the foo.example.com website
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