Visual Studio Tools for Office (VSTO 2005) newbie deployment question
I have a Visual Studio setup with a VSTO word project and when I click run it works fine.
But how do I set up a text document to use my code without starting Visual Studio?
0
joe
source
to share
2 answers
You have to deploy VSTO from time to time manually or using the installer. Check out this blog post for a detailed explanation.
0
JP Alioto
source
to share
You can do this using a Windows Installer project; starting point here . You can also use the Publishing Wizard.
A more general starting point can be found on MSDN here .
0
cori
source
to share