Articles on: Download, Installation, Licensing and Registration

AB Tutor V10 (On-Prem) - Cloud Signed MSI Installer

Some setups require the deployment of a signed MSI installer, injecting your AB Tutor licence key ahead of time can cause MSI signing to fail. In this scenario we have also included a Signed MSI which will require additional arguments in order to associate your licence with your deployed Clients and Consoles.


Using Microsoft Intune:

  1. In the "App information" section, enter the name and description for the app.
  2. In the "Command-line Arguments" field, enter the one of the following commands:


Client only install:


LICENCE_KEY="your_licence_key" ABCLOUD=1 /qn


Console only install:


LICENCE_KEY="your_licence_key" ABCLOUD=1 ADDLOCAL=ALL REMOVE=FeatureClient /qn


Client & Console install:


LICENCE_KEY="your_licence_key" ABCLOUD=1 ADDLOCAL=ALL /qn


Replace "your_licence_key" with the actual licence key found on your ABTutor.com licence page.


Using msiexec:

  1. Using Command Prompt, navigate to the directory containing your MSI installer file using the cd command if necessary.
  2. Run the following command:


Client only install:


msiexec /i "ABTutor.msi" LICENCE_KEY="your_licence_key" ABCLOUD=1 /qn 


Console only install:


msiexec /i "ABTutor.msi" LICENCE_KEY="your_licence_key" ABCLOUD=1 ADDLOCAL=ALL REMOVE=FeatureClient /qn


Client & Console install:


msiexec /i "ABTutor.msi" LICENCE_KEY="your_licence_key" ABCLOUD=1 ADDLOCAL=ALL /qn


Replace "your_licence_key" with the actual licence key found on your ABTutor.com licence page.

Updated on: 12/06/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!