Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Office Development with Visual Studio
>
All Tags
>
clickonce
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
5 months ago
by
VSTOTeam
10
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
Add Remove Programs
Bootstrapper
C#
Christin Boyd
Deployment
Excel 2007
Manifest
Mary Lee
MSI
Office 2007
Office Addin Properties
primary interop assemblies
Product Name
Programs and Features
Publisher Name
Saurabh Bhatia
SP1
SupportUrl
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:
Tricks with app.config and ClickOnce deployment (Saurabh Bhatia)
VSTOTeam
Storing settings in the config File The app.config file is used for many purposes and one of common uses is for storing application settings like connection strings. For example, you can store a string to the web service reference used by your application in the app.config file. The idea behind...
on
9 Mar 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:
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:
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:
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:
What's New in VS 2008 SP1 and how the VSTO team decided what to include in a Service Pack (Christin Boyd, Mary Lee)
VSTOTeam
Updated August, 2008 I'd like to give you some insight into how we decide what goes into a Service Pack for Microsoft Visual Studio. I'm speaking specifically about how the VSTO team built SP1; most other groups within Visual Studio use the same process. We take a few different approaches including:...
on
11 Jul 2008
Blog Post:
Specifying a Product Name, Publisher Name and other properties for VSTO solutions (Saurabh Bhatia)
VSTOTeam
Many customers have requested how to specify options like a Product or Publisher Name for Office 2007 VSTO solutions deployed from Visual Studio 2008. However, you cannot specify these properties in the Visual Studio IDE. In this post, I will describe the various other options you have to specify these...
on
11 Jun 2008
Blog Post:
Deploying Office Solutions with a Setup Project (Mary Lee)
VSTOTeam
You can now read the long awaited whitepapers about deploying Office 2007 solutions with a Visual Studio 2008 Setup project to create a Windows Installer package. These whitepapers show you how to complete the following tasks: Configure prerequisites: .NET Framework 3.5, the VSTO 3.0 runtime, and...
on
29 May 2008
Blog Post:
Peek at Service Pack 1 (Christin Boyd)
VSTOTeam
Visual Studio 2008 Service Pack 1 is not finished yet, but we do have a beta version of the documentation ready for you to read! You can learn about some of the features that you'll see later this year when we release SP1. I recommend starting with reading about a totally new feature that we put into...
on
12 May 2008
Blog Post:
Adding the Office Primary Interop Assemblies as a Prerequisite in your ClickOnce installer (Mary Lee)
VSTOTeam
When you use ClickOnce in Visual Studio 2008 to deploy your Office solution, you can include prerequisites such as the .NET Framework 3.5, the Visual Studio Tools for Office system 3.0 Runtime, and Windows Installer 3.1. However, the primary interop assemblies (PIAs) for the 2007 Microsoft Office system...
on
8 May 2008
Blog Post:
Feedback Requested for VS 2008 Service Pack 1 (Christin Boyd)
VSTOTeam
Have you used the new ClickOnce Publish and Deployment feature in Visual Studio 2008 for Office 2007 solutions ? If so, we need your feedback now - and we need it before May 8th (which is an internal deadline for our team)! We're working on Service Pack 1 for Visual Studio 2008 and would like to know...
on
30 Apr 2008
Blog Post:
Deploying Departmental Solutions via Email (Christin Boyd)
VSTOTeam
A lot of VBA developers tell me that they love VBA solutions because there is no deployment necessary. All the code lives inside the document itself, so all you need to do is get the document (in e-mail or on SharePoint) and you have everything you need to get the job done. Then there are some really...
on
20 Feb 2008
Blog Post:
Deploying Prerequisites for Your Visual Studio Tools for Office Solution (Mary Lee)
VSTOTeam
When you deploy your VSTO solution, you must package the following prerequisites for your end users: .NET Framework, the VSTO runtime, and the Microsoft Office primary interop assemblies (PIAs). Visual Studio Tools for Office in Visual Studio 2008 offers a ClickOnce experience only for the 2007 Microsoft...
on
19 Feb 2008
Blog Post:
Office Developer Conference: Developing and Deploying Office Solutions with VS 2008 (Christin Boyd)
VSTOTeam
Last Monday I presented session CLI202: Developing and Deploying Smart Clients for Office at the Office Developer Conference in San Jose. This blog post is a mini-version of the slides and demos from my session. The session was not recorded. Slide 1: Office Development In VS 2008 You can develop...
on
15 Feb 2008
Page 1 of 1 (23 items)