how to create one setup file for two projects in c#?
- by Ashwin
Hello,
I have two projects
1) COM project(Shared Add-in)
and
2) myProject(windows application)
now i want to execute both project through one setup file.
problem is the first project is shared add-in project
so how can i do that?