What should you do to ensure that the following requirement?

You create Windows Forms applications by using the .NET Framework 3.5.
You plan to deploy a new application by using the ClickOnce technology.
During deployment, the application performs the following tasks:
* Modifies registry keysModifies the files located in the %PROGRAM FILES% folder Administrative permissions are not granted to users who install the application.
You need to ensure that the following requirements are met:
* The application can be deployed to Windows Vista client computers that are not part of an Active Directory domain.
* When the application is deployed, users are not prompted to elevate their permissions.
What should you do?

You create Windows Forms applications by using the .NET Framework 3.5.
You plan to deploy a new application by using the ClickOnce technology.
During deployment, the application performs the following tasks:
* Modifies registry keysModifies the files located in the %PROGRAM FILES% folder Administrative permissions are not granted to users who install the application.
You need to ensure that the following requirements are met:
* The application can be deployed to Windows Vista client computers that are not part of an Active Directory domain.
* When the application is deployed, users are not prompted to elevate their permissions.
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 certificate trust list (CTL). Use the CertMgr.exe tool to install the CTL on the local computer.

D.
Create a new certificate trust list (CTL). Install the CTL on the server that has the ClickOnce application published.



Leave a Reply 0

Your email address will not be published. Required fields are marked *