Re: [WiX-users] CNDL1086 SuppressModularization in merge modules

2007-01-09 Thread Bob Arnson
Levi Wilson wrote: > CNDL1086 warns that setting SuppressModularization="yes" is > discouraged...why is that? Short answer: Merge modules are supposed to be self-contained. Folks -- including me -- have "abused" them as ways of splitting up authoring, but that's not what they're designed for. (

Re: [WiX-users] CNDL1086 SuppressModularization in merge modules

2007-01-09 Thread Levi Wilson
Sorry, I just realized (learned) that I was using a private property. When I change the property to MY_STORAGEINFO it worked fine. I would still like some insight on the first question however. Thanks! On 1/9/07, Levi Wilson <[EMAIL PROTECTED]> wrote: In addition to this, when I set Suppress

Re: [WiX-users] CNDL1086 SuppressModularization in merge modules

2007-01-09 Thread Levi Wilson
In addition to this, when I set SuppressModularization="yes", in my UI dialog that has an Edit control with Control/@Property set to "My_StorageInfo", when the dialog initializes My_StorageInfo contains the string that I initialize it to in my Merge module ("localhost"), but whenever I change the