Installation

Learn how to install Fuzor.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Fuzor is installed using a Windows Installer Package (.msi). Normally, the installer is released when purchasing Fuzor. Double click the installer to begin.

When Prompted with the dialogue to the left select Next. You will then be prompted by the Fuzor License agreement. You can print the license agreement with the Print button. Be sure to read through the agreement and when you are ready check the I accept the terms in the License Agreement and select Next. In the following dialog you will select one of the 3 options for accessing your network license.

Use the Enter a product Key option if you were given a standalone license. You will need to enter your standalone license product key.

Use the Use a Network License Server option if you have a network license and it is hosted on a local server. You will need the IP address and the port number on which the server is hosted. By default, the port number for Fuzor License Server is hosted on is 45180.

Use the Use a Portal Key option if you have a network license and it is hosted on the Network License Portal. You will need a portal key.

Command Line Installation

This section provides information and examples for installing Fuzor using the command line.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

The Fuzor installer can be installed using a command line. The installation MSI supports all native command line arguements for Microsoft Installation packages and a few additional flags specific to the Fuzor installation environment.

Microsoft Learn is the best resource for information on MSI installation parameters.

The following command installs Fuzor with the default settings similarly to running the MSI directly.

msiexec.exe /i [PATH.msi]

The only flag necessary is an install options parameters. This parameter is needed between the “msiexec.exe” and the path to the fuzor installation package. The following are common install options parameters

  • /i : Install

  • /a : install as administrator

  • /x : uninstall

Other parameters can be specified after path to the fuzor installation package. For example, the following command ensures the computer is not restarted after running the installer”

msiexec.exe /i [PATH.msi] /norestart

Common MSI parameters:

  • /qn : No UI during the installation process.

  • /norestart : No restarting after the installation completes.

Additional parameters supported by the Fuzor installation package allow the user to install Fuzor automatically via different licensing options.

The following command uses the specified product key and installs Fuzor at the specified location.

msiexec.exe /i [PATH.msi] /qn PRODUCTKEY="MYPR-ODUC-TKEY-FORF-UZOR-XXXX-XXXX-XXXX" INSTALLLOCATION="C:\Where\To\Install"

Alternatively, The user may specify a Portal Key:

The following command allows the user to install using a Proxy