You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to deploy a new Applciation.You need to ensure that on deployment, the application meets the following requirements;
(1)It is executed on the client computer.
(2)It is removed from the client computer after the application closed.
(3)It is not displayed in the Add/Remove programs panel on the client computer.
What sould you do?()
A.Deploy the application to a central network server.- Access the application by using hte Remote Desktop Connection tool.
B.Deploy the application by using the ClickOnce technology.- Use the Mage.exe tool to set the Online Only option in the deployment manifest.
C.Deploy the application by using the ClickOnce technologoy.- Set the Install attiribute of the deployment tag to true in the deployment manifest.
D.Deploy the application to a CD-ROM by using the ClickOnce technology. - Execute the application from the CD-ROM.