How to Install Syncfusion® UWP Offline Installer
18 Nov 20186 minutes to read
Applies to: Syncfusion® Essential Studio® UWP Offline Installer on Windows.
Prerequisites
- You must have a valid licensed or trial unlock key. See How to generate the unlock key.
- Close all running Visual Studio instances before starting the installation.
- The UWP platform requires Windows 10 or later and the appropriate Windows SDK.
Installing with UI
The steps below show how to install the Essential Studio UWP installer.
-
Open the Syncfusion UWP offline installer file from the downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package.

The Installer Wizard extracts the
syncfusionessentialuniversalwindows_{version}.exedialog, which displays the package’s unzip operation. -
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 “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 product- and version-specific. You should use either a Syncfusion licensed or trial unlock key to unlock the Syncfusion UWP 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, check the “I agree to the License Terms and Privacy Policy” check box. Click the Next button.
-
Change the install and sample locations here. You can also change the additional settings. Click Next or Install to install with the default settings.

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 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 when you select this check box.
- Select the Configure Syncfusion Extensions controls in Visual Studio check box 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 the Syncfusion Control Panel.
- Check 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 Uninstall check box to uninstall the previous versions, then click the Proceed button.

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

Uninstall Progress:

Install Progress

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

-
After installation, click the Launch Control Panel link to open the Syncfusion Control Panel.
-
Click the Finish button. Your system has now been installed with the Syncfusion Essential Studio UWP product.
Installing in silent mode
The Syncfusion Essential Studio UWP 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.
- Run the Syncfusion UWP installer by double-clicking it. The Installer Wizard automatically opens and extracts the package.
- The file
syncfusionessentialuniversalwindows_{version}.exewill be extracted into the Temp directory. - Run
%temp%. The Temp folder will open. Thesyncfusionessentialuniversalwindows_{version}.exefile will be located in one of the folders. - Copy the extracted
syncfusionessentialuniversalwindows_{version}.exefile to a local drive. - Exit the Wizard.
-
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}]Arguments inside square brackets are optional.
Example:
"D:\Temp\syncfusionessentialuniversalwindows_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 -
Essential Studio for UWP is installed.
x.x.x.xshould be replaced with the Essential Studio version, and the Product Unlock Key should be replaced with the Unlock Key for that version.
Command line uninstallation
Syncfusion Essential UWP can be uninstalled silently using the Command Line.
- Run the Syncfusion UWP installer by double-clicking it. The Installer Wizard automatically opens and extracts the package.
- The file
syncfusionessentialuniversalwindows_{version}.exewill be extracted into the Temp directory. - Run
%temp%. The Temp folder will open. Thesyncfusionessentialuniversalwindows_{version}.exefile will be located in one of the folders. - Copy the extracted
syncfusionessentialuniversalwindows_{version}.exefile to a local drive. - Exit the Wizard.
-
Run Command Prompt in administrator mode and enter the following arguments.
Arguments:
"Copied installer file path\syncfusionessentialuniversalwindows_{version}.exe" /uninstall silentExample:
"D:\Temp\syncfusionessentialuniversalwindows_x.x.x.x.exe" /uninstall silent - Essential Studio for UWP is uninstalled.
Copy local
Copying assemblies to the local folder is supported by Syncfusion components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release and Bin\Debug folders. The files .exe, .dll, .xml, .pri, .rd.xml, and .xaml are copied to client machines.

Installed location
The following table represents the installed location of assemblies and samples.
| Assemblies / Samples | Installed Location |
|---|---|
| Assemblies | C:\Program Files (x86)\Syncfusion\Essential Studio\Universal Windows\{version}\Assemblies for Universal Windows\10.0 |
| Samples | [drive]:\Users\Public\Documents\Syncfusion\EssentialStudio\UWP\{version}\SampleBrowser |