[WiX-users] How to "initialize" dialog

2009-08-10 Thread Tamara Kustarova
Hi, I am trying to customize the dialogs in WixUI_FeatureTree and I want to add my own dialog after CustomizeDlg. When I run the .msi, just after the CustomizeDlg it ends up with error 2829. According to msdn error 2829 means: Attempt to use an uninitialized dialog. What does it mean? How can I

[WiX-users] How to search for Default name in Registry

2009-07-29 Thread Tamara Kustarova
Hello, I would like to check, if default Name is present in registry. According to http://msdn.microsoft.com/en-us/library/aa371171(VS.85).aspx "Note that it is not possible to use the RegLocator table to check only for the presence of the key. However, you can search for the default value of a

[WiX-users] Condition in Feature

2009-07-21 Thread Tamara Kustarova
Hello, I am trying to make a simple windows installer constisting of these features: feature1 feature2 examples. The feature examples consists of features: examples_feature1 (will be hidden) examples_feature2 (will be hidden) I want to install feature "examples_feature1" ONLY if user selected fea