The merge would have failed horribly if it wasn't a Merge Module.  It looks 
like dark got confused and tried to decompile your Merge Module as a Product 
and that is why the Product element is completely blank.

I expect the reason it didn't install is something to do with the install 
itself.  You'll want to look at the verbose log file

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerald Grininger
Sent: Wednesday, March 14, 2007 2:31 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Adding a merge module or is it a merge module?

Hello,

I wanted to add a merge module provided within an sdk from Macrovision:
<Merge Id="DA8678BD-69FF-4272-9C6B-BF0471E52F46" Language="1033"
src="Binary\installdir\isus.msm" DiskId="1" /> and also added <MergeRef
Id="DA8678BD-69FF-4272-9C6B-BF0471E52F46"/> in a feature.
But the mergemodule isn't installed.
So I darked the msm:
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi";>
  <Product>
    <Package Id="DA8678BD-69FF-4272-9C6B-BF0471E52F46"
Keywords="MergeModule,MSI,Database" Description="Macrovision Software
Manager" Comments="This will install the Macrovision Software Manager and
register your application with it." Manufacturer="Macrovision Corporation"
InstallerVersion="200" Platforms="Intel" Languages="1033"
SummaryCodepage="1252" />
    <Property Id="IE4FOUND">
   ....
This doesn't look like a merge module;), although they provide it as merge
module. So how could I add this package to my product?

Regards,
Gerald

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to