How can I automate the setup of CS-RCS on workstations?
Top  Previous  Next


Extract the CS-RCS ZIP file to any server folder. Include within the folder a batch file that invokes the CS-RCS SETUP.EXE command. The syntax is:

setup.exe /i[Params]  
 
Parameters:  
R – Repository root folder name.  
P – Program files folder name. (Default: C:\Program Files\ComponentSoftware\CS-RCS\System)  

For example, the command below will install the CS-RCS program files on C:\CS-RCS, using \\MyServer\RCS as the repository root
 
setup.exe "/iR:\\MyServer\RCSP:C:\CS-RCS"