Dependencies and merge modules

2 Messages Forum Options Options
Embed this topic
Permalink
craig.miller
Dependencies and merge modules
Reply Threaded MoreMore options
Print post
Permalink
I'm migrating our installer over from an InstallShield based solution to Wix.  With Installshield, all of our applications dependencies were automatically detected, and the appropriate merge module was reccomended.  My questions for the list are...

Is there good documentation on how to detect application dependencies and locate suitable merge modules?

What tools do you use to determine your application dependencies?
How do you determine which dependency is a system dependency that can always be assumed to exist?
How do you determine which merge module contains a particular dependency?
Where does one find standard merge-modules for MFC and other typical dependencies of Developer Studio?

Thank you for any suggestions,
Craig

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@...
https://lists.sourceforge.net/lists/listinfo/wix-users
Bob Arnson-6
Re: Dependencies and merge modules
Reply Threaded MoreMore options
Print post
Permalink
craig.miller@... wrote:
> Is there good documentation on how to detect application dependencies

Your dependencies should be explicit: Taking a dependency on a
particular component means keeping track of it, preparing for updates,
and so on.

> and locate suitable merge modules?
>  

Always get redistributables directly from the vendors.

> Where does one find standard merge-modules for MFC and other typical dependencies of Developer Studio?
>  

Visual Studio ships with its own merge modules, in Program Files/Common
Files/Merge Modules.

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



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@...
https://lists.sourceforge.net/lists/listinfo/wix-users