Installing Syncfusion ASP.NET Core EJ2 Offline Installer

25 Jan 20236 minutes to read

Installing with UI

The steps below shows how to install the Essential Studio ASP.NET Core - EJ2 installer.

  1. Open the Syncfusion ASP.NET Core - EJ2 offline installer file from downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package.

    Web Offline Installer Setup wizard

    NOTE

    The Installer wizard extracts the syncfusionessentialaspnetcore-js2_(version).exe dialog, which displays the package’s unzip operation.

  2. 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.

    Web Offline Installer LoginToInstall Wizard

    Use Unlock Key

    Unlock keys are used to unlock the Syncfusion offline installer, and they are platform and version specific. You should use either Syncfusion licensed or trial Unlock key to unlock Syncfusion ASP.NET Core - EJ2 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.

    Web Offline Installer UseUnlockKey Wizard

  3. After reading the License Terms and Privacy Policy, check the “I agree to the License Terms and Privacy Policy” check box. Click the Next button.

  4. Change the install and sample locations here. You can also change the Additional settings. Click Next/Install to install with the default settings.

    Web Offline Installer Settings Wizard

    Additional Settings

    • Select the Install Demos check box to install Syncfusion samples, or leave the check box unchecked, if you don’t want to install Syncfusion samples.

    • Select the Configure Syncfusion Extensions controls in Visual Studio checkbox to configure the Syncfusion Extensions in Visual Studio or clear this check box when you do not want to configure the Syncfusion Extensions in Visual Studio.

    • Check the Create Desktop Shortcut check box to add a desktop shortcut for Syncfusion Control Panel.

    • Check the Create Start Menu Shortcut checkbox to add a shortcut to the start menu for Syncfusion Control Panel.

  5. If any previous versions of the current product is installed, the Uninstall Previous Version(s) wizard will be opened. Select Uninstall checkbox to uninstall the previous versions and then click the Proceed button.

    Web Offline Installer Uninstall Previous Wizard

    NOTE

    From the 2021 Volume 1 release, Syncfusion has added the option to uninstall previous versions from 18.1 while installing the new version. If any version is selected to uninstall, a confirmation screen will appear; if continue is selected, 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

    Web Offline Installer Confirmation Alert

    Uninstall Progress

    Web Offline Installer Uninstall Progress Wizard

    Install Progress

    Web Offline Installer Install Progress

    NOTE

    The Completed screen is displayed once the ASP. NET Core - EJ2 product is installed. If any version is selected to uninstall, The completed screen will display both install and uninstall status.

    Web Offline Installer Summary Wizard

  6. After installing, click the Launch Control Panel link to open the Syncfusion Control Panel.

  7. Click the Finish button. Your system has been installed with the Syncfusion Essential Studio ASP. NET Core - EJ2 product.

Installing in silent mode

The Syncfusion Essential Studio ASP.NET Core - EJ2 Installer supports installation and uninstallation via the command line.

Command Line Installation

To install through the Command Line in Silent mode, follow the steps below.

  1. Run the Syncfusion ASP.NET Core - EJ2 installer by double-clicking it. The Installer Wizard automatically opens and extracts the package.

  2. The file syncfusionessentialaspnetcore-js2_(version).exe file will be extracted into the Temp directory.

  3. Run %temp%. The Temp folder will be opened. The syncfusionessentialaspnetcore-js2_(version).exe file will be located in one of the folders.

  4. Copy the extracted syncfusionessentialaspnetcore-js2_(version).exe file in local drive.

  5. Exit the Wizard.

  6. Run Command Prompt in administrator mode and enter the following arguments.

    Arguments: “installer file path\SyncfusionEssentialStudio(product)_(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 the square brackets are optional.

    Example: “D:\Temp\syncfusionessentialaspnetcore-js2x.x.x.x.exe”/Install silent/UNLOCKKEY:”product unlock key“/log “C:\Temp\EssentialStudioPlatform.log”/InstallPath:C:\Syncfusion\x.x.x.x /InstallSamples:true /InstallAssemblies:true /UninstallExistAssemblies:true /InstallToolbox:true

  7. Essential Studio for ASP.NET Core (Essential JS2) is installed.

    NOTE

    x.x.x.x should be replaced with the Essential Studio version and the Product Unlock Key needs to be replaced with the Unlock Key for that version.

Command Line Uninstallation

Syncfusion Essential ASP.NET Core - EJ2 can be uninstalled silently using the Command Line.

  1. Run the Syncfusion ASP.NET Core - EJ2 installer by double-clicking it. The installer Wizard automatically opens and extracts the package.

  2. The syncfusionessentialaspnetcore-js2_(version).exe file will be extracted into the Temp directory.

  3. Run %temp%. The Temp folder will be opened. The syncfusionessentialaspnetcore-js2_(version).exe file will be located in one of the folders.

  4. Copy the extracted syncfusionessentialaspnetcore-js2_(version).exe file in local drive.

  5. Exit the Wizard.

  6. Run Command Prompt in administrator mode and enter the following arguments.

    Arguments: “Copied installer file path\syncfusionessentialaspnetcore-js2_(version).exe” /uninstall silent

    Example: “D:\Temp\syncfusionessentialaspnetcore-js2_x.x.x.x.exe” /uninstall silent

  7. Essential Studio for ASP.NET Core (Essentials JS2) is uninstalled.