title | page_title | description | slug | tags | position |
---|---|---|---|---|---|
Using Automated Installers |
Automated Installers |
Learn how to install Telerik UI for .NET MAUI on both Windows and macOS by using the automated MSI or PKG installer. |
automated-installer |
.net maui, ui for .net maui, automatic installation, installer |
10 |
You can install Telerik UI for .NET MAUI using automated installers on both Windows and macOS.
Using the automated installers has several advantages:
- The installers deliver not only the UI controls but also a set of complete examples that you can browse and explore.
- As a part of the installation process, both installers automatically [download and set up your license key file]({%slug set-up-your-license%}).
- The installer for Windows includes the Visual Studio extensions that help you improve your productivity.
The steps in this article require an active trial or commercial license. If you are just starting with Telerik UI for .NET MAUI and want to activate your free trial, see [Installing a Free Trial Version]({%slug install-trial%}) instead.
The Telerik UI for .NET MAUI installer for Windows is packaged as an MSI file. The MSI installs the controls in the C:\Program Files\Progress\
folder and automatically creates the necessary virtual folders and projects.
To install Telerik UI for .NET MAUI using the MSI:
-
Download the MSI from the Downloads section of your Telerik account.
-
Open the
Telerik_UI_for_dot_NET_Maui_[version]_[license_type].msi
file and follow the instructions. The file automatically installs Telerik UI for .NET MAUI on your PC.On a 32-bit machine, the wizard suggests installing the UI for .NET MAUI controls in
C:\Program Files (x86)\Progress\
. On a 64-bit machine, the suggested folder isC:\Program Files\Progress\
.
The Telerik UI for .NET MAUI installer for macOS is a PKG file. The PKG installs the controls in the Documents/Progress
folder.
-
Download the PKG from the Downloads section of your Telerik account.
-
Run the
Telerik_UI_for_dot_NET_Maui_[version].pkg
file and follow the instructions. The file automatically installs Telerik UI for .NET MAUI on your Mac.
After the installation is complete, explore the installation folder of the MAUI controls where you can find the following folders:
-
Binaries
—Includes theNet8
andNet9
folders. Each folder contains the needed assemblies for Android, iOS, MacCatalyst, and WinUI. You can use them to [manually reference]({%slug assembly-references%}) the Telerik UI for .NET MAUI DLLs in your app. -
Examples
—Contains the sample applications demonstrating the Telerik UI for .NET MAUI controls. For more details, go to the [Sample Applications]({%slug sampleapps-overview%}) section. -
LicenseAgreements
—Provides the product End-User License Agreement (EULA). -
Packages
—Contains theTelerik.UI.for.Maui.[version].nupkg
NuGet package. Use it in case you need to set up a local NuGet source and reference theTelerik.UI.for.Maui.[version].nupkg
from there. -
VSExtensions
—Contains the installation file for the Visual Studio extension for Visual Studio 2022. For more details, go to [Visual Studio Integration] section.
- [UI for MAUI Installation Methods]({%slug installation-approaches %})
- [Installing a Free Trial version]({%slug install-trial%})
- [Sample Applications]({%slug sampleapps-overview%})