You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()
- ACreate a custom action and set the NoImpersonate property to true
- BCreate a custom action and set the NoImpersonate property to false
- CCreate a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
- DCreate a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.