Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Please note: The MSI Installer has special requirements when being deployed. Please read the MSI Installation section carefully, and as always, make sure to test it thoroughly before deploying it into production.

Note: The DisplayFusion installer requires administrative privileges in order to run successfully. If the installer is run using an account that doesn't have administrative privileges on the system, UAC will request the credentials for an administrative account on the system.

EXE Installation

The EXE installer will automatically close DisplayFusion (version 3.2.1+) when being run in silent mode. This is very useful for deployments. For more options, please consult the Inno Setup help file that comes with Inno Setup.


The following parameters are especially useful for deployments.


/SILENT
Enables Silent Install option (shows progress while running)

/VERYSILENT
Enables Silent Install option (does not show progress while running)

/LANG=en
Forces the installation language to English

/DIR="c:\folder"
Sets the default installation folder

/LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

/LKEYALL="license key"
Specifies the license key for all users

/LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

/LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

/STARTUPUSER=1
DisplayFusion will be set to startup with Windows for the current user (the user running the installation)

/STARTUPALL=1
DisplayFusion will be set to startup with Windows for all users

/CONTEXTMENU=0
DisplayFusion will not place entries in the Desktop Context Menu

/LAUNCHAFTER=0
DisplayFusion will not run automatically after setup completes, but will still run on Windows startup unless /STARTUPUSER and /STARTUPALL are set to 0

/NOPREREQS=1
DisplayFusion will not try to install any prerequisites (like the .NET framework, VC++ runtime... etc)

/MERGETASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

/MERGETASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users

/REMOVEALLDATASETTINGS=1
Only used when uninstalling, will remove all DisplayFusion appdata folders and registry keys.


MSI Installation

You can use any of the standard Windows Installer command line options.

To perform a standard silent installation (note that the parameters are case sensitive):

msiexec.exe /i "DisplayFusionSetup.msi" /qn CUSTOM1="/VERYSILENT" LAUNCHAFTER=0 LKEYALL="license key" STARTUPALL=1 STARTUPUSER=0

Important Note:
When deploying via Group Policy Software Installation, you absolutely must use the included MST (transform) file on the Modifications tab, otherwise the installation will never complete.

Since the MSI Installer has changed between DisplayFusion 3.4.1 and 4.0, it is recommended that you choose the "Uninstall the existing package, then install the upgrade package" option if you'll be using Group Policy to upgrade from DisplayFusion 3.4.1 to 4.0 or higher.

The following MSI properties are especially useful for deployments. Any of the properties below can be included in an MST (transform) file if deploying via Group Policy. If you create your own MST file, you must include the CUSTOM1="/VERYSILENT", LAUNCHAFTER=0, STARTUPALL=1, and STARTUPUSER=0 properties for deploying the MSI through Group Policy Software Installation.


PATH="c:\folder"
Sets the default installation folder

LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

LKEYALL="license key"
Specifies the license key for all users

LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

STARTUPUSER=1
DisplayFusion will be set to startup with Windows for the current user (the user running the installation)

STARTUPALL=1
DisplayFusion will be set to startup with Windows for all users

CONTEXTMENU=0
DisplayFusion will not place entries in the Desktop Context Menu

LAUNCHAFTER=0
DisplayFusion will not run automatically after setup completes, but will still run on Windows startup unless /STARTUPUSER and /STARTUPALL are set to 0

TASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

TASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users

Jun 13, 2015 (modified Aug 29, 2023)  • #1
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(4)  Login to Vote(2)