Network installation guide

The Ashes installation executable supports silent installation, which is suited when installing it remotely or with a script.

1  Silent/unattended installation

By providing a few arguments to the installer, it will perform a silent/unattended installation:
1
ashes-x.y.z-x64-setup /verysilent /norestart


 
For more information about command line parameters to the installer, see Innosetup - Setup Command Line Parameters.

2  Setting license key

If you have a license key, it can be set automatically by the installer. This is done with the argument licensekey=username@domain.com;THELICENSEKEY:
1
ashes-x.y.z-x64-setup /verysilent /norestart /licensekey=username@domain.com;THELICENSEKEY

This will set the license key on the local computer for all users.

3 Uninstalling Ashes

Uninstalling a version of Ashes from a computer can be done by executing the uninstaller in silent/unattended mode:
1
"C:\Program Files\Ashes x.yy\unins000.exe" /verysilent /norestart

Ashes x.yy should be replaced with the version of Ashes you want to uninstall.