Applies to |
|---|
The information in this topic applies only to the specified Visual Studio Tools for Office projects and versions of Microsoft Office. Project type Microsoft Office version For more information, see Features Available by Application and Project Type. |
To deploy Visual Studio Tools for Office solutions for Microsoft Office 2003 applications, you should understand the deployment options, choose a deployment model, use the available deployment tools, prepare the end user computer, and grant trust to the solution's assemblies.

Understanding the Different Deployment Options
The deployment options are different for the two project types:

Choosing a Deployment Model

Using the Deployment Tools

Enabling Offline Use

Specifying a Framework Version
For Visual Studio Tools for Office, the default version of the Microsoft .NET Framework is version 3.5. However, you can set Microsoft Office 2003 solutions to use version 2.0, 3.0, or 3.5. When you specify a different Framework version, Office 2003 solutions will not prompt the user to install the .NET Framework 3.5. For more information, see How to: Change the Target .NET Framework.

See Also