I'm trying to build a series of build items so that we can easily distribute 
our installation both internally and externally with maximum control available. 
This means that we want to build both a wixlib and an merge module depending on 
the targeted client.

Before that, I only had the msm version and everything was working fine but 
reading that wixlib is supposed to be more modular as a module, I as requested 
to do both so I tried to simply "compile" my wxs 2 times: once with light and 
once with lit which in fact worked until I tried to compile the final msi.

For the msi, I simply removed the Merge and MergeRef tags and then added my 
wixlib as a source for light but I got errors that <Module> tag (in my wixlib) 
wasn't valid. So I tried  - in vain - to get more information about how to use 
wixlibs and what I finally discovered is that I must use the Fragment root tag.

So I started a new Votive WixLibrary project in which I created the Fragment 
tag and then pasted the whole content from my merge module definition. In the 
mergeModule definition, I simply stripped everything (even though I had no idea 
how this could work) and ran light again. It worked but now my merge module is 
totally empty.

I can I reference the wixlib content within my merge module? I don't have any 
feature defined in the merge module, only components so I can't see.

Thank you for your help.


Les renseignements contenus dans ce message peuvent être confidentiels.

Si vous n'êtes pas le destinataire visé ou une personne autorisée à lui 
remettre ce courriel, vous êtes par la présente avisé qu'il est strictement 
interdit d'utiliser, de copier ou de distribuer ce courriel, de dévoiler la 
teneur de ce message ou de prendre quelque mesure fondée sur l'information 
contenue. Vous êtes donc prié d'aviser immédiatement l'expéditeur de cette 
erreur et de détruire ce message sans garder de copie.
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to