Select from following answers:- Create a merge module for the shared assembly. Configure application installers to install the merge module.
- Configure an application installer to include the shared installer.
- Create a .cab file for the shared assembly. Configure application installers to install the .cab file.
- All Above
As a general rule, any component that is shared by more than one application (or has the potential to be shared) should be put into its own merge module. Although it is possible to put multiple components into a single merge module, it is best to create a merge module for each component in order to avoid distributing unnecessary files.
A merge module is like a snapshot of a particular version of a component. A new merge module should be created for each successive version of a component in order to avoid version conflicts.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator