Contact UsContact Us

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 AutoCorrect.msi must be used.

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

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

Install with a Product Code:

msiexec /i "C:\Users\USER\Downloads\AutoCorrect.msi" ACCEPTEULA="1" Serial="1234ABCD"

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

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

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

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

Still need help? Contact us here