Installation information
Additional information on file / folder permission issues
Additional installation troubleshooting information|
Software version information and software release schedule
Virus notices on installation
Note that the section below
titled “Installation switches and MSI mass installation” refers to an older
.EXE-based installer that some Unisoft customers with expired license contracts
may still be using. This information is obsolete for current customers with
valid licenses, but it is being left here for any legacy customers that may
still need it.
All current Unisoft
customers with valid licenses use an .MSI installer (Microsoft Installer)
generated by Advanced Installer, and any single or mass installation deployment
should follow standard Microsoft Installer methods.
Key Characteristics
of the .MSI (Microsoft Installer) Installation:
Standardized – Uses the Windows Installer service, giving you consistent
installation, updating, and removal behavior across all machines.
Database-Driven – All installation data is stored in internal tables, allowing
reliable tracking of components, registry entries, and files.
Automated – Fully supports silent installs and command-line deployment, which is
ideal for mass installation across larger networks.
Self-Repairing – The installer can automatically detect and repair missing or
corrupted components when the application runs.
Rollback Support – If an installation fails, the installer can automatically
revert the system back to its previous state.
System-Wide Installation – Software installs for all users on the machine,
ensuring a consistent environment for every user profile.
Below is information that maybe helpful for modified installations of the Unisoft software:
----------------
Modifying the installation of the Unisoft software using command line switches.
Unisoft uses Qsetup (https://www.pantaray.com/) for its installation software.
Below are some excerpts from the software program and manual in regard to the switches to utilize /silent , /hide , etc. as command-line switches during set up.
The manual is located on the following webpage https://www.pantaray.com/download.html .
----------------
Perform Silent Setup
Perform Hidden Setup
When running the setup
Variables On the Command Line
----------------
Below is information on modifying the installation of the Unisoft software for mass installations, etc.
Unisoft uses Qsetup (https://www.pantaray.com/) for our installation software.
The manuals are located on the following webpage https://www.pantaray.com/download.html .
----------------
From research on creating a MSI package for deployment it seems most installations that are for centralized deployment on a remote computer are somewhat unique (captured tracking of all file system and registry changes on installation for the .MSI creation). So possibly the best option might be for the user to use a MSI Package Builder to create an .MSI for silent install from the existing Unisoft installation .EXE file delivered (for example: for ProntoVIEW-MARKUP the installation file is VIEW.MSI).
Here is a YouTube video that illustrates creating .MSI from an existing installation .EXE :
https://www.youtube.com/watch?v=3RNdlkcW0-c .
Searching the web there are quite a few free and paid MSI builder software packages for example ECMO Software https://emcosoftware.com/msi-package-builder , AppDeploy Repackager by Kace, etc.