RUNNING INSTALLER IN QUIET MODE

Hi,

do you have an example on how to install AlterNET in quiet mode (from the command line)?
Do you have the parameters for passing the license key?
example
msiexec.exe /i AlterNETInstaller.exe /qn ..???? license key
Hi,

Our installer supports quite mode, the command line help is available if you run it with -help parameter:
---------------------------
AlterNET Studio Setup
---------------------------
Command line usage: start /wait " Setup.exe
-l , -log : log to a specific file
TargetPath="": sets target directory for silent installation, optional
DemosPath="": sets demos directory for silent installation, optional
VisualStudioVersions="": Visual Studio integration targets for silent installation, optional
-q, -quiet, -s, -silent: silent install
-uninstall: uninstall
Exit code values:
0: success
-1: failure
1: not executed
Examples:
start /wait " Setup.exe -l "c:\temp\mylog.log" -silent TargetPath="c:\temp\mytarget" DemosPath="c:\temp\mytarget" VisualStudioVersions="2017,2019"
start /wait " Setup.exe -silent -uninstall


There's no parameter to specify license key right now, we will add such an option in one of the coming updates.
For now you can run LicenseActivation tool upon finishing installation in the command mode as well.
---------------------------
LicenseActivation [-help] [-hardwareid] [-deactivate] [-key] [=file]
-help Shows this help
-hardwareid Displays hardware ID of this computer
-deactivate Deactivates license
-key License Key to activate or deactivate
-file License file to activate or deactivate
-silent Silent mode

Regards,
Dmitry
Thanks. Great support as usual!