I have made Windows services with Visual Studio, and created service installers in them (so they install correctly with installutil.exe).
Is it possible for another .NET app to be given one of these service .exe files and be able to read (for example) the name and description properties of the installer?