πŸš€Post Purchase Deployment

circle-check

Installing from the Command Line

Trial Install of NitroAccelerator from .msi from download file:

msiexec /i NitroTurbo.msi /qn
circle-info

To update the trial systems with a purchased license applied, simply issue the command to uninstall and then run the full install command with your account information.

Uninstall

msiexec.exe /uninstall "c:\nitroturbo.msi" /qn

Licensed Server Install of NitroAccelerator .msi from download file:

msiexec /i NitroTurbo.msi /qn LICENSE_USER=<your_email> LICENSE_PASSWORD=<your_password>

Licensed Client Install of NitroAccelerator .msi from download file:

msiexec /i NitroTurbo.msi /qn LICENSE_USER=<your_email> LICENSE_ClIENT_PASSWORD=<your_password>
circle-check

Last updated