deploy 2 components w/ one installer?
-
I'm finishing up development of a network file backup application consisting of a C# Windows form app and a windows service. Both the form app and the windows service exist in seperate solutions, and each one is built with its own installer. Works fine. I'd like to be able to deploy both components together in a single installer, but I'm not sure about the best way to go about it... I was thinking about adding an installer project for the service to the form project, or possibly combining the two solutions somehow, but I'm really just shooting in the dark at this point... I'm probably making this a lot harder than it really is.. Would appreciate any suggestions or resources for packaging both solutions into one installer... thanks, vince .. .