You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/msi.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,20 @@
1
1
---
2
-
title: Automated Installer
3
-
page_title: Automated Installer
4
-
description: What the Automated installation package of Telerik UI for Blazor brings.
2
+
title: MSI Installer
3
+
page_title: MSI Installer
4
+
description: What the MSI installation package of Telerik UI for Blazor brings.
5
5
slug: installation/msi
6
-
previous_url: installation/msi
7
-
tags: get,started,installation,msi,p,wizard
6
+
tags: get,started,installation,msi,wizard
8
7
published: True
9
8
position: 3
10
9
---
11
10
12
-
# Automated Wizard Installer
11
+
# MSI Wizard Installer
13
12
14
-
This article explains what the automated install wizard does for Telerik UI for Blazor components, and how to get it.
13
+
This article explains what the automated `msi` installer does for Telerik UI for Blazor components, and how to get it.
15
14
16
15
While the most common way to install the Telerik UI for Blazor components is to use the [Telerik private NuGet feed]({%slug installation/nuget%}), you can also use a wizard installer, or a [zip archive]({%slug installation/zip%}).
17
16
18
-
There is an automated installer for Windows (`.msi`) and for Mac (`.pkg`).
19
-
20
-
The automated installer provides the following:
17
+
The `MSI` installer provides the following:
21
18
22
19
* The [necessary `.nupkg` files]({%slug getting-started/what-you-need%}) so you can setup a [local feed in Visual Studio](#set-up-a-local-nuget-feed-in-visual-studio). You can find them in the `packages` folder under the installation folder.
23
20
* An offline version of our [demos](https://demos.telerik.com/blazor-ui/) that you can run and inspect in your IDE. You can find them in the `demos` folder in the installation.
@@ -27,15 +24,15 @@ The automated installer provides the following:
27
24
28
25
29
26
30
-
## How to Download the Automated Installer
27
+
## How to Download the MSI Installer
31
28
32
-
To download the automated `msi`(for Windows) or `pkg` (for Mac) installer:
1. Download the Automatic installation file for your operating system
33
+
1. Download the Automatic installation (MSI) file.
37
34
38
-
Once the download completes, run the downloaded file and follow the instructions. The default installation path is `C:\Program Files (x86)\Progress\Telerik UI for Blazor <VERSION>\`.
35
+
Once the download completes, run the MSI file and follow the instructions. The default installation path is `C:\Program Files (x86)\Progress\Telerik UI for Blazor <VERSION>\`.
0 commit comments