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. |
There are different steps for deploying the two types of projects:
Each type of solution can be deployed in several ways, depending on the deployment model you are using. For more information about the deployment models for Visual Studio Tools for Office solutions, see Deployment Models (2003 System).
Deploying Document-Level Customizations
To deploy your document-level customizations, you must deploy these components:
A Microsoft Office Word 2003 or Microsoft Office Excel 2003 file (template, document, or workbook) that the end user works in.
An assembly that contains your compiled custom code, plus any referenced assemblies.
Optionally, to take advantage of automatic assembly updates for the end user, you must also deploy:
An application manifest. If you use the Publish Wizard, this file is created for you.
A deployment manifest. If you use the Publish Wizard, this file is created for you.
For more information, see Deploying Document-Level Customizations (2003 System). For information about prerequisites for running Office solutions on the end user's computer, see How to: Prepare End User Computers to Run Office Solutions (2003 System).
To deploy the assembly on a network and the document as a local copy
To deploy local copies of the document and assembly
To deploy the document and assembly on a network
Deploying Application-Level Add-Ins
To deploy your add-in, you must deploy these components:
An assembly that contains your compiled add-in code, plus any referenced assemblies.
The application manifest for the add-in.
Optionally, to deploy your add-in to a network location to take advantage of automatic assembly updates for the end user, you must also deploy a deployment manifest. If you use the Publish Wizard, this file is created for you.
For more information, see Deploying Application-Level Add-Ins (2003 System). For information about prerequisites for running Microsoft Office solutions on the end user's computer, see How to: Prepare End User Computers to Run Office Solutions (2003 System).
To deploy the add-in assembly on a network
To deploy the add-in assembly on each computer
Tasks
Concepts