You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5. You plan to deploy the application.
The .NET Framework 3.5 is not installed on all client computers.
You need to deploy the application only on client computers that have the .NET Framework 3.5 installed.
What should you do?
A.
Use the bootstrapping feature of the ClickOnce deployment method.
B.
Use the bootstrapping feature of the Microsoft Windows Installer (MSI) deployment method.
C.
Include the .NET Framework 3.5 in the platform dependencies of the ClickOnce deployment method.
D.
Use registration-free COM components for deployment. Set the Isolated property of the COM components to true.