7. Sample answer file
; Generic installation options
[InstallationOptions]
; Possible values are:
; - Install: Always installs memoQ, even if an installation is detected on the PC
; - InstallIfNotInstalled: If an installation is detected, quits without *any* change to this
; system; otherwise installs memoQ
; - Remove: Uninstalls memoQ if an installation is detected
; Notes: 1) If no installation is performed, the silent installer does not attempt to store a
; serial number or update licenses
; 2) In InstallIfNotInstall mode, the memoQ installer exe is not needed if memoQ is already
; installed
; 3) For Remove, the memoQ installer exe is not needed
; 4) If value is missing, or not one of those listed above, "Install" is assumed
InstallMode=InstallIfNotInstalled
; If specified, the silent installer will attempt to create a log file in the specified folder
; No environment variables are supported
; The log file name format is "memoQSilentSetup-YYYY-MM-DD!HH.MM.SS.log"
; The silent installer also attaches to the console of the parent process, if there is any,
; and writes log information there
LogFilePath=C:\Windows\Temp
; Folder for binary files; if not specified, the default is used: C:\Program
; Files\Kilgray\memoQ-2013
;ProgramFolder=<absolute path and name of folder where memoQ program files go>
; If computers are listed in the [SerialNumbers] section below, the ID of the current computer
; This must be a single environment variable in the form %VARIABLENAME%
; If ComputerID matches a key listed under [SerialNumbers], the serial number specified there ; will be stored
; Otherwise, if specified, the value of the SerialNumber key below will be used
; If no serial number is identified in this way, the installer will not store a serial number ; for memoQ
;ComputerID=%COMPUTERNAME%
; Optionally, specify a serial number with extension, e.g. KGXXA-ABCDE-ABCDE-ABCDE-1
; This is a fallback if ComputerID does not match any of the listed values under [SerialNumbers]
SerialNumber= KGXXA-ABCDE-ABCDE-ABCDE-1
; If a serial number is provided, also fill this key; this is the user name for which memoQ
; will be registered
UserName=John Smith
; If a serial number is provided, also fill this key; this is the organization for which memoQ ; will be registered
OrganizationName=Kilgray
; If a serial number, user name and organization name are specified, set this to "yes" to
; automatically update memoQ's licenses at the end of the installation process
AutoActivate=yes
[SerialNumbers]
;COMPUTER01=
;COMPUTER02=
Comments
0 comments
Please sign in to leave a comment.