How can I help you?
Installation using Offline Installer
2 Feb 20265 minutes to read
The Syncfusion® JavaScript - EJ2 offline installer supports the following frameworks:
- JavaScript (ES5)
- JavaScript (ES6+)
- Angular
- React
- Vue
The offline installer includes shared resources and samples for all supported frameworks. Once installed, you can access React-specific content and demos.
System Requirements
Before installation, ensure the system meets these requirements:
- Operating System: Windows 7 SP1 or later, macOS 10.13 or later, Linux (Ubuntu 16.04 or later)
- Disk space: At least 2 GB of free disk space
- Node.js: Version 14.x or later (required to run demos)
Installing with UI (Windows)
These steps describe installing the Essential Studio® JavaScript - EJ2 offline installer using the graphical interface on Windows.
Step 1: Launch the Installer
-
Double-click the downloaded Syncfusion® JavaScript - EJ2 offline installer (.exe) to open the Installer Wizard; the package is extracted automatically.

The installer displays an extraction progress dialog while unpacking the installation files.
Step 2: Unlock the Installer
-
To unlock the installer, choose one of the following options:
Option 1: Login to install
Enter the Syncfusion® account email and password. If an account is not available, select Create an account. Use Forgot Password to reset credentials if necessary, then click Next.

Option 2: Use unlock key
Unlock keys are platform- and version-specific. Provide a licensed or trial unlock key to proceed; trial keys are valid for 30 days.
For instructions on generating an unlock key, see the Knowledge Base article: Syncfusion Knowledge Base - How to generate unlock key.

Step 3: Accept License Agreement
- After reading the License Terms and Privacy Policy, check the “I agree to the License Terms and Privacy Policy” checkbox and click Next.
Step 4: Configure Installation Settings
-
Specify the installation and sample locations, or accept the defaults. Click Next or Install to continue.

Additional settings:
- Install Demos: Installs sample projects and demos when checked; uncheck to skip demo installation.
- Create Desktop Shortcut: Adds a Syncfusion® Control Panel shortcut to the desktop.
- Create Start Menu Shortcut: Adds a Syncfusion® Control Panel shortcut to the Start Menu.
The “Configure Syncfusion Extensions in Visual Studio” option applies only to ASP.NET development and does not affect React projects.
Step 5: Uninstall Previous Versions (Optional)
-
If previous versions are detected, the Uninstall Previous Version(s) wizard appears; select versions to remove and click Proceed.

Starting with the 2021 Volume 1 release, Syncfusion® offers the option to uninstall versions 18.1 and later during installation.
Confirmation dialog:

Uninstall progress:

Step 6: Monitor Installation Progress
-
The installer displays progress for uninstallation (if selected) and for installation.
Installation progress:

Step 7: Complete Installation
-
After installation completes, the completion screen displays the status.

-
Click Launch Control Panel to open the Syncfusion® Control Panel, or click Finish to exit.
Installing in Silent Mode (Windows)
The Syncfusion® Essential Studio® JavaScript - EJ2 installer supports silent installation and uninstallation via the command line on Windows.
Silent mode installation
- Run the installer by double-clicking it; the installer extracts files to the Temp directory.
- Open the Temp folder by typing
%temp%in File Explorer or the Run dialog. - Locate the extracted
syncfusionejs2_x.x.x.x.exefile and copy it to a local drive (for example,D:\Temp). - Exit the Installer Wizard.
-
Open an elevated Command Prompt (Run as administrator) and run the command using this syntax:
Syntax:
"installer_path\\syncfusionejs2_x.x.x.x.exe" /Install silent /UNLOCKKEY:"your_unlock_key" [/log "log_file_path"] [/InstallPath:"install_location"] [/InstallSamples:true|false]Example:
"D:\Temp\\syncfusionejs2_20.1.0.47.exe" /Install silent /UNLOCKKEY:"ABC123XYZ456" /log "C:\Temp\\install.log" /InstallPath:"C:\Syncfusion\\20.1.0.47" /InstallSamples:trueParameters:
-
/Install silent: Runs the installer in silent mode. -
/UNLOCKKEY: Specifies the unlock key for the version being installed. -
/log: (Optional) Specifies the log file path. -
/InstallPath: (Optional) Specifies the installation directory. -
/InstallSamples: (Optional) Install samples using/InstallSamples:trueor/InstallSamples:false.
-
- The installation completes silently. Check the log file (if specified) for details.
Silent mode uninstallation
- Follow steps 1–4 from the silent installation procedure to locate the installer executable.
-
Open Command Prompt in administrator mode and run the uninstallation command:
Syntax:
"installer_path\\syncfusionejs2_x.x.x.x.exe" /Uninstall silentExample:
"D:\Temp\\syncfusionejs2_20.1.0.47.exe" /Uninstall silent - The uninstallation completes silently.
Post-Installation
After installation:
-
Access demos: Navigate to the installation directory (default:
C:\Program Files (x86)\Syncfusion\Essential Studio\JavaScript - EJ2\\x.x.x.x) to find sample projects. - Launch Control Panel: Use the desktop or Start Menu shortcut to open the Syncfusion® Control Panel for utilities and documentation.
- Register license key: For licensed installations, register the license key in React projects. See the License Key Registration Guide: Syncfusion - License Key Registration (https://ej2.syncfusion.com/react/documentation/licensing/license-key-registration).