Visual Studio Tools for Office (VSTO 2005) newbie deployment question - vsto

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?

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

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.

Related

Modifying and running VB.net project in Visual Studio Code?

Is it possible to modify and run existing VB Visual Studio 2010 projects in Visual Studio Code? I have some VB.NET projects that I would like to open in visual studio code and I haven't found anything online that says whether or not this is possible. Drag and drop functionality isn't necessary for me, I only care about being able to run the source code.
I'm running Ubuntu 14.04 if that makes any difference.
Thanks in advance!
You can use Visual Studio Code to edit any text file you want.

Wix installer in visual studio

I'm currently working in tridion along with dotnet(visual studio) for template development.
I need to work in WIX installer(I'm new too this part).
can anyone let me know about WIX.How it is used in Visual studio?
Suggest me some articles or url.It will be helpful to me.I have only a short time.Please help me
http://wix.tramontana.co.hu/tutorial
This is the best tutorial i found so far...
Just download the toolset via Visual Studio Updates and Extensions

Add VB.NET to Visual Studio 2010 Professional

In the past I have only used Visual Studio 2010 Professional for C#, but now I need to work on a little bit of Visual Basic. When I go to create a project it only shows C# project templates. I am assuming when I installed Visual Studio 2010, I only installed C#.
How do I now install VB.NET support?
I tried following a MS tutorial: I went to Control Panel and selected Change/Uninstall on Visual Studio, but then it asked me to insert a CD, of which I have none since it was donwloaded.
Nevermind I figured it out. (win7) Control Panel -> Programs and Features -> Uninstall/Change on Visual Studio -> then when you hit the Add/Remove features and you get the popup asking about the cd (which is where I assumed i was stuck before) if you hit Download it takes you to the dialog where you choose additional languages to install and it worked.
I apologize for my earlier flippant comment, and offer you
http://download.cnet.com/Microsoft-Visual-Studio-2010-Professional/3000-2212_4-10618634.html
I had same problem but i did the simplest solution ,since i had my .iso(visual studio express) file i had downloaded I used my winrar to extract files ,went to VBExpress ,open the folder and click on the setup and it all worked out successfully...

Add-In for Team Foundation Server

Is there any add - in for VBA in TFS for performing source control activities like Check in, Check out ?
Basically, I am developing an application in VBA and I am using VSTS as my version control tool. I am not aware as to how can I integrate VBA with Visual Studio team system to directly check in or check out my code.
Not sure, is this VBA in office? If the application can use Visual Source Safe then you might be able to use the MSSCCIProvider. If not then the windows shell extensions (explorer integration) in the TFS 2010 Power tools might be useful, at least you won't need to have Visual Studio open.

Integrate Visual Basic 2010 Express with Team Foundation Server?

I've used MS Visual Basic 2010 Express to build a very simple VB.Net Windows app. I need to check the code into our Team Foundation Server Source Control. Is there a TFS plug-in for VB Express? If not, do I need to check the code in manually?
You will have to do it manually as stated here .
Given my experience with TFS I would check the code in manually. Package it all up nicely and get one changeset for the lot.
TFS isn't supported in any of the express editions of Visual Studio. I'm not sure if TFS is integrated into Windows Explorer for manually updates and commits. Other with experience would need to comment.