Hi, I'm new to VSTO and Visual Studio. I want to make changes to an existing project written by someone else, then deploy it for installation on other machines. The project is an Excel add-in, originally written in VSTO 2005, and I'm modifying it in the same version of VSTO in Visual Studio 2005.
If I open the .vbproj file from the original project, Visual Studio brings up all files in the project for me. I found out I also need a setup project if I want to compile this thing for deployment. So I created a solution, added the original project to it, and added a setup project. But the setup project is empty - it doesn't have any dependencies listed under it, and it didn't make any entries in the registry editor window for the project.
Exactly what do I do in Visual Studio to get this setup project to realize it's supposed to work with the VSTO project I'm modifying?
If I open the .vbproj file from the original project, Visual Studio brings up all files in the project for me. I found out I also need a setup project if I want to compile this thing for deployment. So I created a solution, added the original project to it, and added a setup project. But the setup project is empty - it doesn't have any dependencies listed under it, and it didn't make any entries in the registry editor window for the project.
Exactly what do I do in Visual Studio to get this setup project to realize it's supposed to work with the VSTO project I'm modifying?
