Articles in this section
Category / Section

How to install Syncfusion MSI in Command Prompt?

2 mins read

Installation with UI

To install the MSI with User Interface, follow these steps:

1. Open the Command Prompt with Administrative privileges.
2. Run the msiexec with the following arguments to install Syncfusion MSI installer.

Arguments
msiexec /i “{MSI File}” /l*v “{Log File location}”

Example

msiexec /i "C:\Users\Syncfusion\Desktop\EssentialStudioSetup.msi" /l*v "C:\ESlog.log"

Installing the MSI using command prompt by providing the location as argument

3. Syncfusion Essential Studio UI opens.

Syncfusion Essential Studio installer step by step process

4. Click Next to provide the User Name, Organization and Unlock Key in the corresponding text boxes.

Providing the details like User Name, Organization and Unlock Key in the corresponding text boxes

5. Click Next. The License Agreement screen opens.

License Agreement for Syncfusion installer

6. After reading the terms, click “I accept the terms in the License Agreement” option.

7. Select the installation folder screen opens. Browse the location where you want to install the Syncfusion Essential Studio. To install in the default location, click “Next”.

Setting installation Path

8. Now , the “Ready to Install” dialog box opens.

To initiate the installation process , click "Install" to proceed.

9. Click Install to continue with the installation.

Installation under progress

10. Click Finish to exit the installer wizard.

Final step , click finish to exit the installation

Now, Syncfusion Essential Studio MSI will be installed in your machine.

Silent Installation

To install the MSI in Silent mode, follow these steps:

1. Open the Command Prompt with Administrative privileges.

2. Run the msiexec with the following arguments to install Syncfusion MSI installer.

 

For Essential Studio version 16.2 and later

 

Arguments
msiexec /i “{MSI File}” UNLOCKKEY=”{key}” APPDIR=”{install location}” SAMPLEPATH=”{sample location}” /l*v “{Log File location}” /q

Example
msiexec /i "D:\Temp\syncfusionessentialflutter_18.3.0.47.msi" UNLOCKKEY="@31382e332e30H8A0h92/” APPDIR="C:\Program Files (x86)\Syncfusion\Essential Studio\Flutter\18.3.0.47\" SAMPLEPATH="D:\Syncfusion\EssentialStudio\18.3.0.47\" /l*v "D:\Temp\ESlog.log" /q

Silent installation of MSI using command prompt

 

For other Essential Studio versions before 16.2


Arguments
msiexec /i “{MSI File}” PIDKEY=”{key}” APPDIR=”{install location}” SAMPLEPATH=”{sample location}” /l*v “{Log File location}” /q

Example
msiexec /i "E:\Syncfusion\MSI\syncfusionessentialstudio.msi" PIDKEY="@31SEAjONHMSmumI2YBIO4=" APPDIR="D:\Syncfusion\Essential Studio\11.4.0.26\" SAMPLEPATH="D:\Users\labuser\AppData\Local\Syncfusion\EssentialStudio\11.4.0.26\" LSSAMPLEPATH="D:\Users\labuser\AppData\Local\Syncfusion\LightSwitch\11.4.0.26\" /l*v "E:\Manivannan\MSI\ESlog.log" /q

Silent installation of MSI using command prompt

 

Note:

Please follow the above steps for Syncfusion platform installer also.

 

3. Now, Syncfusion Essential Studio MSI will be installed in your machine.

Silent uninstallation

To uninstall the MSI in Silent mode, follow these steps:

1. Open the Command Prompt with Administrative privileges.

2. Run the msiexec with the following arguments to uninstall Syncfusion platform installer.

 

For Essential Studio versions 18.4.0.39 and later

 

Arguments
msiexec /x “{MSI File}” LAUNCHFEEDBACKURL=FALSE /qn

 

Arguments

Uninstall behavior

msiexec /x “{MSI File}” LAUNCHFEEDBACKURL=FALSE /qn

Installer will be silently uninstalled. Feedback URL will not be launched.

msiexec /x “{MSI File}” LAUNCHFEEDBACKURL=TRUE /qn

Installer will be silently uninstalled. Feedback URL will be launched in the browser.

msiexec /x “{MSI File}” /qn

Installer will be silently uninstalled. Feedback URL will be launched in the browser



Example
msiexec /x "D:\Temp\syncfusionessentialjsp_18.4.0.39.msi" LAUNCHFEEDBACKURL=False /q

Silent uninstallation of MSI using command prompt

 

 

Note:

Please provide LAUNCHFEEDBACKURL=TRUE” , if you want to update your feedback using our feedback page.

 

 

For Essential Studio versions before 18.4.0.39


Arguments
msiexec /x “{MSI File}” /qn

Example
msiexec /x "D:\Temp\syncfusionessentialjsp_18.4.0.39.msi" /q

3. Now, Syncfusion Essential Studio installer will be uninstalled silently in your machine.

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied