I have created a windows service using C#
I can install it manually using UnstallUtil.exe
I want to create an installer with installAware. Could you assist me in how do I have to do to set the installer to automatically install the service? (I have seen that there is a service tab in Advanced options but I cannot manage to make it work)
Thanks in advance
To install the service using InstallAware,
This post assumes that you have included the files for the service in the installer (Setup Architecture -> Files).
Hope this helps.