Already a NinjaOne customer? Log in to view more guides and the latest updates.

Custom Script: Installing Apps that require license keys

 

NinjaDojo-logo-darkblue.jpg

 

Some applications require a license key to be entered during installation. When using the "install application" native script, there are parameters that can be added to include this license key.

Here are two examples. It's important to note that some software will require different parameters than listed below (i.e. `GUILIC` may work with most, not all, msi installers). Please consult the software developer for guidance if the examples below are not successful. 

MSI Installers:

  • Parameters: GUILIC=XXXXXXXXXXXXXXXXXXXX CMDLINE=SME,quiet /qn

*.EXE installers:

  • Parameters: /key=XXXXXXXXXXXXXXXX /silent

FAQ

Next Steps