Close TOC
My Group: This user has no roles.

My Distribution ID: Please log in to see your distribution ID.

Explore This Section

My Group: This user has no roles.

My Distribution ID: Please log in to see your distribution ID.
Open TOC

Page Contents

 


Unattended Installation of NIVOMAX Viewer

Disclaimer

SYNAXIOM does not distribute NIVOMAX Viewer setup files directly to end users. To obtain the necessary setup files, users must download a copy directly from the Technical Publications Supplier's NIVOMAX Self Serve portal, subsequent to agreeing to the terms and conditions stipulated therein. The Technical Publication Supplier, possessing a valid Distribution ID for their copy of the NIVOMAX Applications, is the sole distributor. Access to and use of the NIVOMAX Viewer is contingent upon the purchase of a Data License for a digital product from the Technical Publications Supplier. The digital product downloaded will function exclusively with the viewer provided by the respective Supplier. Users are advised that the distribution of NIVOMAX Viewer setup files may be governed by applicable export control regulations depending on their region.

Licensing

It is not necessary for end-users to purchase a separate NIVOMAX license. The Technical Publications Supplier from whom you have acquired your Data License has already procured the requisite licenses from SYNAXIOM. By extending an invitation, they include you within their authorized user pool, as permitted under their NIVOMAX license agreement. You are authorized to use the NIVOMAX software provided the Technical Publications Supplier maintains a valid NIVOMAX software license.

Confidentiality

This document (“Document”) contains confidential and proprietary information owned by SYNAXIOM Inc. (“SYNAXIOM”). No part of this Document may be reproduced, copied, or distributed in any form or by any means without the prior written permission of SYNAXIOM Inc. Unauthorized use, disclosure, or reproduction of this Document is strictly prohibited. Any third-party intellectual property mentioned herein is the property of their respective owners, and such mention is for informational purposes only and does not imply any association with or endorsement by the owners.

This page must not be removed before distributing the document. It must remain present in all shared copies to ensure proper communication and compliance.

Unattended Installation of NIVOMAX Viewer

Last Updated on January 26, 2025 | 6 min read


Warning !

This procedure is intended for IT System Administrators and is not applicable to normal users.

 

Unattended installations allow NIVOMAX Viewer applications to be installed without manual user input, making it suitable for automated environments or managing multiple installations.

This guide provides command-line instructions for the unattended installation of NIVOMAX Viewer. For additional deployment methods

Procedure

  1. Download the Latest Setup File
    • Access the NIVOMAX Self Serve Portal > Download Center.
    • Download the latest NIVOMAX Viewer Edition (Desktop or Network) setup file.Example: NIVOMAX-Viewer-Desktop-Edition-win-x64-[1.0.0].exe (The filename will vary based on the Viewer Edition and version).
  2. Create a Property File
    • Copy the following configuration lines into a text editor:
      • For Desktop Edition:
        LICENSE_ACCEPTED=TRUE
        USER_INSTALL_DIR=C:\Program Files\NIVOMAX Desktop Viewer
        LIBRARY_LOCATION=C:\Users\synaxiom\Documents\nivomax-data-store 
      • Save this file as NIVOMAX-DESKTOP-WIN-x64.properties.
      • For Network Edition – Data Server:
        LICENSE_ACCEPTED=TRUE
        USER_INSTALL_DIR=C:\Program Files\NIVOMAX Data Server
        LIBRARY_LOCATION=C:\Users\synaxiom\Documents\nivomax-data-store
        DATA_SERVER_HOST=192.168.1.1
        DATA_SERVER_PORT=3000 
      • Save this file as NIVOMAX-DATA-SERVER-WIN-x64.properties.
      • For Network Edition – Client Viewer:

        Note

        Setting the RDP Port Range to enabled and providing a range is not available in the silent installation, as this configuration does not apply to unattended installations.

        LICENSE_ACCEPTED=TRUE
        USER_INSTALL_DIR=C:\Program Files\Nivomax Network Viewer
        HOST_NAME=DSK123
        DATA_SERVER_HOST=192.168.1.1
        DATA_SERVER_PORT=3000 
      • Save this file as NIVOMAX-LAN-CLIENT-WIN-x64.properties.

        The values given are examples. Please see the section “Property File Parameter Definitions” to learn more and input the appropriate values for your environment setup.

  3. Execute the Installation Command
    • Save the property file in the same location as the NIVOMAX Viewer setup file.
    • Open Command Prompt as Administrator:
      1. Click the Start button.
      2. Type ‘cmd’ in the search box.
      3. Right-click Command Prompt from the search results.
      4. Select Run as administrator.
    • Navigate to the setup file location using the ‘cd’ command.
    • Execute the appropriate command for your edition:

      The setup filename and the property filename in the command are given as examples, ensure they match the ones you are using when executing the command.

      • For Desktop Edition:
        NIVOMAX-Viewer-Desktop-Edition-win-x64-[1.0.0].exe -i Silent -f "NIVOMAX-DESKTOP-WIN-x64.properties" 
      • For Network Edition – Data Server:
        NIVOMAX-DATA-SERVER-win-x64-[1.0.0].exe -i Silent -f "NIVOMAX-DATA-SERVER-WIN-x64.properties" 
      • For Network Edition – Client Viewer:
        NIVOMAX-LAN-CLIENT-WIN-x64-[1.0.0].exe -i Silent -f "NIVOMAX-NET-VIEWER-WIN-x64.properties"
    • Follow the on-screen prompts in the User Account Control window to complete the installation.

Property File Parameter Definitions

  • LICENSE_ACCEPTED=TRUE
    • Description: This parameter confirms that the End-User Agreement (EUA) has been accepted.
    • Usage: Must be set to TRUE to proceed with the installation.
    • Example: LICENSE_ACCEPTED=TRUE
  • USER_INSTALL_DIR
    • Description: Specifies the directory where the NIVOMAX application will be installed.
    • Usage: It is recommended to install in the default path under Program Files for standardization and ease of management.
    • Example: USER_INSTALL_DIR=C:\Program Files\NIVOMAX Desktop Viewer
  • HOST_NAME
    • Description: Defines the name of the host machine where the NIVOMAX Data Server is installed.
    • Usage: Set this to the specific hostname of the machine.
    • Example: HOST_NAME=DSK123
  • DATA_SERVER_HOST
    • Description: Defines the IP address of the host machine where the NIVOMAX Data Server is installed.
    • Usage: Set this to the IP address or hostname of the NIVOMAX Data Server.
    • Example: DATA_SERVER_HOST=192.168.1.1
  • DATA_SERVER_PORT
    • Description: Defines the Port used on the host machine by the NIVOMAX Data Server is installed.
    • Usage: Set this to the port number on which the data server is listening.
    • Example: DATA_SERVER_PORT=3000

SCCM Integration for Unattended Installation

Disclaimer

The steps provided below are for informational purposes only and are intended to provide IT administrators general guidance in performing this task. SYNAXIOM does not support SCCM or its configurations. Any issues encountered during the use of SCCM should be addressed directly with the vendor of that tool.

 

Microsoft System Center Configuration Manager (SCCM) can be used to deploy the NIVOMAX Viewer across multiple systems. The following steps outline how the unattended installation process can be adapted for SCCM:

  1. Preparation of Installation Files:
    • The setup file (e.g., NIVOMAX-Viewer-Desktop-Edition-win-x64-[version].exe) and the corresponding property file (e.g., NIVOMAX-DESKTOP-WIN-x64.properties) must be placed in a shared location accessible by SCCM.
  2. Creation of a New SCCM Application or Package:
    • In the SCCM Console, navigate to Software Library > Applications.
    • A new application or package should be created based on the organization’s deployment strategy.
    • The setup file should be used as the application source.
  3. Definition of the Installation Command:
    • The SCCM application/package configuration must specify the same installation command used in the manual procedure:
    • The paths to the setup file and property file must be correctly set relative to the SCCM package source directory.
  4. Configuration of Detection Rules:
    • Detection rules must be set up to verify that the NIVOMAX Viewer was installed successfully. For example, checks can include the presence of the installed executable or a registry key. Suggested detection methods include:
      • File Path: For example C:\Program Files\NIVOMAX Desktop Viewer\viewer.exe
      • Registry Key: For example HKEY_LOCAL_MACHINE\SOFTWARE\NIVOMAX\Viewer
  5. Deployment of the Application/Package:
    • The application must be assigned to a device collection for deployment.
    • The deployment should be configured to run with administrative privileges.
  6. Testing of the Deployment:
    • Before deploying to all target systems, the package should be tested on a small set of devices to ensure smooth execution.
  7. Troubleshooting:
    • In the event of deployment failure, the SCCM logs on both the SCCM server and client devices (e.g., AppEnforce.log) must be reviewed to identify and resolve any issues.

By leveraging SCCM, IT administrators can automate the unattended installation process for NIVOMAX Viewer, ensuring consistency and efficiency across multiple devices.

Notes

  • Ensure the setup filename and the property filename in the command match the ones you are using.
  • The example filenames and paths should be customized as per your actual setup.

For the latest documentation on this and other important topics, please refer to the NIVOMAX Help Center. The NIVOMAX Help Center is your primary resource for up-to-date information, guidelines, and self-serve support for NIVOMAX.

This document also has an online version which may be more up-to-date.


CONFIDENTIAL

This document is the property of SYNAXIOM Inc.