Installing Syncfusion® Essential Studio® Offline Installer
17 Jul 202610 minutes to read
Prerequisites
Before you begin, ensure the following:
- You have downloaded the Syncfusion® Essential Studio® offline installer (EXE or ZIP) for your platform.
- You have administrator privileges on the machine.
- All Visual Studio instances and Syncfusion® applications are closed during installation.
- At least 10 GB of free disk space.
- A valid Syncfusion® account or unlock key.
Overview
Syncfusion® provides separate installers for all the Essential Studio® products. You can download the latest version platforms Installer here.
Web
- ASP.NET MVC
- ASP.NET Core
- JavaScript
- Blazor
Mobile
- .NET MAUI
Desktop
- Windows Forms
- WPF
- Universal Windows Platform
- WinUI
Document Processing
- Document SDK
- PDF Viewer SDK
- Spreadsheet Editor SDK
- DOCX Editor SDK
Standalone UI SDKS
- Scheduler SDK
- Gantt SDK
- Rich Text Editor SDK
- Grid SDK
- Chart SDK
- Diagram SDK
- File Manager SDK
NOTE
- Universal Windows Platform can be installed in Windows 8.1 and later.
Step-by-Step Installation
The steps below show how to install the Essential Studio® Product installer.
-
Open the Syncfusion® Product offline installer file from the downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package.

-
To unlock the Syncfusion® offline installer, you have two options:
-
Login To Install
-
Use Unlock Key
Login To Install
You must enter your Syncfusion® email address and password. If you don’t already have a Syncfusion® account, you can sign up for one by clicking “Create an account”. If you have forgotten your password, click on “Forgot Password” to create a new one. Once you’ve entered your Syncfusion® email and password, click Next.

Use Unlock Key
Unlock keys are used to unlock the Syncfusion® offline installer, and they are platform- and version-specific. You should use either a Syncfusion® licensed or trial unlock key to unlock the Syncfusion® Product installer.
The trial unlock key is only valid for 30 days, and the installer will not accept an expired trial key.
To learn how to generate an unlock key for both trial and licensed products, see this Knowledge Base article.

-
-
After reading the License Terms and Privacy Policy, select the “I agree to the License Terms and Privacy Policy” check box. Click Next to continue.
-
Change the install and sample locations here. You can also change the additional settings. Click Next to proceed, then click Install on the Ready to Install screen.

Additional Settings
- Select the Install Demos check box to install Syncfusion® samples, or leave the check box unchecked if you do not want to install Syncfusion® samples.
- Select the Register Syncfusion® Assemblies in GAC check box to install the latest Syncfusion® assemblies in GAC, or clear this check box when you do not want to install the latest assemblies in GAC.
- Select the Configure Syncfusion® controls in Visual Studio check box to configure the Syncfusion® controls in the Visual Studio toolbox, or clear this check box when you do not want to configure the Syncfusion® controls in the Visual Studio toolbox during installation. Note that you must also select the Register Syncfusion® Assemblies in GAC check box.
- Select the Configure Syncfusion® Extensions in Visual Studio check box to install the Syncfusion® Visual Studio extensions (project templates, converters, and toolbox helpers), or clear this check box when you do not want to configure the Syncfusion® extensions in Visual Studio.
- Select the Create Desktop Shortcut check box to add a desktop shortcut for the Syncfusion® Control Panel.
- Select the Create Start Menu Shortcut check box to add a shortcut to the start menu for the Syncfusion® Control Panel.
-
If any previous versions of the current product are installed, the Uninstall Previous Version(s) wizard will open. Select the check boxes for the previous versions you want to uninstall, then click Proceed.

NOTE
Starting with the 2021 Volume 1 release (v18.1), Syncfusion® has added the option to uninstall previous versions while installing the new version.
NOTE
If any version is selected to uninstall, a confirmation screen will appear. If you confirm, the Progress screen will display the uninstall and install progress, respectively. If none of the versions are chosen to be uninstalled, only the installation progress will be displayed.
Confirmation Alert

Uninstall Progress

Install Progress

NOTE
The Completed screen is displayed once the product is installed. If any version was selected to uninstall, the Completed screen will display both install and uninstall status.

-
After installing, click the Launch Control Panel link to open the Syncfusion® Control Panel.
-
Click Finish. Your system has been installed with the Syncfusion® Essential Studio® Product.
Installing in silent mode
Silent mode is useful for scripted or unattended deployments across multiple machines. The Syncfusion® Essential Studio® Product Installer supports installation and uninstallation via the command line.
NOTE
The offline installer is a self-extracting wrapper. When you run it, it extracts an inner
SyncfusionEssentialStudio(platform)_(version).exeto the%temp%directory, which is the actual installer used in silent mode.
Extract the inner installer
- Run the Syncfusion® Product installer by double-clicking it. The Installer Wizard automatically opens and extracts the package.
- The
syncfusionessential(product)_(version).exefile will be extracted into the Temp directory. - Open the Run dialog (
Win+R) and enter%temp%. The Temp folder will open. Thesyncfusionessential(product)_(version).exefile will be located in one of the folders. - Copy the extracted
syncfusionessential(product)_(version).exefile to a local drive. - Exit the Wizard.
Command Line Installation
The Syncfusion® Essential Studio® Product can be installed silently using the command line. First, follow the steps in Extract the inner installer to obtain the inner EXE.
- Run Command Prompt in administrator mode.
-
Enter the following arguments:
Arguments:
"installer file path\SyncfusionEssentialStudio(platform)_(version).exe" /install silent /UNLOCKKEY:"(product unlock key)" [/log "{Log file path}"] [/InstallPath:{Location to install}] [/InstallSamples:{true/false}] [/InstallAssemblies:{true/false}] [/UninstallExistAssemblies:{true/false}] [/InstallToolbox:{true/false}]NOTE
Arguments inside square brackets are optional.
Parameter reference
Parameter Required Description installer file path\SyncfusionEssentialStudio(platform)_(version).exeYes Path to the extracted inner installer. Replace (platform)with the target platform (e.g.,WinUI,WPF)./install silentYes Runs the installer in silent (unattended) mode. /UNLOCKKEYYes The licensed or trial unlock key. /logNo Path to a log file that captures install output. /InstallPathNo Target installation directory. /InstallSamplesNo trueinstalls the demo samples;falseskips them./InstallAssembliesNo trueinstalls Syncfusion® assemblies./UninstallExistAssembliesNo trueremoves existing assemblies before installing the new ones./InstallToolboxNo trueconfigures the Syncfusion® controls in the Visual Studio toolbox.NOTE
Exit code
0indicates success; any non-zero value indicates failure. Check the log file (when supplied) for details.Example:
"D:\Temp\syncfusionessential(product)_x.x.x.x.exe" /install silent /UNLOCKKEY:"product unlock key" /log "C:\Temp\EssentialStudio_Platform.log" /InstallPath:C:\Syncfusion\x.x.x.x /InstallSamples:true /InstallAssemblies:true /UninstallExistAssemblies:true /InstallToolbox:true -
The Essential Studio® Product is installed.
NOTE
x.x.x.xshould be replaced with the Essential Studio® version, andproduct unlock keymust be replaced with the unlock key for that version.
Command Line Uninstallation
The Syncfusion® Essential Studio® Product can be uninstalled silently using the command line. First, follow the steps in Extract the inner installer to obtain the inner EXE.
- Run Command Prompt in administrator mode.
- Enter the following arguments:
Arguments:
"Copied installer file path\syncfusionessential(product)_(version).exe" /uninstall silent [/log "{Log file path}"]Example:
"D:\Temp\syncfusionessential(product)_x.x.x.x.exe" /uninstall silent /log "C:\Temp\EssentialStudio_Uninstall.log"The Essential Studio® Product is uninstalled.
Troubleshooting
-
Installer fails to extract: Run the EXE as administrator and confirm the destination
%temp%folder is writable. - “Invalid unlock key” error: Verify the unlock key matches the platform and version of the installer (see the Knowledge Base article).
- Visual Studio not detected: Close all Visual Studio instances, then run the installer again. The Configure Toolbox option requires a supported Visual Studio version.
-
Installation hangs or fails silently: Re-run with the
/logparameter to capture detailed output, then review the log for errors. - Trial expired: Generate a new trial from the Start Trial page or use a licensed unlock key.