问题:
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application.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 is closed
(3)It is not displayed in theAdd/Remove programs panel on the client computer
What should you do?()
A . Deploy the application to a central network server.Access the application by using the 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 technology.Set the Install attribute of the deployment tag to true in the deployment manifest.
D . Deploy the application to a CDROM by using the ClickOnce technology.Execute the application from the CDROM
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application.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 is closed
(3)It is not displayed in theAdd/Remove programs panel on the client computer
What should you do?()
● 参考解析
本题暂无解析