For various reasons, I need to use a previously built merge module in my wix
installer.  I looked around and found the syntax for this and put it into my
wxs file.  However, I got no output.  I have confirmed that the merge module
files are in the Module Retargetable Folder and I'm certain this merge
module works as we have another installer that uses it.  I'm somewhat
stumped.  Heres the code:

<Directory Id='SETUPCAB' Name='Server'>
                <Merge Id="SetupMerge" Language='1033' src='ServerMerge.msm' 
DiskId='1' />
</Directory>

<Feature Id='SETUP.CAB' Title='SETUP.CAB' Description='Descrip of SETUP.CAB'
Display='expand' Level='1'>
      <MergeRef Id='SetupMerge' />
  </Feature>

There are no errors, it just doesn't install the files.  Any ideas?
-- 
View this message in context: 
http://www.nabble.com/Merge-Modules-in-Wix-tf3633301.html#a10145618
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to