The FireDaemon Fusion setup executable offers silent installation, silent uninstallation, and customisation of the installation process via the command-line interface.


Open a command prompt with administrator rights and navigate to the folder where the FireDaemon Fusion setup executable has been downloaded. Run the following commands to perform various installation and uninstallation operations.


Silent Installation

FireDaemon-Fusion.exe /v"..."


Completely Silent Installation

FireDaemon-Fusion.exe /s /v"/qn"


Completely Silent Uninstallation

FireDaemon-Fusion.exe /x /s /v"/qn"
Note: This does not uninstall any FireDaemon Pro services.


Installer Logs


The installer always writes a verbose log file to %LOCALAPPDATA%\Temp\MSI___.log file.

A different log file path can be chosen as follows:

FireDaemon-Fusion.exe /v"/l*v \"C:\Temp\FDInst.log\""


Customising the FireDaemon Fusion Installation


To customize the FireDaemon Fusion installation on your system, you can provide additional parameters to the command. You must specify these parameters in the form of VARIABLE=VALUE.


While specifying the parameters, ensure the following:

  • The variable name and the value must be in Uppercase
  • If the spaces are required in the value, the value must be enclosed in quotes


Example: Silent installation into a specific folder:

FireDaemon-Fusion.exe /s /v"/qn INSTALLDIR=\"C:\Program Files\FireDaemon Fusion\""


The following table explains the variable and their corresponding values:


Variable
Valid Values
Description
INSTALLDIR
Valid path
The directory into which FireDaemon Fusion is installed. Default value is: INSTALLDIR=\"C:\Program Files\FireDaemon Fusion\"
SERIALNUMBERNAME
Text string
The Serial Number Name displayed on your Order Confirmation. If there are spaces in your Serial Number Name then you must enclose the Serial Number Name in escaped double quotes (e.g. SERIALNUMBERNAME=\"My Company Name\")
SERIALNUMBER
Text string
The Serial Number displayed on your Order Confirmation. The Serial Number must not be enclosed in quotes (e.g. SERIALNUMBER=AAAA-BBBB-CCCC-DDDD)