Version Differences for Windows Services

(Server Installation)
(Agent Installation)
Line 19:
  * Provide the service name and account information.    * Provide the service name and account information. 
  = Agent Installation =    = Agent Installation = 
       
    + For newer versions of Windows, you will need to execute an '''Administrator Command Prompt''' to install as a Windows Service. This can be done by ''right clicking'' '''cmd.exe''' and selecting ''"Run As Administrator."''  
       
    + <pre>Perform the normal install as outlined in documentation</pre>  
       
    + * '''Install as Windows service''' (optional)  
    + :* Type Y to install as Windows service.  
    + ::* Enter the unique service name and hit '''ENTER'''. ''(Default is ah3server)''  
    + ::* Enter the user account for the service and hit '''ENTER'''. ''(Default is LOCALSYSTEM)''  
    + * Note that when installing as a service, ''AnthillPro only captures the value for the PATH variable''. The values captured at installation will always be used, even if you later make changes.  
       
    + === Manual Service Installation ===  
    + For newer versions of Windows, you will need to execute an '''Administrator Command Prompt''' to install as a Windows Service. This can be done by ''right clicking'' '''cmd.exe''' and selecting ''"Run As Administrator."''  
       
    + * Run '''ah3server.cmd install''' ''uniqueservicename'' (located in the '''%SERVER_HOME%\bin\service''' directory).  
    + * Provide the service name and account information.