No, it will not merge. Source files overwrite destination files.
Behind the scenes, Casper uses the "ditto" command to install .dmg packages.
Ditto overwrites existing files with the source files you're installing. I'm
not sure what the "installer" command for installing .pkg files, but it too
generally overwrites existing destination files with with source files from
your install package.
I would suggest you get into a little scripting for this situation and use
Composer's ability to create .pkg packages. A .dmg package is dumb and flat.
It contains files to copy and that's it. A .pkg package, however, can be
smart and include post install scripts that run once the files are in place.
In Composer, create a new package by dragging the files you want to install
into its window. You'll see the package name on the left. Twiddle the
disclosure triangle open to view the Scripts section. Right-click or
Control-click the Scripts section and select Add Shell Script -->
postinstall.
Select the postinstall script and you'll be able to edit it in the pane on
the right. You'll probably want to use a "defaults write" command to edit
com.apple.launchservices and run this recursively through every user folder
as well as your User Template. Remember, each user has his own
launchservices database.
Or, if you are using the MCX preferences feature of Casper Suite 7.0, then
you can specify a default launchservices setting and it will apply to all
users at login, merging your setting with their existing settings. This
would be much simpler to maintain but requires you also be using a JSS.
--
bill
William M. Smith, Technical Analyst
MCS IT
Merrill Communications, LLC
(651) 632-1492