Deployment (How Do I in Visual Studio Tools for Office)
This page provides links to Help about deploying and updating Visual Studio Tools for Office solutions. To see other categories of key tasks covered by Visual Studio Tools for Office Help, see How Do I in Visual Studio Tools for Office.
Deployment for the 2007 Microsoft Office System
Deployment
Deploying Office Solutions (2007 System)
Provides information and recommendations for securely deploying 2007 Microsoft Office solutions.How to: Deploy an Office Solution by Using ClickOnce (2007 System).
Provides information about how to use the Publish Wizard or the Publish page of the Project Designer to publish Visual Studio Tools for Office solutions.How to: Deploy a Document-Level Office Solution to a SharePoint Server (2007 System).
Describes the steps for deploying to a SharePoint server.How to: Install a ClickOnce Office Solution (2007 System).
Explains how to install Visual Studio Tools for Office solutions by running the Setup program that is generated during the publishing process; opening the deployment manifest file; or opening a customized document or workbook.How to: Uninstall a ClickOnce Office Solution (2007 System).
Provides information about how to uninstall Visual Studio Tools for Office solutions.
Preparing End User Computers
How to: Install Prerequisites on End User Computers to Run Office Solutions (2007 System)
Describes how you can create a Setup program that checks for prerequisites before it installs the solution components.How to: Prepare IIS for Deployment of Office Solutions (2007 System)
Describes how to configure the MIME type on Microsoft Internet Information Services (IIS) for the deployment manifest.
Updating Solutions
How to: Update Deployed Office Solutions (2007 System)
Provides information about how to update a Visual Studio Tools for Office solution by using the Publish Wizard.How to: Change the Installation Path of an Office Solution (2007 System)
Provides information about how to change the installation path of a Visual Studio Tools for Office solution.
Deployment for Microsoft Office 2003
Deployment
Secure Deployment (2003 System)
Provides information and recommendations for securely deploying Microsoft Office 2003 solutions that use managed code extensions, including choosing a security level, granting access to the assembly, securing documents on a network, and e-mail distribution of documents.How to: Deploy Office Solutions (2003 System)
Describes three different ways to deploy an Office solution: deploying the document and assembly on a network, deploying them locally, or deploying the assembly on a network and the document locally.How to: Deploy Solution Files Using the Publish Wizard (2003 System)
Describes how the Publish Wizard can help you deploy Office solutions to a Web site, network file share, or your local computer by automatically creating an application manifest and a deployment manifest.How to: Deploy Solution Files Manually (2003 System)
Explains how you can copy all of your solution files to the deployment destination manually instead of using the Publish Wizard.How to: Deploy for Offline Use of Documents (2003 System)
Describes how to make you your Visual Studio Tools for Office solution run offline.How to: Change the Target .NET Framework
Explains how to change the default version of the Microsoft .NET Framework for Microsoft Office 2003 solutions.
Offline Use
- How to: Deploy for Offline Use of Documents (2003 System)
Explains how you can prepare for offline use of your solution, whether you deploy the assemblies locally or to a network location.
Preparing End-User Computers
How to: Prepare End User Computers to Run Office Solutions (2003 System)
Describes the prerequisites for computers to which you deploy Office solutions and explains how you must configure the security policy to enable solutions to run.How to: Grant Permissions to Documents and Workbooks in Shared Locations (2003 System)
Explains how you can grant permissions only to certain documents and workbooks in a certain location by using the Office Document Membership Condition, and applying the restrictions to the security policy of each end user.
Updating Solutions
How to: Update Deployed Office Documents That Use Managed Code Extensions (2003 System)
Demonstrates a way to provide automatic notification to end users that their current document is outdated.How to: Update Deployed Assembly Files (2003 System)
Provides the steps necessary to update your assembly file and copy it to the deployment location so that the next time your users open the document or workbook, Word or Excel loads and runs the updated assembly.How to: Change the Location of Document-Level Customizations (2003 System)
Describes two types of redeployment scenarios: in one, the solution has not yet been distributed to end users, and in the other, the solution is currently in use.How to: Update Application Manifest Assembly Paths Programmatically (2003 System)
Shows how you can use the object model in the Visual Studio Tools for Office runtime to programmatically update the application manifest that is embedded in the solution document.How to: Change the Path to the Deployment Manifest Programmatically (2003 System)
Demonstrates how you can use the object model in the Visual Studio Tools for Office runtime to programmatically update the deployment manifest that is embedded in the solution document.