Multiple choice technology programming languages

Your application assemblies need to be installed into the Global Assembly Cache. What deployment strategy should you adopt?

  1. Create a Setup Application

  2. Use XCOPY to copy the files

  3. Create a CAB project

  4. Use ClickOnce.

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

Installing assemblies into the Global Assembly Cache (GAC) requires administrative privileges and Windows Installer technology. A Setup project builds an MSI installer capable of performing this registration. ClickOnce applications run in a security sandbox and cannot write to the GAC, while XCOPY deployment lacks registration capabilities.