Deploying a COM Addin in 64-bit Office
Deployment alone is a hassle for VSTO Developers, especially beginners. In this, if one needs to deploy add-in in a 64-bit system is hectic. Here is a simple so...
Deployment alone is a hassle for VSTO Developers, especially beginners. In this, if one needs to deploy add-in in a 64-bit system is hectic. Here is a simple so...
By default, ClickOnce provides two ways to update the application after installed in the client. Check everytime when the customization runs Check at regular in...
Have you ever came across this error message while deploying PIAs along with your add-in as prerequisites? Problem: Error 1316: Setup cannot read from file {PAT...
This is the procedure to set Office Primary Interop Assemblies as prerequisites to your setup project. First, You need to download the sample of component check...
Code Access Security is one of the powerful features of .NET but at the same time some confusion exists about its terminology and its usage. With this, I would ...
DISM is a new command line tool which was introduced in Windows 7 for deployment. DISM can be used to service a Window image or to prepare a Windows Pre-install...
Back to (g)olden days… Here are some links which helps in deploying VSTO 2005 Add-ins. If you know some more, please add them in the comments. Thanks! Whi...
I am just trying to put my hands into VSTO in VS 2010. This is just an overview of that based on Saurabh Bhatia`s PDC Presentation. Some important points are br...
Just found an awesome link from Microsoft`s MSDN site on Deploying VSTO solutions, enhancing setup project by adding features like installing prerequisites and ...
Just found the following in Mary Lee`s blog. Keeping it here hoping that it would reach more people who are in need of it. Deploying or installing the Office pr...