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/automated.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,23 @@
1
1
---
2
-
title: MSI Installer
3
-
page_title: MSI Installer
4
-
description: What the MSI installation package of Telerik UI for Blazor brings.
2
+
title: Automated Installer
3
+
page_title: Automated Installer
4
+
description: What the Automated installation package of Telerik UI for Blazor brings.
5
5
slug: installation/msi
6
-
tags: get,started,installation,msi,wizard
6
+
previous_url: installation/msi
7
+
tags: get,started,installation,msi,p,wizard
7
8
published: True
8
9
position: 3
9
10
---
10
11
11
-
# MSI Wizard Installer
12
+
# Automated Wizard Installer
12
13
13
-
This article explains what the automated `msi` installer does for Telerik UI for Blazor components, and how to get it.
14
+
This article explains what the automated install wizard does for Telerik UI for Blazor components, and how to get it.
14
15
15
16
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%}).
16
17
17
-
The `MSI` installer provides the following:
18
+
There is an automated installer for Windows (`.msi`) and for Mac (`.pkg`).
19
+
20
+
The automated installer provides the following:
18
21
19
22
* 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.
20
23
* 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.
@@ -24,15 +27,15 @@ The `MSI` installer provides the following:
24
27
25
28
26
29
27
-
## How to Download the MSI Installer
30
+
## How to Download the Automated Installer
28
31
29
-
To download the automated `msi` installer:
32
+
To download the automated `msi`(for Windows) or `pkg` (for Mac) installer:
1. Download the Automatic installation (MSI) file.
36
+
1. Download the Automatic installation file for your operating system
34
37
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>\`.
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>\`.
0 commit comments