Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Office Development with Visual Studio
>
All Tags
>
deployment
Server & Tools Blogs
>
Developer Tools Blogs
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Office Blog
Develop Office Business Applications using Visual Studio
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Office Developer Tools for Visual Studio 2012: Now Available with Office 2013 and .NET Framework 4.5 support
Posted
2 months ago
by
VSTOTeam
5
Comments
Creating a Bootstrapper package for an Office 2013 VSTO Add-in with Visual Studio 2012
Posted
4 months ago
by
VSTOTeam
9
Comments
VSTO Developer Center is now part of the Office Developer Center
Posted
over 2 years ago
by
VSTOTeam
2
Comments
Migrating VSTO 2005/2008 InfoPath Projects to InfoPath 2010
Posted
over 2 years ago
by
VSTOTeam
0
Comments
Live Now on Developer Tools Blogs
Tags
.NET Framework Client Profile
Aaron Cathcart
Add Remove Programs
add-ins
Bootstrapper
C#
Christin Boyd
ClickOnce
Excel 2007
Harry Miller
Manifest
Mary Lee
MSI
Office 2007
Office 2010
primary interop assemblies
runtime
Saurabh Bhatia
video
Visual Studio 2010
VS2008
VS2010
VSTO
Windows Installer
Word 2007
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
March 2013
(1)
December 2012
(1)
August 2011
(1)
April 2011
(1)
January 2011
(1)
November 2010
(2)
October 2010
(1)
September 2010
(1)
August 2010
(1)
June 2010
(7)
May 2010
(3)
April 2010
(6)
March 2010
(6)
February 2010
(3)
January 2010
(3)
December 2009
(5)
November 2009
(2)
October 2009
(4)
September 2009
(1)
August 2009
(4)
July 2009
(1)
June 2009
(5)
May 2009
(10)
April 2009
(6)
March 2009
(5)
February 2009
(3)
January 2009
(1)
December 2008
(5)
November 2008
(5)
October 2008
(4)
September 2008
(4)
August 2008
(5)
July 2008
(7)
June 2008
(6)
May 2008
(12)
April 2008
(6)
March 2008
(3)
February 2008
(8)
January 2008
(4)
December 2007
(1)
More
▼
Less
▲
Tagged Content List
Blog Post:
The Phases of the ClickOnce Trust Prompt (Mary Lee)
VSTOTeam
Signing your Office solutions with a certificate is a mandatory step, but there are several optional steps that can change the way the certificate is presented to the end user or customer. This example uses a Visual Studio generated test certificate, but the dialog box is similar to what you would see...
on
11 Jan 2011
Blog Post:
Installing Office 2007/VSTO 3.0 Solutions on Computers with Office 2010 (Mary Lee)
VSTOTeam
You have probably been reading and hearing about Microsoft Office 2010 for some months. Now, you may be wondering how much work is necessary to install your existing Office 2007/VSTO 3.0 solutions on customer computers that have Office 2010. Perhaps you’re thinking about migrating the Windows Installer...
on
5 Oct 2010
Blog Post:
When Do I Need to Deploy the VSTO Runtime? (Mary Lee)
VSTOTeam
Aaron wrote a great article about the VSTO runtime components earlier, which explained the Office extensions for .NET Framework 3.5 and Office extensions for .NET Framework 4. He also explained that starting in Microsoft Office 2010, the Visual Studio 2010 Tools for Office runtime is included and does...
on
13 May 2010
Blog Post:
Deploying the *.Utilities assemblies by using Windows Installer (Mary Lee)
VSTOTeam
Office solutions for .NET Framework 4 have dependencies on files that are distributed in the Visual Studio 2010 Tools for Office runtime, but there are also files outside of the runtime that are required for Office solutions to run on end-user computers. These files are the following: Microsoft.Office...
on
5 May 2010
Blog Post:
Why Should I Upgrade from .Net Framework 3.5 to .Net Framework 4 ? (Navneet Gupta)
VSTOTeam
I was chatting with some of my friends about Visual Studio 2010 and .Net Framework 4 and they asked me why should they move their application to .Net Framework 4, I am answering the question here for everybody to benefit. Frankly speaking there is no definitive answer; it is like there is no single pill...
on
23 Apr 2010
Blog Post:
Why is FrameworkVersionMismatchException thrown? (Hamed Ahmadi)
VSTOTeam
The “Microsoft.VisualStudio.Tools.Applications.Deployment.FrameworkVersionMismatchException” is thrown due to the specific implementation of how VSTO 2010 runtime loads the appropriate CLR to install a VSTO customization. This exception is thrown when both .NET Framework 3.5 (CLR 2.0) and .NET Framework...
on
6 Apr 2010
Blog Post:
Changes in the Security Model for Office Solutions (Mary Lee)
VSTOTeam
You can use two methods to trust an Office solution created in Visual Studio and not show a trust prompt to the end-user. Sign your Office solution with certificate that chains to a trusted root authority and is in the Trusted Publisher list. Sign your Office solution with a certificate and...
on
10 Mar 2010
Blog Post:
Deploying your VSTO add-ins to All Users (Saurabh Bhatia)
VSTOTeam
An often-requested feature for VSTO add-ins is the ability to install an add-in for all users of a machine. Misha Shneerson had blogged about a workaround to enable this scenario here . This workaround is not recommended. Now, deploying an add-in to All Users is supported for both Microsoft Office 2007...
on
8 Mar 2010
Blog Post:
VSTO 2010 Runtime components explained (Aaron Cathcart)
VSTOTeam
During development of the VSTO 2010 Runtime we added a feature, dubbed Install on Demand , to support VSTO customizations that target both .NET Framework 3.5 and .NET Framework 4 without enforcing installation of both frameworks prior to installation of VSTO 2010. To facilitate this we needed to break...
on
21 Jan 2010
Blog Post:
Visual Studio 2010: Specify advanced publishing options (Saurabh Bhatia)
VSTOTeam
I have previously posted how you can specify various properties for a VSTO solution like the Publisher and Product Names by tweaking a few files in Visual Studio 2008. With Visual Studio 2010 ( Beta 2 ) you can edit these properties directly through the Publish Page. All Office projects in Visual Studio...
on
19 Oct 2009
Blog Post:
Can I deploy my <Insert App Name Here> and all of its prerequisites in one file? (Mary Lee)
VSTOTeam
One frequent customer question is about how to deploy an application and all of its prerequisites in a single .msi or .exe file. This question applies whether you are deploying any of the following: Microsoft Office 2003 solutions with dependencies on .NET Framework 2.0, Visual Studio Tools for Office...
on
14 Oct 2009
Blog Post:
Use a path that resolves anywhere your VSTO solution could be deployed (Christin Boyd)
VSTOTeam
One of the VSTO MVPs pointed out that in some cases his customers were unable to resolve UNC paths consistently. When he investigated further, he found that some branch offices of an enterprise were unable to resolve the UNC path ( \\myserver\myvstoapps\installpath\ ) because of the way they setup...
on
4 Jun 2009
Blog Post:
Copying a Document to the End User Computer after a ClickOnce Installation (Mary Lee)
VSTOTeam
Starting in Visual Studio 2010 Beta 1, you can perform additional tasks after an Office solution is installed known as a post-deployment action. For example, you can copy a customized Office document and create registry keys on the end user computer. You can compare these to Windows Installer custom...
on
21 May 2009
Blog Post:
Deploying Multiple Office Solutions In a Single Installer (Mary Lee)
VSTOTeam
Starting in Visual Studio 2010 Beta 1, you can deploy multiple Office solutions in a single ClickOnce installer. For example, you can develop two Office solutions (one for Outlook and another for Excel) and combine these into a single installer with a single entry in the Add/Remove Programs list in Windows...
on
20 May 2009
Blog Post:
Issues with installing VSTO projects that were published from Visual Studio 2008 on Windows 7 RC (Saurabh Bhatia)
VSTOTeam
Many customers have reported issues with installing a VSTO project that has been published with Visual Studio 2008 running on the recently released Windows 7 Release Candidate. If you published your solution using VS2008 on a machine running the Windows 7 RC and then you try to install the solution...
on
7 May 2009
Blog Post:
Signing and re-signing manifests in ClickOnce (Saurabh Bhatia)
VSTOTeam
ClickOnce manifest signing can be a little confusing for someone going through the process the very first time. This is probably because it involves signing multiple files in a particular sequence. Once you understand the process conceptually it becomes fairly easy to follow. In this post, I hope to...
on
29 Apr 2009
Blog Post:
Channel 9 Interview: Resigning ClickOnce Application and Deployment Manifests with MAGE (Beth Massi, Saurabh Bhatia)
VSTOTeam
I just posted another interview on Channel 9 . I sit down again with Saurabh Bhatia, a Program Manager on the Office Client team, who is responsible for the ClickOnce publishing functionality in Visual Studio. We chat about trust issues and certificates and he sets me straight on how ClickOnce deployment...
on
8 Apr 2009
Blog Post:
Deploying Office Solutions with Visual Studio 2008 SP1 and Windows Installer (Mary Lee)
VSTOTeam
In Deploying Office Solutions with a Setup Project (Mary Lee) , you read about how to deploy Visual Studio Tools for Office solutions with Windows Installer (.msi) in Visual Studio 2008. With Visual Studio 2008 Service Pack 1, the steps are the same: add the project output to the Setup project...
on
18 Mar 2009
Blog Post:
Deploying Documents to a SharePoint Document Library (Mary Lee)
VSTOTeam
When you are done developing your customized Microsoft Excel 2007 or Microsoft Word 2007 document-level project in Visual Studio 2008, you may want to publish it to a SharePoint document library for others to use from the SharePoint site, or they can copy the file from the site to their desktop to use...
on
13 Mar 2009
Blog Post:
VSTO Runtime bootstrapper package failure causes deployed customization installation to fail (Aaron Cathcart)
VSTOTeam
In an attempt to make this easier to read here are a few terms I will be using frequently in this article: VSTOR = Visual Studio Tools for the Microsoft Office System (version 3.0 Runtime) (x86) VSTORSP1 = Visual Studio Tools for the Microsoft Office System (version 3.0 Runtime) Service Pack...
on
7 Feb 2009
Blog Post:
Best Practices for Deployment with Visual Studio 2008 SP1 (Mary Lee, Rachel Schaw)
VSTOTeam
After you develop Office solutions with Visual Studio Tools for Office, you can use Visual Studio 2008 SP1 to simplify your deployment experience. First, you can take advantage of the smaller .NET Framework Client Profile to decrease download time. Next, the Office 2007 primary interop assemblies (PIAs...
on
2 Feb 2009
Blog Post:
Deploying Office 2003 Solutions with Windows Installer (Mary Lee)
VSTOTeam
You may want to develop Microsoft Office 2003 solutions with Visual Studio Tools for Office (VSTO) in Visual Studio 2008 SP1 for several reasons. Your customers are using Microsoft Office 2003. Your customers are using both Microsoft Office 2003 and the 2007 Microsoft Office system. Your customers are...
on
17 Dec 2008
Blog Post:
Why Can’t I Change the Update Path when Redeploying VSTO Solutions? (Christin Boyd, Kris Makey, Jeff Young)
VSTOTeam
The other day I was asked about the automatic Updates feature of VSTO 3.0 deployment. In this scenario, he used the Publish Wizard in VS 2008 to create a Word document solution and the install manifest. Then a bunch of people used the Word document, and kicked off the installer which then copied things...
on
16 Dec 2008
Blog Post:
How to Include .NET Framework 3.5 SP1 with Your Installer (Mary Lee)
VSTOTeam
Recently in the Visual Studio Tools for Office forum , a Visual Studio 2008 SP1 developer asked how to include the .NET Framework 3.5 Service Pack 1 in the same directory as the application. For example, you can select Download prerequisites from the same location as my application in the Prerequisites...
on
18 Nov 2008
Blog Post:
How Do I: Deploy Document-Level Office 2007 Solutions with Windows Installer? (Mary Lee)
VSTOTeam
In Deploying an Office solution using Windows Installer , you read how to deploy document-level Office 2007 solutions with Windows Installer. As a follow up, you can now see how to add a Setup project to your VSTO solution and add a custom action to update custom document properties. This example...
on
2 Oct 2008
Page 1 of 2 (38 items)
1
2