Option file is the alternative for command line parameters to customize unattended install.
So, instead of typing parameters into the command line, the needed parameters can be typed in a text file, then this text file can be added to the command line.
Option file can be useful multiple parameters are required whose character count might exceed the command line limit.
Creating an option file :
2) In the first line, type: # encoding: utf-8
3) The file must contain a list of command line parameters, each followed by an equals sign, followed by the custom value(s).
4) Start a new line for each parameter
5) Do not use -- in front of the parameters
Do not use quotation marks in parameters - not even if the specified value contains spaces
1) Contents of an option file to install the ARCHICAD24.exe file, using unattended install, to a customized folder location on your D drive, and including all components except ARCHICAD Help:
# encoding: utf-8
mode=unattended
installdir=D:\DATA folder\
disable-components=ARCHICADHelp
ARCHICAD-24-INT-3000-1.0.exe --optionfile OptionFile.txt