Tuesday, October 21, 2008

Command to install Window Service with differrent name

@echo off
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\installutil.exe /ServiceName="Script Automation Service" autoscriptservice.exe
PAUSE

No comments: