J
Jamin Mace
I'm trying to create a batch script that will allow me to use the .Net
installutil.exe to install a windows service. I want to be able to specify
the username and pasword in my script so that I don't get prompted. Here is
an example of my script. No matter what I still get prompted. Does anyone
have any Ideas?
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\installUtil.exe
C:\Projects\myservice\bin\myservice.exe username=testmachine\testUser
/password=test1 /unattended
Thanks in advance
Jamin
installutil.exe to install a windows service. I want to be able to specify
the username and pasword in my script so that I don't get prompted. Here is
an example of my script. No matter what I still get prompted. Does anyone
have any Ideas?
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\installUtil.exe
C:\Projects\myservice\bin\myservice.exe username=testmachine\testUser
/password=test1 /unattended
Thanks in advance
Jamin