Yes, but in merge modules them self, I can't referece through Merge or MergeRef:

<Wix ...>
  <Module Id="MyProduct_A" ...>
    <Package ... />
    <Dependency
      RequiredId="USBDriver_x86.CFC273CF_CC03_43f0_B26D_07FF6D1E9946"
      RequiredLanguage="1033"
      RequiredVersion="1.0.0"/>
    ... 
  </Module>
</Wix>

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Montag, 22. März 2010 15:34
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Votive - MergeModule dependency

On 3/22/2010 9:49 AM, Johann Taferl, T-AU wrote:
> I tried to create a merge module with a dependency to a second one.
>    

WiX doesn't automatically try to find dependent merge modules; it's all 
explicit via Merge and MergeRef elements.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to