Multiple choice technology programming languages

You use Visual Studio .NET to develop a component named ABCComponent. You plan to develop several client applications that use ABCComponent. You need to deploy ABCComponent with each of these applications. You will create a distribution package to be included with each application. Which type of project should you create?

  1. CAB project.

  2. merge module project.

  3. setup project.

  4. Web setup project.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Merge modules are specifically designed for shared components that need to be deployed with multiple applications. They contain the component files and can be included in multiple setup projects. CAB files are for web downloads, setup projects are for single applications, and web setup projects are specifically for web applications.