In my VS solution I have two projects: a windows service and a win app with one form and two buttons (install/uninstall and start/stop). I have followed Matt Davis tutorial
How to make a .NET Windows Service start right after the installation?
for creating ProjectInstaller, now I am confused how to actually fire up installation upon button click, which is in another project (win app). Id appreciate any help.