diff --git a/aspnet-core-toc.html b/aspnet-core-toc.html
index df90194d..04c69c2f 100644
--- a/aspnet-core-toc.html
+++ b/aspnet-core-toc.html
@@ -6,23 +6,56 @@
Overview
-
- Installation and Upgrade
+ System Requirements
+ Installation
+
+ Upgrade
+
Licensing
- - Overview
- - Generating license keys
- - Registering license keys
+ - Overview
+ - How to Generate Syncfusion ASP.NET Core License Key?
+ - How to Register Syncfusion License Key in ASP.NET Core Application?
- Licensing Errors
- Licensing FAQ
diff --git a/aspnet-core/Licensing/generating-license-keys.md b/aspnet-core/Licensing/how-to-generate.md
similarity index 79%
rename from aspnet-core/Licensing/generating-license-keys.md
rename to aspnet-core/Licensing/how-to-generate.md
index f3a18c48..1e7c1f20 100644
--- a/aspnet-core/Licensing/generating-license-keys.md
+++ b/aspnet-core/Licensing/how-to-generate.md
@@ -1,13 +1,13 @@
---
layout: post
-title: About Essential Studio ASP.NET Core Licensing | Syncfusion
-description: Learn here about Syncfusion Essential Studio ASP.NET Core license key, how to generate the license key, how to register the license key, and more details.
+title: Overview of Syncfusion license generation - Syncfusion
+description: Learn here about how to generate Syncfusion ASP.NET Core license key for syncfusion ASP.NET Core application for license validation.
platform: aspnet-core
control: Essential Studio
documentation: ug
---
-# License Key Generation
+# Generate Syncfusion ASP.NET Core License key
License keys for ASP.NET Core can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section from your Syncfusion account.
diff --git a/aspnet-core/Licensing/registering-license-keys.md b/aspnet-core/Licensing/how-to-register-in-an-application.md
similarity index 84%
rename from aspnet-core/Licensing/registering-license-keys.md
rename to aspnet-core/Licensing/how-to-register-in-an-application.md
index 9714f479..1f63f823 100644
--- a/aspnet-core/Licensing/registering-license-keys.md
+++ b/aspnet-core/Licensing/how-to-register-in-an-application.md
@@ -1,13 +1,13 @@
---
layout: post
-title: About Essential Studio ASP.NET Core Licensing | Syncfusion
-description: Learn here about Syncfusion Essential Studio ASP.NET Core license key, how to generate the license key, how to register the license key, and more details.
+title: Overview of Syncfusion license registration - Syncfusion
+description: Learn here about how to register Syncfusion ASP.NET Core license key for ASP.NET Core application for license validation.
platform: aspnet-core
control: Essential Studio
documentation: ug
---
-# License Key Registration
+# Register Syncfusion License key in ASP.NET Core application
The generated license key is just a string that needs to be registered before any Syncfusion control is initiated. The following code is used to register the license.
diff --git a/aspnet-core/Licensing/licensing-errors.md b/aspnet-core/Licensing/licensing-errors.md
index 20e7eee0..5c052d7b 100644
--- a/aspnet-core/Licensing/licensing-errors.md
+++ b/aspnet-core/Licensing/licensing-errors.md
@@ -1,13 +1,13 @@
---
layout: post
-title: License Key Errors of Essential Studio | Syncfusion
-description: Learn here some information about how to fix Syncfusion license key related errors and more details.
+title: Overview of Syncfusion licensing errors - Syncfusion
+description: Learn here about Syncfusion common licensing errors which appears on license validation in Syncfusion ASP.NET Core applications.
platform: aspnet-core
control: Essential Studio
documentation: ug
---
-# Common Licensing Errors
+# Syncfusion Licensing Errors
Licensing error popup is displayed with various messages under different circumstances. Here are some ways to resolve different issues.
diff --git a/aspnet-core/Licensing/licensing.md b/aspnet-core/Licensing/overview.md
similarity index 88%
rename from aspnet-core/Licensing/licensing.md
rename to aspnet-core/Licensing/overview.md
index 12ed05cf..2dab0e86 100644
--- a/aspnet-core/Licensing/licensing.md
+++ b/aspnet-core/Licensing/overview.md
@@ -1,7 +1,7 @@
---
layout: post
-title: About Essential Studio ASP.NET Core Licensing | Syncfusion
-description: Learn here about Syncfusion Essential Studio ASP.NET Core license key, how to generate the license key, how to register the license key, and more details.
+title: Overview of Syncfusion license and unlock keys - Syncfusion
+description: Learn here about the Syncfusion license and unlock keys and difference between license and unlock keys.
platform: aspnet-core
control: Essential Studio
documentation: ug
@@ -16,7 +16,7 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-# Syncfusion Licensing in ASP.NET Core
+# Syncfusion Licensing Overview
We have introduced a new licensing system starting with version 16.2.0.x release of Essential Studio. These modifications apply to all evaluators and only to paid customers who use NuGet packages from [nuget.org](https://www.nuget.org/). Starting with v16.2.0.x, if you use the evaluation installer or the NuGet feed to reference Syncfusion assemblies, you must also include the corresponding platform and version license key in your projects.
diff --git a/aspnet-core/installation-and-upgrade/System-Requirements.md b/aspnet-core/System-Requirements.md
similarity index 89%
rename from aspnet-core/installation-and-upgrade/System-Requirements.md
rename to aspnet-core/System-Requirements.md
index c176daf0..385d2a27 100644
--- a/aspnet-core/installation-and-upgrade/System-Requirements.md
+++ b/aspnet-core/System-Requirements.md
@@ -1,14 +1,14 @@
---
layout: post
-title: System Requirements | ASP.NET Core | Syncfusion
-description: this section provides the information about the system requirements for ASP.NET Core platform with supported browsers
+title: System Requirements in ASP.NET Core - Syncfusion
+description: Checkout and learn here all about the system requirements needed to use Syncfusion ASP.NET Core Components.
platform: aspnet-core
control: Installation and Deployment
documentation: ug
---
-# System Requirements for ASP.NET Core
+# System Requirements for ASP.NET Core Components
The system requirements for using our Syncfusion ASP.NET Core platform are as follows
diff --git a/aspnet-core/installation-and-upgrade/Upgrade-from-major-version-to-service-pack-version.md b/aspnet-core/Upgrade/Upgrade-from-major-version-to-service-pack-version.md
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Upgrade-from-major-version-to-service-pack-version.md
rename to aspnet-core/Upgrade/Upgrade-from-major-version-to-service-pack-version.md
diff --git a/aspnet-core/installation-and-upgrade/Upgrade-from-one-version-to-another-version.md b/aspnet-core/Upgrade/Upgrade-from-one-version-to-another-version.md
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Upgrade-from-one-version-to-another-version.md
rename to aspnet-core/Upgrade/Upgrade-from-one-version-to-another-version.md
diff --git a/aspnet-core/installation-and-upgrade/Upgrade-images/upgrade-control-panel.png b/aspnet-core/Upgrade/Upgrade-images/upgrade-control-panel.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Upgrade-images/upgrade-control-panel.png
rename to aspnet-core/Upgrade/Upgrade-images/upgrade-control-panel.png
diff --git a/aspnet-core/installation-and-upgrade/Upgrade.md b/aspnet-core/Upgrade/how-to-upgrade.md
similarity index 89%
rename from aspnet-core/installation-and-upgrade/Upgrade.md
rename to aspnet-core/Upgrade/how-to-upgrade.md
index 4df7782a..706c8252 100644
--- a/aspnet-core/installation-and-upgrade/Upgrade.md
+++ b/aspnet-core/Upgrade/how-to-upgrade.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Major Version to Service Pack Version| ASP.NET Core | Syncfusion
-description: this section provides the information about upgrading the ASP.NET Core projects from major version to service pack version
+title:Upgrading Syncfusion ASP.NET Core installer to a latest version - Syncfusion
+description: Learn here about the how upgrade Syncfusion ASP.NET Core installer to a latest version from website and control panel.
platform: aspnet-core
control: Essential Studio
documentation: ug
---
-# Upgrading Syncfusion ASP.NET Core
+# Upgrading Syncfusion ASP.NET Core installer to a latest version
Syncfusion releases new volumes once every three months, with exciting new features. There will be one Service Pack release for these volume releases. Service Pack releases are provided to address major bug fixes in the volume releases.
diff --git a/aspnet-core/installation-and-upgrade/download-images/trial-confirmation.png b/aspnet-core/installation-and-upgrade/download-images/trial-confirmation.png
deleted file mode 100644
index 5ef81052..00000000
Binary files a/aspnet-core/installation-and-upgrade/download-images/trial-confirmation.png and /dev/null differ
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img1.png b/aspnet-core/installation/Errors/Installation_Errors_img1.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img1.png
rename to aspnet-core/installation/Errors/Installation_Errors_img1.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img2.png b/aspnet-core/installation/Errors/Installation_Errors_img2.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img2.png
rename to aspnet-core/installation/Errors/Installation_Errors_img2.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img3.png b/aspnet-core/installation/Errors/Installation_Errors_img3.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img3.png
rename to aspnet-core/installation/Errors/Installation_Errors_img3.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img4.png b/aspnet-core/installation/Errors/Installation_Errors_img4.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img4.png
rename to aspnet-core/installation/Errors/Installation_Errors_img4.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img5.png b/aspnet-core/installation/Errors/Installation_Errors_img5.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img5.png
rename to aspnet-core/installation/Errors/Installation_Errors_img5.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img6.png b/aspnet-core/installation/Errors/Installation_Errors_img6.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img6.png
rename to aspnet-core/installation/Errors/Installation_Errors_img6.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img7.png b/aspnet-core/installation/Errors/Installation_Errors_img7.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img7.png
rename to aspnet-core/installation/Errors/Installation_Errors_img7.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img8.png b/aspnet-core/installation/Errors/Installation_Errors_img8.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Installation_Errors_img8.png
rename to aspnet-core/installation/Errors/Installation_Errors_img8.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Side-by-side_img1.png b/aspnet-core/installation/Errors/Side-by-side_img1.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Side-by-side_img1.png
rename to aspnet-core/installation/Errors/Side-by-side_img1.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Side-by-side_img2.png b/aspnet-core/installation/Errors/Side-by-side_img2.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Side-by-side_img2.png
rename to aspnet-core/installation/Errors/Side-by-side_img2.png
diff --git a/aspnet-core/installation-and-upgrade/Errors/Side-by-side_img3.png b/aspnet-core/installation/Errors/Side-by-side_img3.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Errors/Side-by-side_img3.png
rename to aspnet-core/installation/Errors/Side-by-side_img3.png
diff --git a/aspnet-core/installation-and-upgrade/Install-the-Patch.md b/aspnet-core/installation/Install-the-Patch.md
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Install-the-Patch.md
rename to aspnet-core/installation/Install-the-Patch.md
diff --git a/aspnet-core/installation-and-upgrade/Installation-Errors.md b/aspnet-core/installation/Installation-Errors.md
similarity index 96%
rename from aspnet-core/installation-and-upgrade/Installation-Errors.md
rename to aspnet-core/installation/Installation-Errors.md
index c104eb82..4614e080 100644
--- a/aspnet-core/installation-and-upgrade/Installation-Errors.md
+++ b/aspnet-core/installation/Installation-Errors.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Installation Syncfusion Essential Studio ASP.NET Core products
-description: Learn how to install Syncfusion ASP.NET Core installer and deploy the Syncfusion ASP.NET Core component
+title: Installation Errors in ASP.NET Core - Syncfusion
+description: Learn here about the common installation errors and solution to those errors in Syncfusion ASP.NET Core Components installation.
platform: aspnet-core
control: Installation and Deployment
documentation: ug
diff --git a/aspnet-core/installation-and-upgrade/Installation-FAQ.md b/aspnet-core/installation/Installation-FAQ.md
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Installation-FAQ.md
rename to aspnet-core/installation/Installation-FAQ.md
diff --git a/aspnet-core/installation/mac-installer/how-to-download.md b/aspnet-core/installation/mac-installer/how-to-download.md
new file mode 100644
index 00000000..1b3b880d
--- /dev/null
+++ b/aspnet-core/installation/mac-installer/how-to-download.md
@@ -0,0 +1,78 @@
+---
+layout: post
+title: Downloading Syncfusion ASP.NET Core Mac installer - Syncfusion
+description: Learn here about the how to download Syncfusion ASP.NET Core mac installer packages from syncfusion website.
+platform: aspnet-core
+control: Installation and Deployment
+documentation: ug
+
+---
+
+# Downloading Syncfusion ASP.NET Core Mac installer
+
+The Syncfusion ASP.NET Core installer can be downloaded from the [Syncfusion.com](https://www.syncfusion.com/aspnet-core-ui-controls) website. You can either download the licensed installer or try our trial installer depending on your license.
+
+ - Trial Installer
+ - Licensed Installer
+
+## Download the Trial Version
+
+Our 30-day trial can be downloaded in two ways.
+
+ * Download Free Trial Setup
+ * Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+### Download Free Trial Setup
+
+1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the ASP.NET Core platform.
+2. After completing the required form or logging in with your registered Syncfusion account, you can download the ASP.NET Core (Essential JS1) trial installer from the confirmation page. ((as shown in below screenshot.)
+
+ 
+
+3. With a trial license, only the latest version’s trial installer can be downloaded.
+4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
+5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page ((as shown in below screenshot.)
+
+ 
+
+6. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio ASP.NET Core Offline trial installer which is available in PKG format.
+
+ 
+
+### Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+1. You can start your 30-day free trial for ASP.NET Core from the [Start Trial](https://www.syncfusion.com/account/manage-trials/start-trials) page from your account.
+
+ N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key).
+
+ 
+
+2. To access this page, you must sign up\log in with your Syncfusion account.
+3. Begin your trial by selecting the ASP.NET Core product.
+
+ N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
+
+4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet-core/licensing/generating-license-keys) here at any time before the trial period expires. ((as shown in below screenshot.)
+
+ 
+
+5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
+
+
+## Download the License Version
+
+1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
+2. You can view all the licenses (both active and expired) associated with your account.
+3. You can download ASP.NET Core Mac licensed installer by going to More Downloads Options (element 3 in the screenshot below).
+
+ 
+
+4. Unlock key is not required to install the Syncfusion ASP.NET Core Mac trial installer.
+5. For Mac OS, PKG formats is available for download.
+
+ 
+
+
+You can also refer to the [**ASP.NET Core Mac installer**](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/install-using-the-web-installer) links for step-by-step installation guidelines.
diff --git a/aspnet-core/installation-and-upgrade/asp-net-core-mac-installer.md b/aspnet-core/installation/mac-installer/how-to-install.md
similarity index 59%
rename from aspnet-core/installation-and-upgrade/asp-net-core-mac-installer.md
rename to aspnet-core/installation/mac-installer/how-to-install.md
index 66cdc758..282aa64e 100644
--- a/aspnet-core/installation-and-upgrade/asp-net-core-mac-installer.md
+++ b/aspnet-core/installation/mac-installer/how-to-install.md
@@ -1,37 +1,29 @@
---
layout: post
-title: ASP.NET Core Mac| ASP.NET Core | Syncfusion
-description: this section provides the information about Essential Studio ASP.NET Core mac installer and steps for installation
+title: Installing Syncfusion ASP.NET Core Mac installer - Syncfusion
+description: Learn here about how to install Syncfusion ASP.NET Core mac installer after downloading from our Syncfusion website.
platform: aspnet-core
control: Installation and Deployment
documentation: ug
---
-# ASP.NET Core Mac Installation
-
-## How to download ASP.NET Core Mac installer?
-
-1. Essential Studio ASP.NET Core Mac installer can be downloaded from your account’s [download](https://help.syncfusion.com/common/essential-studio/download) section. You can download trial\licensed Mac installer based on your license.
-
-2. In the downloads page, click the "Mac" button and download the required Essential Studio ASP.NET Core Mac installer.
-
- 
+# Installing Syncfusion ASP.NET Core Mac Installer
## Steps to resolve the warning message in Catalina OS or later
While running Essential Studio ASP.NET Core Mac Installer on Catalina MacOS or later, the below alert will be displayed.
- 
+ 
If you receive this alert, follow the below steps for the easiest solution.
1. Right-click the downloaded pkg file.
2. Select the "Open With" option and choose "Installer (Default)". The following pop-up appears.
-
- 
-
+
+ 
+
3. When you click "Open" the installer window will be opened.
## Step-by-Step Installation
@@ -40,44 +32,44 @@ The steps below show how to install the Essential Studio ASP.NET Core Mac instal
1. Double-click the Syncfusion Essential Studio ASP.NET Core Mac installer(.pkg) file. The installer Wizard opens. Click Continue.
- 
+ 
2. The Software License Agreement wizard will appear. Click the Continue button.
- 
+ 
3. The License Agreement's Confirmation window will appear. If you have read the Software License Agreement, click **Agree**.
- 
+ 
N> The Unlock key is not required to install the Mac installer. The Syncfusion Essential Studio ASP.NET Core Mac installer can be used for development purposes without registering the Unlock key.
4. The Destination select wizard will appear. You can choose which disc to install the Syncfusion Essential Studio for ASP.NET Core Mac installer on here.
- 
+ 
5. The Installation Type wizard will appear. Click Install to begin the standard installation of the Syncfusion Essential Studio ASP.NET Core Mac installer.
- 
+ 
6. The Authentication window will appear. To begin the installation, enter the Mac machine's password and click **Install Software**.
- 
+ 
7. The installation process will begin on your machine.
- 
+ 
8. Once the installation is complete, the completed screen will be displayed. To exit the installation wizard, click Close.
- 
+ 
By default, Mac installer will install the files in following location.
**Location:** {Documents}\Syncfusion\ {version}\ {platform}
- 
+ 
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Catalina_MacOS_Alert1.png b/aspnet-core/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Catalina_MacOS_Alert1.png
rename to aspnet-core/installation/mac-installer/images/Mac_Catalina_MacOS_Alert1.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Catalina_MacOS_Alert2.png b/aspnet-core/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Catalina_MacOS_Alert2.png
rename to aspnet-core/installation/mac-installer/images/Mac_Catalina_MacOS_Alert2.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Download.PNG b/aspnet-core/installation/mac-installer/images/Mac_Download.PNG
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Download.PNG
rename to aspnet-core/installation/mac-installer/images/Mac_Download.PNG
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer1.png b/aspnet-core/installation/mac-installer/images/Mac_Installer1.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer1.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer1.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer10.png b/aspnet-core/installation/mac-installer/images/Mac_Installer10.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer10.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer10.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer2.png b/aspnet-core/installation/mac-installer/images/Mac_Installer2.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer2.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer2.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer3.png b/aspnet-core/installation/mac-installer/images/Mac_Installer3.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer3.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer3.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer5.png b/aspnet-core/installation/mac-installer/images/Mac_Installer5.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer5.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer5.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer6.png b/aspnet-core/installation/mac-installer/images/Mac_Installer6.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer6.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer6.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer7.png b/aspnet-core/installation/mac-installer/images/Mac_Installer7.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer7.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer7.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer8.png b/aspnet-core/installation/mac-installer/images/Mac_Installer8.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer8.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer8.png
diff --git a/aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer9.png b/aspnet-core/installation/mac-installer/images/Mac_Installer9.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Mac-Installer_images/Mac_Installer9.png
rename to aspnet-core/installation/mac-installer/images/Mac_Installer9.png
diff --git a/aspnet-core/installation-and-upgrade/download-images/license-download.png b/aspnet-core/installation/mac-installer/images/license-download.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/download-images/license-download.png
rename to aspnet-core/installation/mac-installer/images/license-download.png
diff --git a/aspnet-core/installation-and-upgrade/download-images/license-installer.png b/aspnet-core/installation/mac-installer/images/license-installer.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/download-images/license-installer.png
rename to aspnet-core/installation/mac-installer/images/license-installer.png
diff --git a/aspnet-core/installation-and-upgrade/download-images/start-trial-download-installer.png b/aspnet-core/installation/mac-installer/images/start-trial-download-installer.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/download-images/start-trial-download-installer.png
rename to aspnet-core/installation/mac-installer/images/start-trial-download-installer.png
diff --git a/aspnet-core/installation-and-upgrade/download-images/start-trial-download-offline-installer.png b/aspnet-core/installation/mac-installer/images/start-trial-download-offline-installer.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/download-images/start-trial-download-offline-installer.png
rename to aspnet-core/installation/mac-installer/images/start-trial-download-offline-installer.png
diff --git a/aspnet-core/installation-and-upgrade/download-images/start-trial-download.png b/aspnet-core/installation/mac-installer/images/start-trial-download.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/download-images/start-trial-download.png
rename to aspnet-core/installation/mac-installer/images/start-trial-download.png
diff --git a/aspnet-core/installation/mac-installer/images/trial-confirmation.png b/aspnet-core/installation/mac-installer/images/trial-confirmation.png
new file mode 100644
index 00000000..8f819b8b
Binary files /dev/null and b/aspnet-core/installation/mac-installer/images/trial-confirmation.png differ
diff --git a/aspnet-core/installation-and-upgrade/download-images/trail-download.png b/aspnet-core/installation/mac-installer/images/trial-download.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/download-images/trail-download.png
rename to aspnet-core/installation/mac-installer/images/trial-download.png
diff --git a/aspnet-core/installation-and-upgrade/Download.md b/aspnet-core/installation/offline-installer/how-to-download.md
similarity index 70%
rename from aspnet-core/installation-and-upgrade/Download.md
rename to aspnet-core/installation/offline-installer/how-to-download.md
index f9c92e78..313052e3 100644
--- a/aspnet-core/installation-and-upgrade/Download.md
+++ b/aspnet-core/installation/offline-installer/how-to-download.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Steps to Download ASP.NET Core | ASP.NET Core | Syncfusion
-description: This page explains about how to download the Syncfusion Essential Studio ASP.NET Core installer based on licensed and trial customer
+title: Downloading Syncfusion ASP.NET Core installer - Syncfusion
+description: Learn here about the how to download Syncfusion ASP.NET Core offline installer from our syncfusion website.
platform: aspnet-core
control: Installation and Deployment
documentation: ug
---
-# Download ASP.NET Core Installer
+# Downloading Syncfusion ASP.NET Core offline installer
The Syncfusion ASP.NET Core installer can be downloaded from the [Syncfusion.com](https://www.syncfusion.com/aspnet-core-ui-controls) website. You can either download the licensed installer or try our trial installer depending on your license.
@@ -20,27 +20,26 @@ The Syncfusion ASP.NET Core installer can be downloaded from the [Syncfusion.com
Our 30-day trial can be downloaded in two ways.
* Download Free Trial Setup
- * Start Trials if using components through [Nuget.org](https://www.nuget.org/packages?q=syncfusion)
+ * Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
### Download Free Trial Setup
1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the ASP.NET Core platform.
2. After completing the required form or logging in with your registered Syncfusion account, you can download the ASP.NET Core (Essential JS1) trial installer from the confirmation page. ((as shown in below screenshot.)
- 
+ 
3. With a trial license, only the latest version’s trial installer can be downloaded.
4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page ((as shown in below screenshot.)
-6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio ASP.NET Core web installer.
- 
+ 
-7. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio ASP.NET Core Offline trial installer which is available in EXE and ZIP format.
+6. Click the More Download Options (element 2 in the above screenshot) button to get the Essential Studio ASP.NET Core Offline trial installer which is available in EXE and ZIP format.
- 
+ 
-### Start Trials if using components through [Nuget.org](https://www.nuget.org/packages?q=syncfusion)
+### Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
@@ -48,16 +47,16 @@ You should initiate an evaluation if you have already obtained our components th
N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key).
- 
+ 
2. To access this page, you must sign up\log in with your Syncfusion account.
3. Begin your trial by selecting the ASP.NET Core product.
N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
-4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) key here at any time before the trial period expires. ((as shown in below screenshot.)
+4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet-core/licensing/generating-license-keys) here at any time before the trial period expires. ((as shown in below screenshot.)
- 
+ 
5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
@@ -70,9 +69,12 @@ You should initiate an evaluation if you have already obtained our components th
4. The most recent version of the installer will be downloaded from this page.
5. To download older version installers, go to [Downloads Older Versions](https://www.syncfusion.com/account/downloads/studio) (element 2 in the screenshot below).
6. You can download other platform\add-on installers by going to More Downloads Options (element 3 in the screenshot below).
+
+ 
+
7. For Windows OS, EXE and Zip formats are available for download. They are both Offline Installers.
- 
+ 
-You can also refer to the [**Online installer**](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/install-using-the-web-installer) and [**Offline installer**](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/install-using-the-offline-installer) links for step-by-step installation guidelines.
+You can also refer to the [**Offline installer**](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/install-using-the-offline-installer) links for step-by-step installation guidelines.
diff --git a/aspnet-core/installation-and-upgrade/Install-using-the-Offline-Installer.md b/aspnet-core/installation/offline-installer/how-to-install.md
similarity index 85%
rename from aspnet-core/installation-and-upgrade/Install-using-the-Offline-Installer.md
rename to aspnet-core/installation/offline-installer/how-to-install.md
index e21be04d..5ce6f42c 100644
--- a/aspnet-core/installation-and-upgrade/Install-using-the-Offline-Installer.md
+++ b/aspnet-core/installation/offline-installer/how-to-install.md
@@ -1,7 +1,7 @@
---
layout: post
-title: ASP.NET Core Offline Installer | ASP.NET Core | Syncfusion
-description: this section provides information regarding the Syncfusion ASP.NET Core Offline installer and steps for installing it
+title: Installing Syncfusion ASP.NET Core installer - Syncfusion
+description: Learn here about the how to install Syncfusion ASP.NET Core offline installer after downloading from our syncfusion website.
platform: aspnet-core
control: Installation and Deployment
documentation: ug
@@ -9,9 +9,8 @@ documentation: ug
---
-# Installation using Offline Installer
+# Installing Syncfusion ASP.NET Core offline installer
-You can refer to the [**Download**](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/download) section to learn how to get the ASP.NET Core trial or licensed installer.
## Installing with UI
@@ -19,7 +18,7 @@ The steps below show how to install the Essential Studio ASP.NET Core installer.
1. Open the Syncfusion ASP.NET Core offline installer file from downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package
- 
+ 
N> The Installer wizard extracts the syncfusionessentialaspnetcore-js1_(version).exe dialog, which displays the package's unzip operation.
@@ -36,7 +35,7 @@ The steps below show how to install the Essential Studio ASP.NET Core installer.
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**
@@ -47,7 +46,7 @@ The steps below show how to install the Essential Studio ASP.NET Core installer.
To learn how to generate an unlock key for both trial and licensed products, see [this](https://www.syncfusion.com/kb/2326) Knowledge Base article.
- 
+ 
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.
@@ -56,7 +55,7 @@ The steps below show how to install the Essential Studio ASP.NET Core installer.
4. Change the install and sample locations here. You can also change the Additional settings. Click Next\Install to install with the default settings.
- 
+ 
**Additional Settings**
@@ -71,7 +70,7 @@ The steps below show how to install the Essential Studio ASP.NET Core installer.
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.
- 
+ 
N> From the 2021 Volume 1 release, Syncfusion has added the option to uninstall previous versions from 18.1 while installing the new version.
@@ -81,19 +80,19 @@ The steps below show how to install the Essential Studio ASP.NET Core installer.
**Confirmation Alert**
- 
+ 
**Uninstall Progress:**
- 
+ 
**Install Progress**
- 
+ 
N> The Completed screen is displayed once the ASP.NET Core product is installed. If any version is selected to uninstall, The completed screen will display both install and uninstall status.
- 
+ 
7. After installing, click the **Launch Control Panel** link to open the Syncfusion Control Panel.
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img1.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img1.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img1.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img1.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img10.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img10.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img10.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img10.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img2.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img2.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img2.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img2.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img3.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img3.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img3.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img3.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img4.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img4.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img4.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img4.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img5.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img5.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img5.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img5.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img7.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img7.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img7.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img7.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img8.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img8.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img8.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img8.png
diff --git a/aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img9.png b/aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img9.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/Platform_images/Step-by-Step-Installation_img9.png
rename to aspnet-core/installation/offline-installer/images/Step-by-Step-Installation_img9.png
diff --git a/aspnet-core/installation/offline-installer/images/license-download.png b/aspnet-core/installation/offline-installer/images/license-download.png
new file mode 100644
index 00000000..aecce8d5
Binary files /dev/null and b/aspnet-core/installation/offline-installer/images/license-download.png differ
diff --git a/aspnet-core/installation/offline-installer/images/license-installer.png b/aspnet-core/installation/offline-installer/images/license-installer.png
new file mode 100644
index 00000000..f06c2016
Binary files /dev/null and b/aspnet-core/installation/offline-installer/images/license-installer.png differ
diff --git a/aspnet-core/installation/offline-installer/images/start-trial-download-installer.png b/aspnet-core/installation/offline-installer/images/start-trial-download-installer.png
new file mode 100644
index 00000000..403661b6
Binary files /dev/null and b/aspnet-core/installation/offline-installer/images/start-trial-download-installer.png differ
diff --git a/aspnet-core/installation/offline-installer/images/start-trial-download-offline-installer.png b/aspnet-core/installation/offline-installer/images/start-trial-download-offline-installer.png
new file mode 100644
index 00000000..ce0379a6
Binary files /dev/null and b/aspnet-core/installation/offline-installer/images/start-trial-download-offline-installer.png differ
diff --git a/aspnet-core/installation/offline-installer/images/start-trial-download.png b/aspnet-core/installation/offline-installer/images/start-trial-download.png
new file mode 100644
index 00000000..e102b099
Binary files /dev/null and b/aspnet-core/installation/offline-installer/images/start-trial-download.png differ
diff --git a/aspnet-core/installation/offline-installer/images/trial-confirmation.png b/aspnet-core/installation/offline-installer/images/trial-confirmation.png
new file mode 100644
index 00000000..d98980c4
Binary files /dev/null and b/aspnet-core/installation/offline-installer/images/trial-confirmation.png differ
diff --git a/aspnet-core/installation/offline-installer/images/trial-download.png b/aspnet-core/installation/offline-installer/images/trial-download.png
new file mode 100644
index 00000000..745bbd13
Binary files /dev/null and b/aspnet-core/installation/offline-installer/images/trial-download.png differ
diff --git a/aspnet-core/installation/web-installer/how-to-download.md b/aspnet-core/installation/web-installer/how-to-download.md
new file mode 100644
index 00000000..63fa4eaf
--- /dev/null
+++ b/aspnet-core/installation/web-installer/how-to-download.md
@@ -0,0 +1,83 @@
+---
+layout: post
+title: Downloading Syncfusion ASP.NET Core web installer - Syncfusion
+description: Learn here about the how to download Syncfusion ASP.NET Core web installer from our syncfusion website with license.
+platform: aspnet-core
+control: Installation and Deployment
+documentation: ug
+
+---
+
+# Downloading Syncfusion ASP.NET Core web installer
+
+The Syncfusion ASP.NET Core installer can be downloaded from the [Syncfusion.com](https://www.syncfusion.com/aspnet-core-ui-controls) website. You can either download the licensed installer or try our trial installer depending on your license.
+
+ - Trial Installer
+ - Licensed Installer
+
+## Download the Trial Version
+
+Our 30-day trial can be downloaded in two ways.
+
+ * Download Free Trial Setup
+ * Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+### Download Free Trial Setup
+
+1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the ASP.NET Core platform.
+2. After completing the required form or logging in with your registered Syncfusion account, you can download the ASP.NET Core (Essential JS1) trial installer from the confirmation page. ((as shown in below screenshot.)
+
+ 
+
+3. With a trial license, only the latest version’s trial installer can be downloaded.
+4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
+5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page ((as shown in below screenshot.)
+6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio ASP.NET Core web installer.
+
+ 
+
+
+
+### Start Trials if using components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+You should initiate an evaluation if you have already obtained our components through [NuGet.org](https://www.nuget.org/packages?q=syncfusion)
+
+1. You can start your 30-day free trial for ASP.NET Core from the [Start Trial](https://www.syncfusion.com/account/manage-trials/start-trials) page from your account.
+
+ N> You can generate the license key for your active trial products from [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page. This license key will be mandatory to use our trial products in your application. To know more about License key, refer this [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key).
+
+ 
+
+2. To access this page, you must sign up\log in with your Syncfusion account.
+3. Begin your trial by selecting the ASP.NET Core product.
+
+ N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
+
+4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet-core/licensing/generating-license-keys) here at any time before the trial period expires. ((as shown in below screenshot.)
+
+ 
+
+5. You can find your current active trial products on the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page.
+
+
+## Download the License Version
+
+1. Syncfusion licensed products will be available in the [License & Downloads](https://www.syncfusion.com/account/downloads) page under your registered Syncfusion account.
+2. You can view all the licenses (both active and expired) associated with your account.
+3. Click the Download (element 1 in the screenshot below) button to download the respective product’s installer.
+4. The most recent version of the installer will be downloaded from this page.
+5. To download older version installers, go to [Downloads Older Versions](https://www.syncfusion.com/account/downloads/studio) (element 2 in the screenshot below).
+6. You can download other platform\add-on installers by going to More Downloads Options (element 3 in the screenshot below).
+
+ 
+
+7. Before the license expires, you can download the installer at any time from your registered account’s [License & Downloads](https://www.syncfusion.com/account/downloads) page (See the screenshot below.)
+
+ 
+
+8. After downloading, the Syncfusion ASP.NET Core web installer can be unlocked using Syncfusion registered login credential.
+
+ N> For Syncfusion trial and licensed products, there is no separate web installer. Based on your account license, Syncfusion trial or licensed products will be installed via web installer.
+
+
+You can also refer to the [**Web installer**](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/install-using-the-web-installer) links for step-by-step installation guidelines.
diff --git a/aspnet-core/installation-and-upgrade/Install-using-the-Web-Installer.md b/aspnet-core/installation/web-installer/how-to-install.md
similarity index 68%
rename from aspnet-core/installation-and-upgrade/Install-using-the-Web-Installer.md
rename to aspnet-core/installation/web-installer/how-to-install.md
index 459a20de..9d786473 100644
--- a/aspnet-core/installation-and-upgrade/Install-using-the-Web-Installer.md
+++ b/aspnet-core/installation/web-installer/how-to-install.md
@@ -1,16 +1,15 @@
---
layout: post
-title: Installation process for Syncfusion ASP.NET Core products
-description: This section provides information regarding the Syncfusion ASP.NET Core Online installer and steps for installing it
+title: Installing Syncfusion ASP.NET Core web installer - Syncfusion
+description: Learn here about how to install Syncfusion ASP.NET Core web installer after downloading from our Syncfusion website.
platform: aspnet-core
control: Installation and Deployment
documentation: ug
---
-# Installation using Web Installer
+# Installing Syncfusion ASP.NET Core web installer
-You can refer to the [**Download**](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/download) section to learn how to get the ASP.NET Core trial or licensed installer.
## Overview
@@ -23,57 +22,57 @@ The steps below show how to install Essential Studio ASP.NET Core Web Installer.
1. Open the Syncfusion Essential Studio ASP.NET Core Web Installer file from downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package.
- 
+ 
N> The installer wizard extracts the syncfusionessentialaspnetcore-js1webinstaller_{version}.exe dialog, which displays the package's unzip operation.
2. The Syncfusion ASP.NET Core Web Installer's welcome wizard will be displayed. Click the Next button.
- 
+ 
3. The Platform Selection Wizard will appear. From the **Available** tab, select the products to be installed. Select the **Install All** checkbox to install all products.
**Available**
- 
+ 
If you have multiple products installed in the same version, they will be listed under the **Installed** tab. You can also select which products to uninstall from the same version. Click the Next button.
**Installed**
- 
+ 
I> If the required software for the selected product isn't already installed, the **Additional Software Required** alert will appear. You can, however, continue the installation and install the necessary software later.
**Required Software**
- 
+ 
4. If previous version(s) for the selected products are installed, the Uninstall previous version wizard will be displayed. You can see the list of previously installed versions for the products you've chosen here. To remove all versions, check the **Uninstall All** checkbox. Click the Next button.
- 
+ 
N> From the 2021 Volume 1 release, Syncfusion has provided option to uninstall the previous versions from 18.1 while installing the new version.
5. Pop up screen will be displayed to get the confirmation to uninstall selected previous versions.
- 
+ 
6. The Confirmation Wizard will appear with the list of products to be installed/uninstalled. You can view and modify the list of products that will be installed and uninstalled from this page.
- 
+ 
N> By clicking the **Download Size and Installation** Size links, you can determine the approximate size of the download and installation
7. The Configuration Wizard will appear. You can change the Download, Install, and Demos locations from here. You can also change the Additional settings on a product-by-product basis. Click Next to install with the default settings.
- 
+ 
**Additional settings**
@@ -88,23 +87,23 @@ The steps below show how to install Essential Studio ASP.NET Core Web Installer.
9. The login wizard will appear. You must enter your Syncfusion email address and password. If you do not already have a Syncfusion account, you can create one by clicking on **Create an Account**. If you have forgotten your password, click **Forgot Password** to create a new one. Click the Install button.
- 
+ 
I> The products you have chosen will be installed based on your Syncfusion License (Trial or Licensed).
10. The download and installation\uninstallation progress will be displayed as shown below.
- 
+ 
11. When the installation is finished, the **Summary** wizard will appear. Here you can see the list of products that have been installed successfully and those that have failed. To close the Summary wizard, click Finish.
- 
+ 
* To open the Syncfusion Control Panel, click **Launch Control Panel**.
12. After installation, there will be two Syncfusion control panel entries, as shown below. The Essential Studio entry will manage all Syncfusion products installed in the same version, while the Product entry will only uninstall the specific product setup.
- 
+ 
@@ -120,68 +119,66 @@ Follow either one of the option below to uninstall Syncfusion Essential Studio A
**Option 1: Uninstall the ASP.NET Core using the Syncfusion ASP.NET Core web installer**
Syncfusion provides the option to uninstall products of the same version directly from the Web Installer application. Select the products to be uninstalled from the list, and Web Installer will uninstall them one by one.
-
-Open the Syncfusion Essential Studio ASP.NET Core Online Installer file from downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package
-
-
-
-The Syncfusion ASP.NET Core Web Installer's welcome wizard will be displayed. Click the Next button
-
-
+
+
**Option 2: Uninstall the ASP.NET Core from Windows Control Panel**
You can uninstall all the installed products by selecting the **Syncfusion Essential Studio {version}** entry (element 1 in the below screenshot) from the Windows control panel, or you can uninstall ASP.NET Core alone by selecting the **Syncfusion Essential Studio for ASP.NET Core {version}** entry (element 2 in the below screenshot) from the Windows control panel.
-
+
N> If the **Syncfusion Essential Studio for ASP.NET Core {version}** entry is selected from the Windows control panel, the Syncfusion Essential Studio ASP.NET Core alone will be removed and the below default MSI uninstallation window will be displayed.
-1. The Platform Selection Wizard will appear. From the **Installed** tab, select the products to be uninstalled. To select all products, check the **Uninstall All** checkbox. Click the Next button.
+1. The Syncfusion ASP.NET Core Web Installer's welcome wizard will be displayed. Click the Next button
+
+ 
+
+2. The Platform Selection Wizard will appear. From the **Installed** tab, select the products to be uninstalled. To select all products, check the **Uninstall All** checkbox. Click the Next button.
**Installed**
- 
+ 
You can also select the products to be installed from the **Available** tab.Click the Next button.
**Available**
- 
+ 
-2. If any other products selected for installation, Uninstall previous version wizard will be displayed with previous version(s) installed for the selected products. Here you can view the list of installed previous versions for the selected products. Select **Uninstall All** checkbox to select all the versions. Click Next.
+3. If any other products selected for installation, Uninstall previous version wizard will be displayed with previous version(s) installed for the selected products. Here you can view the list of installed previous versions for the selected products. Select **Uninstall All** checkbox to select all the versions. Click Next.
- 
+ 
-3. Pop up screen will be displayed to get the confirmation to uninstall selected previous versions.
+4. Pop up screen will be displayed to get the confirmation to uninstall selected previous versions.
- 
+ 
-4. The Confirmation Wizard will appear with the list of products to be installed/uninstalled. Here you can view and modify the list of products that will be installed/uninstalled.
+5. The Confirmation Wizard will appear with the list of products to be installed/uninstalled. Here you can view and modify the list of products that will be installed/uninstalled.
- 
+ 
N> By clicking the **Download Size and Installation** Size links, you can determine the approximate size of the download and installation
-5. The Configuration Wizard will appear. You can change the Download, Install, and Demos locations from here. You can also change the Additional settings on a product-by-product basis. Click Next to install with the default settings.
+6. The Configuration Wizard will appear. You can change the Download, Install, and Demos locations from here. You can also change the Additional settings on a product-by-product basis. Click Next to install with the default settings.
- 
+ 
-6. After reading the License Terms and Conditions, check the **I agree to the License Terms and Privacy Policy** check box. Click the Next button.
+7. After reading the License Terms and Conditions, check the **I agree to the License Terms and Privacy Policy** check box. Click the Next button.
-7. The login wizard will appear. You must enter your Syncfusion email address and password. If you do not already have a Syncfusion account, you can create one by clicking on **Create an Account**. If you have forgotten your password, click **Forgot Password** to create a new one. Click the Install button.
+8. The login wizard will appear. You must enter your Syncfusion email address and password. If you do not already have a Syncfusion account, you can create one by clicking on **Create an Account**. If you have forgotten your password, click **Forgot Password** to create a new one. Click the Install button.
- 
+ 
I> The products you have chosen will be installed based on your Syncfusion License (Trial or Licensed).
-8. The download, installation, and uninstallation progresses will be shown.
+9. The download, installation, and uninstallation progresses will be shown.
- 
+ 
-9. When the installation is finished, the **Summary** wizard will appear. Here you can see the list of products that have been successfully and unsuccessfully installed/uninstalled. To close the Summary wizard, click Finish.
+10. When the installation is finished, the **Summary** wizard will appear. Here you can see the list of products that have been successfully and unsuccessfully installed/uninstalled. To close the Summary wizard, click Finish.
- 
+ 
* To open the Syncfusion Control Panel, click **Launch Control Panel**.
\ No newline at end of file
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img1.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img1.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img1.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img1.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img10.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img10.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img10.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img10.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img11.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img11.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img11.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img11.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img12.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img12.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img12.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img12.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img13.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img13.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img13.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img13.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img14.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img14.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img14.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img14.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img15.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img15.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img15.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img15.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img16.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img16.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img16.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img16.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img17.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img17.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img17.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img17.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img18.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img18.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img18.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img18.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img19.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img19.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img19.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img19.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img2.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img2.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img2.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img2.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img20.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img20.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img20.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img20.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img21.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img21.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img21.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img21.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img22.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img22.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img22.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img22.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img23.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img23.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img23.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img23.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img24.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img24.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img24.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img24.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img25.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img25.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img25.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img25.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img26.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img26.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img26.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img26.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img3.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img3.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img3.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img3.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img4.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img4.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img4.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img4.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img5.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img5.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img5.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img5.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img6.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img6.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img6.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img6.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img7.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img7.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img7.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img7.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img8.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img8.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img8.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img8.png
diff --git a/aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img9.png b/aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img9.png
similarity index 100%
rename from aspnet-core/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img9.png
rename to aspnet-core/installation/web-installer/images/Step-by-Step-Installation_img9.png
diff --git a/aspnet-core/installation/web-installer/images/license-download.png b/aspnet-core/installation/web-installer/images/license-download.png
new file mode 100644
index 00000000..aecce8d5
Binary files /dev/null and b/aspnet-core/installation/web-installer/images/license-download.png differ
diff --git a/aspnet-core/installation/web-installer/images/license-installer.png b/aspnet-core/installation/web-installer/images/license-installer.png
new file mode 100644
index 00000000..f06c2016
Binary files /dev/null and b/aspnet-core/installation/web-installer/images/license-installer.png differ
diff --git a/aspnet-core/installation/web-installer/images/start-trial-download-installer.png b/aspnet-core/installation/web-installer/images/start-trial-download-installer.png
new file mode 100644
index 00000000..403661b6
Binary files /dev/null and b/aspnet-core/installation/web-installer/images/start-trial-download-installer.png differ
diff --git a/aspnet-core/installation/web-installer/images/start-trial-download-web-installer.png b/aspnet-core/installation/web-installer/images/start-trial-download-web-installer.png
new file mode 100644
index 00000000..18dbaaf6
Binary files /dev/null and b/aspnet-core/installation/web-installer/images/start-trial-download-web-installer.png differ
diff --git a/aspnet-core/installation/web-installer/images/start-trial-download.png b/aspnet-core/installation/web-installer/images/start-trial-download.png
new file mode 100644
index 00000000..e102b099
Binary files /dev/null and b/aspnet-core/installation/web-installer/images/start-trial-download.png differ
diff --git a/aspnet-core/installation/web-installer/images/trial-confirmation.png b/aspnet-core/installation/web-installer/images/trial-confirmation.png
new file mode 100644
index 00000000..38945572
Binary files /dev/null and b/aspnet-core/installation/web-installer/images/trial-confirmation.png differ
diff --git a/aspnet-core/installation/web-installer/images/trial-download.png b/aspnet-core/installation/web-installer/images/trial-download.png
new file mode 100644
index 00000000..5a4ca81c
Binary files /dev/null and b/aspnet-core/installation/web-installer/images/trial-download.png differ