Contact UsContact Us

Global AutoCorrect Command Line Install Switches

Property (case sensitive)

Value

ACCEPTEULA

0/1

STARTONEXIT

0/1

Serial

0/Serial Number

Startup_Shortcut

YES/NO

Desktop_Shortcut

YES/NO

AllowUpdate

YES/NO

AllowSharing

YES/NO

Startmenu_Folder

0/Folder path

APPDATA_FOLDER

0/Folder path

CustomInstallDir

0/Folder path

 

Using msiexec:

 

To install AutoCorrect using the msiexec command within Windows, the GAC.msi must be used.

 

When running msiexec, the ACCEPTEULA parameter must be supplied with the value 1, 

 

msiexec /i "C:\Users\USER\Downloads\GAC.msi" ACCEPTEULA="1" 

 

Install with a serial number:

 

msiexec /i "C:\Users\USER\Downloads\GAC.msi" ACCEPTEULA="1" Serial="123456"

 

For a silent install, the parameter /qn is used:

 

msiexec /i "C:\Users\USER\Downloads\GAC.msi" ACCEPTEULA="1" /qn

 

To uninstall, the parameter /x is used instead of /i:

 

msiexec /x "C:\Users\USER\Downloads\GAC.msi" /qn




Still need help? Contact us here