Since v6.0, Bandizip does not use NSIS which is used previously, but the unique installer developed by Bandisoft.
There are command line parameters for Bandizip setup file as follows:
BANDIZIP-SETUP-STD-X64.EXE /auto bandizip@bandisoft.com AAAA-BBBB-CCCC-DDDD
BANDIZIP-SETUP-ENT.EXE /S bandizip@bandisoft.com AAAA-BBBB-CCCC-DDDD
Use /D: switch to select the installation folder when installing Bandizip first time. This switch is ignored if Bandizip is already installed.
Use double quotation marks if the folder name includes a space.
BANDIZIP-SETUP-ENT.EXE /D:"C:\Program Files\BandzipTest"
The switch can be used with /S or /auto.
BANDIZIP-SETUP-ENT.EXE /D:"C:\Program Files\BandzipTest" /auto
The switch can be used with an environment variable (like %ProgramW6432%) in the path.
BANDIZIP-SETUP-ENT.EXE /D:"%ProgramW6432%\BandzipTest"
The following are exit codes after installation.