VSTO's deployment system affords the ease of updating found traditionally in Web-based applications without squandering the power of the rich client or compromising the strong Office offline story. The key to understanding how the deployment system works is to understand the relationship between application manifests embedded in the document and deployment manifests stored on servers. The application manifest refers to the deployment manifest, which then points to the most recent copy of the application manifest, and hence the customization.
VSTO also supports local install scenarios without deployment manifests; by default, the customization loads out of the same directory as the document, but you can edit the embedded application manifest to point to a central machine location (such as the user's Program Files directory). Custom installation classes can use the ServerDocument object model to edit embedded application manifest information much as you would edit embedded cached data in the data island.
This chapter completes our look at the fundamentals of VSTO projects using Word and Excel. The final four chapters examine some advanced topics such as using XML data with Word and Excel and creating application-level managed add-ins for Word, Excel, and Outlook.
Part One. An Introduction to VSTO
An Introduction to Office Programming
Introduction to Office Solutions
Part Two. Office Programming in .NET
Programming Excel
Working with Excel Events
Working with Excel Objects
Programming Word
Working with Word Events
Working with Word Objects
Programming Outlook
Working with Outlook Events
Working with Outlook Objects
Introduction to InfoPath
Part Three. Office Programming in VSTO
The VSTO Programming Model
Using Windows Forms in VSTO
Working with Actions Pane
Working with Smart Tags in VSTO
VSTO Data Programming
Server Data Scenarios
.NET Code Security
Deployment
Part Four. Advanced Office Programming
Working with XML in Excel
Working with XML in Word
Developing COM Add-Ins for Word and Excel
Creating Outlook Add-Ins with VSTO