Microsoft Exam Questions

What should you do to develop a deployment strategy?

You are busy developing a Microsoft Windows Forms application. The applications that you are developing are using shared assemblies that must be installed into the Global Assembly Cache (GAC).
What should you do to develop a deployment strategy?

A.
You should create a CAB project that contains the application.

B.
You should use the XCOPY to deploy the application.

C.
You should use the ClickOnce to deploy the application.

D.
You should create a Window Forms Setup application

Explanation:
The Window Forms Setup application can accomplish this by creating and configuring a Setup project to deploy a Microsoft Windows Installer package.

Incorrect Answers:
A: The CAB Project is used to package components.
B: The XCOPY cannot install assemblies into the GAC by using XCOPY.
C: The ClickOnce cannot be used to install shared assemblies into the GAC.