Differences

This shows you the differences between two versions of the page.

Link to this comparison view

chapi_-_command_line_installation_windows_8 [2019/01/30 09:22] (current)
Line 1: Line 1:
 +======  ======
 +
 +
 +
 +CHAPI can be installed manually on Windows 8 and Server 2012 using the instructions below.
 +
 +
 +
 +-This creates the FOLDER only, not the service. This is good to note when the service needs to be installed to a new drive. This installs the folder on the C drive regardless of where it is directed. If it needs to be moved, Cut and paste the entire CHAPI folder to the new location. You will probably need to then delete and re-register the Service to the new drive which is explained in the article linked in step 6 below.
 +
 +
 +
 +===== Steps =====
 +  - Copy the CHAPI.Setup.msi to C:\Program Files (x86)\Cyrious\Control\
 +  - Open the Windows Task Manager
 +  - Click on File | Run new task
 +  - Check the option **Create this task with administrative privileges.**
 +  - Type everything below into a single line.
 +  - !! Also see [[chapi_-_command_line_registration_of_chapi_service]] especially if the customer is on a domain
 +    * <code>
 +C:\Program Files (x86)\Cyrious\Control\chapi.setup.msi PORT=[chapi port]
 +CSPATH=[sql server computer name]\[instance name],[sql port] CSUSERID=[sql user]
 +CSPASSWORD=[sql password] CSLOG=[chapi logging dbname] CSCHAPI=[chapi dbname]
 +USERNAME=[chapi username] PASSWORD=[chapi password]
 +</code>
 +    * Example: (If no instance of SQL, do not put SQL name as instance)
 +
 +
 +
 + <code>
 +C:\Program Files (x86)\Cyrious\Control\chapi.setup.msi PORT=12556 CSPATH=MyServer\Cyrious,1433
 +CSUSERID=cyrious CSPASSWORD=[Tech Support can Provide] CSLOG=Chapi_Logging
 +CSCHAPI=Chapi USERNAME=chapi PASSWORD=Ch@piUser1
 +</code>
 +    * Domain Computer - Install may or may not work dependent on group policy regarding creation of domain users. Try this if having troubles getting the install to work properly on a domain.
 +    * <code>
 +C:\Program Files (x86)\Cyrious\Control\chapi.setup.msi domain=[insert Computer name]
 +</code>
 +    * Domain Controllers - Sometimes the domain controller will still not accept the above switch, and you will need to put the name of the actual domain. Additionally you may need to include the .local at the end of the Domain name. 
 +    * <code>
 +C:\Program Files (x86)\Cyrious\Control\chapi.setup.msi domain=[insert Domain name] 
 +OR
 +C:\Program Files (x86)\Cyrious\Control\chapi.setup.msi domain=[insert Domain name].local 
 +</code>
 +  - Press OK to begin the installation of Chapi.
 +  - The installer will launch and complete the installation to C:\Program Files (x86)\Cyrious\Control\CHAPI.
 +  - A local user account named CHAPI will be created.
 +  - The service CHAPI_ServiceHost will be added under Services.msc
 +
 +
 +
 +Note: If you are having trouble getting the service to actually register after the CHAPI folder has been created by the .msi file, [[chapi_-_command_line_registration_of_chapi_service]]
 +
 +
 +
 +===== Source =====
 +
 +
 +
 +Contributor: Brandon R., Cyrious, Paul M.
 +
 +
 +
 +Date: 04/30/2013
 +
 +
 +
 +Version: Control 5.1
 +
 +
 +