Mass Deployment Tool User's Guide

19
unpack Required:
file
unpackdir
Optional:
password
log
Extracts the settings file from the specified settings package
file. If the package file is password-protected, it is decrypted
with the password specified by the “--password” option and
the setting file is extracted.
Example:
settingcmd.exe unpack --file
your_file_name.edpk
--unpackdir your_output_folder
--password your_password
convertsetting Required:
source
destination
Optional:
password
version
Converts schema files created in an earlier version to a
format compatible with the specified version.
If you do not specify the version, the tool uses the latest one.
Example:
settingcmd.exe convertsetting --source
your_file_name --destination your_file_name
--version schema_revision_version_number
license Displays the license information about Open Source
Software.
Example:
settingcmd.exe license
version Displays the tool’s version information.
Example:
settingcmd.exe version
eula Optional:
agree
An agreement to the EULA (End-user license agreement) is
required to use this tool. When the tool is run for the first
time, the user will be prompted to agree to the EULA.
By running the “eula” command, the tool will display the
EULA confirmation message. If commands other than “eula”
are included, this tool will instruct you to run it with the “eula”
command first.
If the “eula” command is used with the “--agree” option, the
tool will automatically accept the EULA without displaying
any prompt. (This option is intended for silent execution of
this tool.)
Example:
settingcmd.exe eula --agree
Command Option Description