You create Windows Forms applications by using the .NET Framework 3.5.
You plan to deploy a new Microsoft Visual Studio Tools for Office (VSTO) add-in for Microsoft Office Excel 2007.
The client computers have no other VSTO add-ins deployed. You need to ensure that the VSTO add-in is deployed appropriately.
What should you do?
A.
Use the ClickOnce technology.Include the .NET Framework 3.5 as a required prerequisite.
B.
Use the Windows Installer deployment.Include a deployment manifest that has been signed by using an Authenticode certificate.
C.
Use the ClickOnce technology.Include the Microsoft Office 2007 Primary Interop assemblies as a prerequisite.
D.
Use the Windows Installer deployment.Include a deployment manifest which specifies that only administrative permissions are required to install the add-in.