InstallOptions.txt 2.0, 2017-05-02 ______________ Silent install To do a silent install add the option /S to the command line when running DentalEyeSetup3.2.1.exe. _____________________ Preconfigure settings Some settings can be preconfigured during install. Set those values by creating a DEFAULTS.INI file and add the desired values in it like below. Place the file in the same folder as DentalEyeSetup3.2.1.exe before installing. The file can contain the following variables: (Please include the headers for each group:) [SETUP] COMPONENTS=A [DB] DBUSERNAME=username DBPASSWORD=xxx DBSERVERNAME=SERVERNAME DBDATABASE=DBNAME [DEVELOPER] DEVID=0 DEVFUNCTION=Client [PREF] PMACTIVE=0 [DCM] ;This group is only valid for Enterprise versions. DCMPRIMARYASS=0 DCMDELAFTTRANS=0 DCMDELPATCLOSE=0 DCMDEFCLIENTAE=MYPCNAME DCMDEFCLIENTPO=1000 DCMMWLENABLED=0 Here's a short explanation for each variable: COMPONENTS: A combination of letters from A and on representing the components that can be selected during a non silent install. Example: AB = Main application + AutoImport plugin Example 2: ABY = Main application + AutoImport Plugin + Video plugin Please note that some components may require user interaction. (ie hardware plugins). The letter representing plugins may also change between versions. DBUSERNAME: Login user name for sql server DBPASSWORD: Encrypted login password for sql server instance login. DBSERVERNAME: SQL server name and instance name depending on how MS SQL is configured. SERVER or SERVER\INSTANCE DBDATABASE: Default database name. Database name for SQL server. DEVID: Developer ID no. Default is 0. DEVFUNCTION: Developer functionality of this PC. Possible values are: Client, Server, None PMACTIVE: 1=Only the Patient management system is used for patient selection. Patient selection in DentalEye is not allowed. 0=Patient management system may be used for patient selection but also in DentalEye. DCMPRIMARYASS: 1=Use Primary Anatomic Structure Sequence to encode toothing in DCM data. 0=Use Anatomic Region Modifier Sequence to encode toothing in DCM data. DCMDELAFTTRANS: 1=Delete local image copies after successful transfer to DICOM storage server. 0=Do not delete local copies. DCMDELPATCLOSE: 1=Delete patient and his/her objects from local database when closed. 0=Don't delete patient when closed. DCMDEFCLIENTAE: Client Application Entity string used by this station. Possible values: Any valid string. (Max 16 characters) Please note that if Client AE already is configured for the station in the local DB, that value is used. If the string MACHINENAME is used here the name of the local PC will be used. (first 16 characters) The MACHINENAME option overrides any value found in the local DB! DCMDEFCLIENTPO: Client Port used by this station. Possible values: Any valid IP port number. Please note that if Client port already is configured for the station in the local DB, that value is used. DCMMWLENABLED: 1=Enables Modality Worklist Query for this station. 0=Disables Modality Worklist Query for this station.