The customer for this specific application was only .Net 1.1, and I put Installutil into the installation package so I had a known path. Future releases will need to be either .net 1, 2 or 3, so I'm reckoning that I may need specific releases for the appliction, but I haven't tried it
In this...
Create a dos batch file to run ~path to installUtil~ + InstallUtil then execute the batch file. It was one of those things where the solution was staring me in the face but it took a while to see it.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.