Install Genero Desktop Client

These topics relate to the installation of the Genero Desktop Client.

The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.

Installation can vary depending on the host operating system. Ensure you follow the installation instructions for your host operating system.

Note:

See the Genero Desktop Client User Guide for additional installation and configuration information.

System requirements

For details about system requirements, refer to the Supported platforms and databases document (available on the Download page of the Four Js Web site) or contact your support center.

Genero compatibility for the GDC

Determine the compatibility of different versions of the Genero product family and the Genero Desktop Client.

Warning:

GDC 3.21 and GDC 4.01 are no longer supported.

GDC 5.00 and Genero compatibility

GDC 5.00 can run in direct mode (SSH) with FGLGWS 5.00, FGLGWS 4.01 and FGLGWS 3.21.

GDC 5.00 can run on the UA protocol using FGLGWS 5.00 + GAS 5.00, FGLGWS 4.01 + GAS 4.01 and FGLGWS 3.21 + GAS 3.21.

When using FGLGWS 4.01 and above (direct mode or UA protocol), GDC uses Universal Rendering.

When using FGLGWS 3.21 (direct mode or UA protocol), GDC defaults to native rendering; however, it can be configured to use Universal Rendering by setting the gui.rendering FGLPROFILE entry to "universal", as described in the Genero Business Development Language User Guide.

The Genero Report Viewer (GRV) 5.00, which is included in GDC, is compatible with FGLGWS 5.00, FGLGWS 4.01 and FGLGWS 3.21.

Install GDC on UNIX platforms

Follow these steps to install GDC on UNIX™ platforms.

The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.

Important:

Before installation on Linux® systems, verify libxcb is installed.

On UNIX platforms, GDC is provided as an auto-extractable shell script. Distribution files and installation program are provided in the same file.

The installation program has options. Display the installation program options using the help (-h) option:

./fjs-gdc-version-buildYYYYMMDDhhmm-osident.run -h

For example:

./fjs-gdc-4.01.03-build202209241733-l64xl217.run -h

  1. To perform the installation, run the auto-extractable shell script without any option.
    ./fjs-gdc-version-buildYYYYMMDDhhmm-osident.run
    Example:
    ./fjs-gdc-4.01.03-build202209241733-l64xl217.run

    The installation program determines the operating system and checks that all the system requirements are met before starting to copy the product files to your disk.

  2. Follow the instructions of the installation program.
What to do next

When installation is complete, see the Genero Desktop Client User Guide for configuration information and instructions.

Install GDC on UNIX platforms in silent mode

Install the Genero Desktop Client (GDC) silently on GNU/Linux and UNIX platforms.

To start the installation, type the following:

./fjs-gdc-version-buildYYYYMMDDhhmm-osident.run -a -q --no-desktop -t install_dir

For example:

./fjs-gdc-4.00.00-build202005301748-l64xl217.run -a -q --no-desktop -t $PWD/fjs-gdc-4.00

Options

Table 1 shows the options relating to installation.

Table 1. UNIX install options
Install option Description
-a or --accept Bypass the display and the prompt for acceptance of the license agreement. Using the -a option indicates that you have read and accepted the End User License Agreement, located on the Four Js website at https://4js.com/end-user-license-agreements/.
-c or --check Check integrity of the archive and of bzip2/tar binaries embedded in this program.

-f backup|overwrite|remove or

--force backup|overwrite|remove

Specify what happens if the installation directory already exists:
  • backup: Back up the installation directory.
  • overwrite: Overwrite installation file.
  • remove: Delete installation directory before installing.
-k or --keep Do not delete working directory when done.
-l or --list Print the list of files in the archive.
-h or --help Display help about all possible options.
-i or --install Install the product.
Important:

This option is not recommended. It is included only for backward compatibility.

-s license or

--show license

Display the license of the product.
-n or --nocheck Escape the checksum test on the archive included in the installer.
-q or --quiet Silent mode with no UI. If -q is not specified, the interactive installer is used.
-r or --root Allow the 'root' user to install the package.
Important:

Installing as root is not recommended. It is recommended that you install while logged in as a non-root user.

-V or --version Show the version number.

-t install_dir or

--target install_dir

Install the product in the specified target directory. If this option is not specified, the default installation is used.

-w working_dir or

--work working_dir

Specify the working directory. By default, a temporary directory is created in $TMPDIR or /tmp.
-x or --extract Extract the contents of this program, but do not run fglgws-installer. This option implies --keep.
--no-desktop Desktop bindings are not installed, which means:
  • Desktop and system menu icons are not created.
  • File types are not automatically associated with the product.

Install GDC on Windows

Procedure to install GDC on Windows® using the exe file.

The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.

  1. Close all running applications.
  2. Execute the installation program.

    On Windows Vista, Windows 7, Windows 8, and Windows 10, administrator privileges are needed to perform the installation. UAC will pop up, you will need to validate it to install GDC.

  3. Press 'Next' to start the installation.
  4. If you accept the agreement, check 'I accept the terms in the License Agreement' and click 'Next' to continue.
  5. Select the folder in which you want to install GDC.
  6. Determine whether to grant read/write/modify permissions on the installation directory to the Users group.
    The option must be selected to allow the GDC auto-updater to work silently. However, granting these permissions may be considered as unsecure. Consult with your Genero application administrator.
  7. Select the StartMenu folder in which GDC shortcuts will be set.
  8. Determine whether to associate .gdc files with the GDC.

    GDC shortcuts can be stored as a .gdc file. By associating this extension with this GDC, you can start GDC by double-clicking a .gdc file in Explorer. You can enable or disable the file associations.

    GDC is now ready to be installed.
  9. Click Install to begin the installation.
    All files are copied.
  10. Click Finish to close the installation wizard.
What to do next

When installation is complete, see the Genero Desktop Client User Guide for configuration information and instructions.

Install GDC on Windows in silent mode

Install Genero Desktop Client on Windows platforms using the MSI installer.

The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.

The msiexec utility provides the means to install, modify, and perform operations on Windows Installer from the command line. The /qn option allows you to install in silent mode. The msiexec utility expects an msi file. To be compliant with Microsoft® User Access Control (UAC) requirements, the msi file is embedded inside an exe file. To extract the msi file from the exe file, use the /x option:

c:\fjs-gdc-version-build-osident.exe /x

For example:

c:\fjs-gdc-3.10.03-build4949-w32v100.exe /x

A msi file is created in the same directory and with the same name as the exe file.

Options

Table 2 shows the most common options for msiexec relating to installation and un-installation.

Table 2. msiexec install and uninstall options
msiexec option Description
/qn Silent mode with no UI. If /qn is not specified, the graphical installer is used.
/i package-name.msi Install the specified msi package.
/x package-name.msi Uninstall the specified msi package.
/log logfile Write processing info to the specified log file.
/l*vx logfile Provide verbose (detailed) logs in the specified log file.

Enter msiexec from the command prompt to view the complete list of available options.

Arguments

You can pass arguments to the msiexec installer on the command line.

Table 3. Arguments for the msiexec installer
Argument Description
PRODUCTDIR=your_gdcdir_path The path where GDC will be installed. It is an alias of GDCDIR variable.
GDCDIR=your_gdcdir_path The path where GDC will be installed. It is an alias of the PRODUCTDIR variable.
STARTMENUFOLDER=your_startmenufolder_path Customize the location for the shortcuts in the startmenu. For example, "fjs\gdc".
ADDLOCAL=[ALL|GDC|GDC,GDCFILEASSOCGDC] Set the features to install.
  • ALL (default): Install GDC (mandatory) and .gdc file association
  • GDC: Install GDC only
  • GDC, GDCFILEASSOCGDC: Same as ALL
FORCEREMOVEPRODUCTDIR=YES On uninstall, force the removal of the PRODUCTDIR directory, even if it is not empty. For any value other than YES, keep the files in the PRODUCTDIR location. Default value: "".
FORCEWRITEPERM=YES Specify whether to grant read, write, and modify permissions on the installation directory to the Users group. These permissions are needed to allow the GDC auto-updater to work silently. However, granting these permissions may be considered as unsecure. Consult with your Genero application administrator.
  • YES sets the permissions.
  • Any other value but YES will be understood as NO, and the permissions will not be set.
Note:

Quotes are only required around the argument value when a space character is in the value string.

Install GDC on macOS

Procedure for installing GDC on macOS™.

Before you begin

The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.

You need a macOS and an user account which has administrator access level.

You need the GDC .dmg package:

fjs-gdc-version-buildYYYYMMDDhhmm-osident.dmg

For example:

fjs-gdc-4.01.03-build202209241733-m64x1014.dmg

Genero packages for Apple® Mac® and the macOS operating system are provided as x86 packages, which are designed to run on Intel® processors. Rosetta enables a Mac with Apple silicon to use apps built for a Mac with an Intel processor. If you are using such a machine, you will be asked to install Rosetta the first time you install or open your Genero app. Rosetta works automatically in the background whenever you use an app that was built only for Mac computers with an Intel processor. It translates the app for use with Apple silicon. If Rosetta is already installed, you are not asked to install it again.

About this task

Follow these instructions to install the Genero Desktop Client.

  1. Download the GDC installation file (a .dmg file).
  2. Open the GDC installation file (.dmg) from the Download folder.
    A window opens with the GDC app and the Applications folder displayed.
  3. Drag the Genero Desktop Client app to either:
    • the included Application folder to make available to all users. You need super user rights to do this action.
    • the /Users/<current username>/Applications folder to make available to the logged-in user. This is the preferred location for those who do not want to install the Genero Desktop Client for all users.)
    • to another custom location of your choice.
What to do next

When installation is complete, see the Genero Desktop Client User Guide for configuration information and instructions.

Install GDC on X11 systems

Procedure to install GDC on X11 systems

The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.

By default, the script un-compresses data into DBTEMP. Please make sure you have the correct permissions for this directory. If you do not have the necessary permissions, either unset DBTEMP (/tmp will be used), or use the -w <tempdir> option to specify an alternate temporary directory.

  1. Close all applications.
  2. Execute the installation shell. At the command line, enter the name of the package to install.

    ./fjs-gdc-version-build-osident.run

    Example:

    ./fjs-gdc-3.10.03-build4949-l64lx25.run

  3. Follow the directions that appear.
What to do next

When installation is complete, see the Genero Desktop Client User Guide for configuration information and instructions.

Microsoft Windows Security Blocking

The Windows firewall, enabled by default, detects and blocks the Genero Desktop Client.

From the network point of view, the Genero Desktop Client is considered a server. When you start Genero Desktop Client, the firewall detects this and blocks the programs.

A dialog allows you to unblock the program. Follow the instructions provided by the dialog.

If you select Keep Blocking or Ask Me Later, the firewall continues to block the program(s).

If Keep Blocking has been pressed by mistake, you can change this parameter in the Windows Firewall settings. Ensure you add Genero Desktop Client to the list of exceptions or allowed apps, and make sure that this listing has a check mark.