#Sample properties file for Helix ALM Client silent installations #------------------------------------------ # Helix ALM Client Installer Variables #------------------------------------------ # The INSTALLER_UI variable allows you to specify the install mode, which eliminates the need to use the # -i silent command line switch. # INSTALLER_UI=silent # Installation Type #--------------------------------- # Installs the Helix ALM Client and SoloBug # CHOSEN_INSTALL_SET=Client # To specify components, such as to install the Helix ALM Server Admin Utility, # 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=Client,ServAdmUtil,SoloBug # CHOSEN_INSTALL_FEATURE_LIST=Client,ServAdmUtil,SoloBug # Helix ALM Application Directory #--------------------------------- # Keep commented out to use the default or registry settings. # This overrides HKEY_LOCAL_MACHINE\SOFTWARE\Seapine Software\TestTrack Pro\Directory key #--------------------------------- # APPLICATION_DIR_1=C:\\Program Files (x86)\\Perforce\\Helix ALM # Helix ALM Application Versions #-------------------------------- # Specifies to install 32-bit or 64-bit applications. # These settings only apply to Helix ALM (and TestTrack 2015.1 - 2016.1). # # Keep commented out to use the default or registry settings. # This overrides HKEY_LOCAL_MACHINE\SOFTWARE\Seapine Software\TestTrack Pro\Install32 key # # To install 32-bit applications, uncomment both lines. # To install 64-bit applications, uncomment both lines and set INSTALL_64BIT=1 # and INSTALL_32BIT=0 instead. #-------------------------------- # INSTALL_64BIT=0 # INSTALL_32BIT=1 # Helix ALM Add-in Options #--------------------------------- # Default to false. Uncomment to set to true. # Outlook or Visual Studio must be installed. #--------------------------------- # INSTALL_OUTLOOK_ADDIN=true # ENABLE_VS_ADDIN=true # After Installation #--------------------------------- # Can set to 1 to open the Helix ALM Client or Read Me file when installation is complete. #--------------------------------- START_TTCLIENT=0 VIEW_README=0