Skip to content

Installation

Derek Yang edited this page Mar 22, 2026 · 23 revisions

There are two ways to install FluentDL.

1. Microsoft Store (Recommended)

You can download directly from the Microsoft Store for easier updates.

Updating

You can update FluentDL through the Microsoft Store app in the Downloads section. This is located on the left navigation bar.

image

In the FluentDL settings page, you can check your version in the About section at the very bottom.

2. New Sideloading Method

To install the app, download the first zip from Releases.

From version 3.3.0.0 onward, FluentDL can be installed from just double clicking the install_fluendl.cmd batch script. The cmd batch runs the following command: Add-AppxPackage -Path PATH_TO_MSIX -AllowUnsigned with powershell/cmd as administrator. If the cmd fails, alternatively try running this command manually with administrator powershell/cmd.

3. Old Sideloading Method

If you are updating FluentDL, simply double click the installer FluentDL_{VERSION}_x64_MSIX.msix. You may delete all the zip files after installation.

image

If this is your first installation, you must follow one of the options below (whichever you find easiest). The first time installation process needs to be done only once.

First Time Installation

The first installation requires trusting the certificate, which can be done through user interface or running scripts. If you are not familiar with powershell, using GUI is an easier alternative.

After installaing, FluentDL may prompt you to install the .NET Runtime. After downloading and runner the installer from the Microsoft page, simply open FluentDL again and it should work.

Using GUI

In the zip folder, there will be a .cer security certificate file.

  1. Double click to open the certificate file and press Install Certificate....
  2. For Store Location, choose Local Machine.
  3. For Certificate Store, choose Place all certificates in the following store, then press Browse....
  4. In the popup, select Trusted Root Certification Authorities.
  5. Click Next and wait for an import success popup.
Recording.2025-11-01.193307.mp4

The certificate is now trusted, and you may run FluentDL_{VERSION}_x64_MSIX.msix directly, even for future releases.

Using Scripts

IMPORTANT: Before starting, open the Windows Settings app and enable developer mode: Settings > For developers > Developer Mode. This is required for both options.

Option 1

This method works if running scripts is enabled: Settings > For developers > PowerShell.

In the root folder inside of the zip, you should see an Install.ps1 file and other files such as FluentDL_{VERSION}_x64_MSIX.msix.

Right click on Install.ps1 (in File Explorer) and press Run with PowerShell.

See this video below for option 1. If the console is not moving/display anything, keep pressing space/enter.

InstallRecording.mp4

Option 2

This method works regardless if scripts is enabled.

If you open PowerShell into the directory containing Install.ps1, run the command:

powershell.exe -executionpolicy unrestricted .\Install.ps1

Alternatively, run the command replacing PATH with the full path to the install script:

powershell.exe -executionpolicy unrestricted PATH

The application is now installed, and you should be able to find "FluentDL" with Search or in your Apps list.

If the console is not moving/display anything, keep pressing space/enter. A pop-up may appear where you have to enter y for yes.

InstallRecordingOption2.mp4

Extra notes:

The popup explains the certificate trusting process and how to remove it after installation if you are concerned about security.

If you remove the certificate after installation, you will need to run the scripts again for updates. MSIX installation only works if the certificate is in your machine.

Clone this wiki locally