How to install the Syncfusion Platform MSI ?
Syncfusion Platform MSI should be installed in Admin mode. Follow the below steps to install the Syncfusion Platform MSI.
1. Open the Command Prompt in Admin mode.
2. Run the below command.
Command:
msiexec /i {MSI location} UNLOCKKEY="{Unlock key}" SAMPLEPATH="{Samples location}" APPDIR="{Install location}" /L*V “{Log file location}”
Example:
msiexec /i "D:\syncfusionessentialphp_16.2.0.39.msi" UNLOCKKEY="" SAMPLEPATH=" C:\Users\Public\Documents\Syncfusion\PHP\16.2.0.39 " APPDIR=" C:\Program Files (x86)\Syncfusion\Essential Studio\PHP\16.2.0.39" /L*V “D:\PHP\Installlog.txt”
Argument | Description |
{MSI location} *
| Specify the location where the MSI is located.
|
UNLOCKKEY * | Specify the Unlock key for the corresponding platform.
|
APPDIR | Specify the location where Syncfusion Assemblies\Scripts and Utilities needs to be installed.
If APPDIR argument is not given, assemblies/scripts will be installed in the default location.
APPDIR default location: C:\Program Files (x86)\Syncfusion\Essential Studio\{platform}\{version}
|
SAMPLEPATH | Specify the location where Syncfusion samples needs to be installed.
If SAMPLEPATH argument is not given, samples will be installed in the default location.
SAMPLEPATH default location: C:\Users\Public\Documents\Syncfusion\{platform}\{version}
|
Note:
Fields marked with * are mandatory.