#Sample properties file for Surround SCM Client silent installations #------------------------------------------ # Surround SCM Client Installer Variables # *Note* It may be simpler to just run the client installer on a test machine with the "-r" option # rather than trying to read through this file and manually configure the properties file. # ex. sscmwininstallclient.exe -r sscmwininstallclient.properties #------------------------------------------ # The INSTALLER_UI variable allows you to specify the install mode, which eliminate the need to use the # -i silent command line switch. #--------------------------------- INSTALLER_UI=silent # Installation Type #--------------------------------- # Typical - Installs the Surround SCM Client # Full - Installs the Surround SCM Client and Surround SCM API #--------------------------------- CHOSEN_INSTALL_SET=Typical #--------------------------------- # To specify components, such as to install the Surround SCM API, # comment out CHOSEN_INSTALL_SET and use CHOSEN_FEATURE_LIST and CHOSEN_INSTALL_FEATURE_LIST to specify # components. Available options are below. These must be the same for both variables. #--------------------------------- # CHOSEN_FEATURE_LIST=SCMClient,API # CHOSEN_INSTALL_FEATURE_LIST=SCMClient,API #Integrations #--------------------------------- # # INT_SCCI - The SCCI Integration Library is always installed. Setting this to '1' means that # the installer will setup the systems registry to use the Surround SCM SCCI as the # default system SCCI library. # INT_VSIP - Setting this to '1' will install the Surround SCM Visual Studio Integration Provider # library if the system has a supported version of Visual Studio installed. # INT_DREAMWEAVER - Setting this to '1' will install the Surround SCM Dreamweaver integration # if the system has a supported version of Dreamweaver installed. # INT_OFFICE - Setting this to '1' will install the Microsoft Office integration if the system has # a supoorted version of Office installed. # INT_IDEA - Settings this to '1' requires that a user do the following in this properties file: # INT_IDEA_11, INT_IDEA_12, INT_IDEA_13 - Only one of these can be set to '1', and if INT_IDEA is # set to '1', one of these must be set to '1'. # IDEA_DIR - This must be set to the root directory of the IntelliJ IDEA installation, # ex: C:\\Program Files (x86)\\JetBrains\\IntelliJ IDEA 14.1 # # The following variables are set to their default values. To change integration installation # options from their defaults, uncomment them below. '1' means install this integration, '0' means # do not install this integration. #--------------------------------- # INT_SCCI=1 # INT_VSIP=0 # INT_DREAMWEAVER=0 # INT_OFFICE=0 # INT_EXPLORER=0 # INT_IDEA=0 # INT_IDEA_13=1 # INT_IDEA_12=0 # INT_IDEA_11=0 # IDEA_DIR= #Installation Configuration #--------------------------------- # To perform a 32-bit install set INSTALL_32BIT to '1' and INSTALL_64BIT to '0' # To perform a 32-bit install set INSTALL_32BIT to '0' and INSTALL_64BIT to '1' #--------------------------------- # INSTALL_32BIT=1 # INSTALL_64BIT=0 #Surround SCM Configuration #--------------------------------- # USER_INSTALL_DIR=C:\\Program Files (x86)\\Perforce\\Surround SCM #Installation Complete #--------------------------------- # Can set to 1 to open the Read Me file when installation is complete. #--------------------------------- VIEW_README=0