Thank you for the WiX 3 solution.

With WiX 2, there is the element IgnoreModularization instead, which has been 
declared deprecated in WiX 3. 
In my WiX 2 project, it works.

Best regards

Matthias

> -----Ursprüngliche Nachricht-----
> Von: Christopher Painter [mailto:chr...@deploymentengineering.com] 
> Gesendet: Dienstag, 24. März 2009 12:34
> An: General discussion for Windows Installer XML toolset.
> Betreff: Re: [WiX-users] Data exchange between MSM and main MSI
> 
> 
> You can declare the property at the merge module level like this:
> 
>     <Property Id="FOO" SuppressModularization="yes"></Property>
> 
> Since I'm not giving the property any value it doesn't 
> actually create the row in the property table ( or the table 
> itself since I have no other properties)  but it does tell 
> the compiler to not modularize FOO part of the conditional 
> expression used in subsequent elements.
> 
> Chris
> 
> > > ________________________________________
> > > From: Reuss, Matthias [matthias.mr.re...@siemens.com]
> > > Sent: Monday, March 23, 2009 10:25 AM
> > > To: General discussion for Windows Installer XML
> > toolset.
> > > Subject: [WiX-users] Data exchange between MSM and
> > main MSI
> > > 
> > > Hello,
> > > 
> > > When creating a merge module, WiX appends the Module
> > Idto identifiers
> > > wherever it seems appropriate.
> > > 
> > > However, there are cases where I would like the merge
> > module 
> > > to use e.g.
> > > property values that have been defined in the main
> > MSI.
> > > Is there any way to do this?
> > 

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to