Script Deployment

To automate installation and license activation in a single step, use one of the batch scripts below. Scripts are available for both Microsoft Marketplace and key-based licensing.

Microsoft Marketplace Scripts

These scripts install the software and activate the license using the signed-in Microsoft work or school account. The device must be Entra ID joined or have a logged in work or school account, and the user must have a File Viewer Plus Enterprise license assigned in Microsoft 365 admin center.

Before executing the script, edit the parameters installer_path and install_dir:

:: NOTE: You must run this script with admin privilege in order for the installer to run silently without displaying a Windows UAC permissions prompt.
:: NOTE: You must set the variables below before executing the script:
SET installer_path=C:\Users\Public\fvp_setup_6.2.2.130ent.exe
SET install_dir=C:\Program Files (x86)\File Viewer Plus Enterprise

Activation Key Scripts

Before executing the script, edit the parameters installer_path, install_dir, activation_key, and enterprise_lic_path (enterprise_lic_path is only needed for offline activation):

:: NOTE: You must run these script with admin privilege for the installer to run silently without displaying a Windows UAC permissions prompt.
:: NOTE: You must set the variables below before executing the script:
SET installer_path=C:\Users\Public\fvp_setup_6.2.2.130ent.exe
SET install_dir=C:\Program Files (x86)\File Viewer Plus Enterprise
SET activation_key=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
SET enterprise_lic_path=C:\Users\Public\fvp6-enterprise.lic

If the script was successful, you will see the following output:

Command Prompt Successful Online Activation

Version 5 (older version)

Use the following scripts to deploy version 5.