Skip to main content
Skip table of contents

Installation guide for system administrators

This page covers some topics, that can be used by system administrators to install Qinsy and its prerequisites:

Extract the contents of the installer package

From Qinsy version 9.7 onward, it is possible to extract the contents of the Qinsy installer package. One of the reasons to do this, is to have full control on the installed Visual Studio redistributable packages.

Open a command prompt (run as administrator), browse to the Qinsy installation package and run it with the /extract command. This will extract the contents of the package to the folder where the package is located.

image-20240906-110611.png

Installer package and its extracted contents

After running this, a number of folders is created, all containing a single installation package or prerequisite.
These include (in Qinsy 9.7):

  1. Prerequisites:

    • Microsoft Visual C++ 2010 x86 Redistributable;

    • Microsoft Visual C++ 2012 x86 Redistributable;

    • Microsoft Visual C++ 2013 x86 Redistributable;

    • Microsoft Visual C++ 2013 x64 Redistributable;

    • Microsoft Visual C++ 2015-2022 x86 Redistributable;

    • Microsoft Visual C++ 2015-2022 x64 Redistributable;

    • Microsoft .NET Framework 4.8;

    • Microsoft .NET Runtime - 6.0.31 (x64);

    • Microsoft ASP.NET Core 6.0.31 - Shared Framework (x64);

    • HASP Sentinel Driver 9.16.0.

  2. Qinsy documentation 9.7.msi

  3. MSI HelpServer.msi

  4. MSI Squire-1.0_latest.msi

  5. Setup Qinsy 9.7.x.msi

For the Qinsy documentation, Help server, Squire and Qinsy itself, it is required to run them as Administrator.
The above listed order, is also the order to install them.

In this case the extracted Qinsy installer is found in the folder 2AA66E8:

image-20240906-112335.png

Installation logging

To enable verbose logging during any installation, run the installation from a command prompt, with the argument /l*v setup.log. This will write all installation events to the file setup.log.

Silent installation

To install a package without any user interaction, run the installation from command prompt.

  • Bootstrapper packages (*.exe)
    /exenoui- Launches the EXE setup without UI.

  • MSI packages (*.msi)
    /quiet - quiet mode (there is no user interaction)

Other installation options

Running the installer packages with the argument /? will show all available options. This works for bootstrapper (*.exe) and msi packages.

See also these pages:

EXE setup file - EXE Bootstrapper command line (advancedinstaller.com)

Msiexec.exe Command Line (advancedinstaller.com)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.