InstantZonk
Programmer
I've created a Windows Service which works fine and installs OK using command line installutil. However, I need to create a separate application which does the equivalent of installutil. I've tried using System.Diagnostics.Process.Start( with the same parameters that used with the command line installutil, but it fails because I can't find the location of installutil.
Any suggestions please ?