A simple Windows Forms application for bulk installing fonts from a selected folder (including subfolders). Supports .ttf, .otf, and .zip archives containing fonts.
- Select a root folder to search for fonts.
- Installs all
.ttfand.otffont files found in the folder and its subfolders. - Automatically extracts and installs fonts from
.ziparchives. - Displays log messages and installation status in the UI.
- Requires administrator privileges to install fonts.
- Run the application as Administrator.
- Click the "Pick Fonts Folder" button.
- Select the folder containing your fonts (including subfolders or zip archives).
- The application will extract, copy, and install all found fonts.
- View the log and status in the main window.
- Windows 7 or later
- .NET Framework 4.7.2 or later
Open FontsInstaller.sln in Visual Studio and build the solution.
- Form1.cs: Main form logic and font installation code.
- Form1.Designer.cs: UI layout.
- Program.cs: Application entry point and privilege elevation.
- Properties/: Assembly info, resources, and settings.
Copyright © 2024
Note: You must run this application as an administrator to install fonts system