0

I have Visual Studio setup with a VSTO word project, and when I hit run it runs fine.

But, how do I setup a word document to use my code without having Visual Studio running?

joe
  • 16,988
  • 36
  • 94
  • 131

2 Answers2

0

You can do it using a Windows Installer project; starting point here. You can also use the Publish Wizard.

A more general starting point can be found in MSDN here.

cori
  • 8,666
  • 7
  • 45
  • 81
0

You must deploy the VSTO runtime whether by hand or with an installer. Check out this blog post for a detailed explanation.

JP Alioto
  • 44,864
  • 6
  • 88
  • 112