Unmesh Kondolikar
Unmesh Kondolikar

Reputation: 9312

Is VSTO runtime installed with MS Office installation?

I want to build an add-in for Office applications using VSTO. I want to know if the VSTO runtime is installed along with the installation of MS Office 2007 or not. If Office installation does not install VSTO runtime then I will have to make my setups do that.

Upvotes: 2

Views: 535

Answers (1)

Dirk Vollmar
Dirk Vollmar

Reputation: 176249

No, VSTO is not installed by default. Add it as a pre-requisite to ClickOnce or your setup project.

Upvotes: 5

Related Questions