Transcend Installation and Uninstallation command line parameters

Following are the list of parameters supported by Transcend installer/uninstaller (version 3.5 and above only):

Install:

msiexec /i “msi path” [PIDKEY=key] [WORDPLUGIN=YES|NO]

PIDKEY – Transcend license key
WORDPLUGIN – If supplied, it decides whether LegalCraft Transcend Word Plugin should be installed or not

Silent installation can be performed by adding /quiet paremeter (standard MSI property)

msiexec /quiet /i “msi path” [PIDKEY=key] [WORDPLUGIN=YES|NO]

Uninstall:

msiexec /x “msi path” [REMOVEDATA=YES|NO] [REMOVESETTINGS=YES|NO]

REMOVEDATA – If supplied, decides whether user data should be deleted or not.
REMOVESETTINGS – If supplied, decides whether Transcend settings to be deleted or not

Caution: Deleting User data or settings cannot be undone.

/quiet parameter is supported during uninstallation also

All keys are optional