Re: [WiX-users] Property Modularization

2007-02-08 Thread Levi Wilson
Nevermind...this won't work. I can't condition a UI segment on whether or not a component will be installed since CostFinalize will not have been invoked at this point. However, I guess I could just append my guid onto the property (myprop.[guid]) and condition the UI off of that? On 2/8/07, Le

Re: [WiX-users] Property Modularization

2007-02-08 Thread Levi Wilson
Would it be bad to check the existence of one of the components then from the merge module from _outside_ of the merge module? For instance, if I have one of the components (component1.[guid]) condition of two properties contained in my merge module, and I have some UI outside of the merge module

Re: [WiX-users] Property Modularization

2007-02-06 Thread Bob Arnson
Levi Wilson wrote: Alright, I'll try to tread slowly through this one... I have a merge module that has a settings file that is packaged with it. I have a file search setup within my merge module that sets an "OLDSETTINGS" property. Now, here is where things get fuzzy. IF the OLDSETTINGS e

[WiX-users] Property Modularization

2007-02-06 Thread Levi Wilson
Alright, I'll try to tread slowly through this one... I have a merge module that has a settings file that is packaged with it. I have a file search setup within my merge module that sets an "OLDSETTINGS" property. Now, here is where things get fuzzy. IF the OLDSETTINGS exist, the module will n