Re: [WiX-users] Question on the Dependency element

2007-03-28 Thread Bob Arnson
Rory Clark wrote: > What exactly does the Dependency element do? > Not much. It creates rows in the ModuleDependency table but it's up to consumers of the merge module to provide them. (Some setup authoring tools try to maintain a global list of merge modules and resolve dependent merge modu

[WiX-users] Question on the Dependency element

2007-03-28 Thread Rory Clark
What exactly does the Dependency element do? Here is my situation: We have the web application framework, the Framework, which my company has developed. Framework.msi FrameworkRuntime.msm FrameworkSDK.msm We have an extension to the Fra