This folder contains the standalone FontFlow application you can distribute as a ZIP.
Contents
FontFlow.exe— The standalone executable (recommended for end users)icon.ico,icon.png— App icons used for shortcutsINSTALL_INFO.bat— Optional installation helper (may contain convenience commands)utilities/— Developer utilities and tests (not required for normal usage)
Quick usage (for end users)
-
Unzip the downloaded ZIP file to a location you prefer. Common locations:
C:\Program Files\FontFlow(for all users)C:\Tools\FontFlow(portable, system-wide for admins)C:\Users\<you>\Applications\FontFlow(per-user)
-
Run the application:
- Double-click
FontFlow.exe - Or open PowerShell / Command Prompt and run:
- Double-click
& "C:\Path\To\FontFlow\FontFlow.exe"Recommended placement
- For a system-wide install (visible to all users), extract to
C:\Program Files\FontFlowand run as Administrator when required. - For a portable install (no admin required for extraction), place the folder anywhere you like (USB drive,
C:\Tools, or your user folder).
Create shortcuts (Start Menu, Desktop)
-
Create a Desktop shortcut (manual):
- Right-click
FontFlow.exe→ Send to → Desktop (create shortcut)
- Right-click
-
Create a Start Menu shortcut (per-user):
- Open
File Explorerand enter%appdata%\Microsoft\Windows\Start Menu\Programsin the address bar. - Copy a shortcut to
FontFlow.exeinto that folder (Right-clickFontFlow.exe→ Create shortcut → Move the shortcut into the Start Menu folder).
- Open
-
Create an All Users Start Menu shortcut (requires Administrator):
- Open
C:\ProgramData\Microsoft\Windows\Start Menu\Programs(you may need elevated permissions). - Place the shortcut there so the app appears for all users.
- Open
PowerShell script to create a Desktop shortcut (example)
$W = New-Object -ComObject WScript.Shell
$s = $W.CreateShortcut("$env:Public\Desktop\FontFlow.lnk")
$s.TargetPath = 'C:\Path\To\FontFlow\FontFlow.exe'
$s.IconLocation = 'C:\Path\To\FontFlow\icon.ico'
$s.Save()Pin to Taskbar or Start
- Right-click the executable or the shortcut and choose Pin to taskbar or Pin to Start.
- Note: Some versions of Windows require you to right-click the shortcut in the Start Menu or Desktop to reveal the pin options.
Permissions & Administrator notes
- Installing fonts system-wide requires Administrator privileges. If the app prompts for elevation, run it as Administrator (right-click → Run as administrator).
- If you prefer not to give admin rights, you can still extract the ZIP and keep FontFlow portable, but system-wide font installation requires elevation.
Uninstall / Remove
- To remove FontFlow simply delete the extracted
FontFlowfolder and any shortcuts you created.
Troubleshooting
- If FontFlow doesn't start, make sure Windows Defender or other antivirus didn't block
FontFlow.exe. - If fonts didn't appear in applications after install, try restarting the target application; if that fails, run the installer as Administrator and try again.
Contact / Support
- For issues, check the
utilities/scripts to run local checks, or file an issue with the distributor.
Enjoy — simple, portable font installation with FontFlow.