单项选择题
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application by using the ClickOnce deployment technology. The application is signed by using a certificate obtained from a trustworthy authority. You need to ensure that the application can be deployed as a trusted application to Windows Vista client computers on a corporate network.What should you do?()
A.Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
B.Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.
C.Create a new certificatetrust list (CTL).Install the CTL on the server that has the ClickOnce application published.
D.Create a new certificate trust list (CTL).Request the network administrator to deploy the CTL by using Group Policy.
相关考题
-
单项选择题
You create Windows Forms applications by using the .NET Framework 3.5. You plan to use a setup project to deploy a new Windows Forms application.The application uses a component that requires the Microsoft NET Framework 1.1.You need to create a launch condition so that the application can be deployed on client computers. What should you do?()
A.Use the Depth property.
B.Use the Version property.
C.Use the MinVersion property.
D.Use the ComponentID property. -
单项选择题
You.create Windows.Forms.applications.by.using.the .NET Framework 3.5. You plan to use the Windows Installer to deploy a new application. The application must meet the following requirements: (1)Support deployment to 32bit and 64bit operating systems (2)Use the 64bit Program Files folder when deployed to 64bit platforms You need to ensure that the application is deployed appropriately. What should you do?()
A.Create a single MSI file.Add a launch condition that is set to Version NT64
B.Create a single MSI file.Add a launch condition that is set to NOT Version NT64
C.Create an MSI file that is targeted to 64bit platforms.Create an MSI file that is targeted to 32bit platforms
D.Create a single MSI file.Create a merge module that contains the 32bit and 64bit code -
单项选择题
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new Windows Presentation Foundation (WPF) XAML browser application (XBAP).The deployment must meet the following requirements: (1)shortcut is added to the Start menu (2)The most recent version of the application is installed and executed on client computers (3)Users can uninstall the application from the control panel You need to identify a deployment technology that meets the specified requirements.You want to achieve this goal by using the minimum amount of development effort. Which deployment technology should you use?()
A.XCOPY
B.ClickOnce
C.MicrosoftWindows Installer
D.Remote Desktop connections
