Batch Mode Examples - HxGN NetWorks - 11.01.2501 - Installation & Upgrade - Hexagon

HxGN NetWorks Comms Installation

ft:locale
en-US
Product
HxGN NetWorks
Subproduct
Comms
Search by Category
Installation & Upgrade
HxGN NetWorks Version
11.01.2501

For other examples, see Hexagon Setup Manager documentation in the HxGN NetWorks Core Installation Guide.

  • To install specific Comms applications at the 'C:\Test' folder:

    Setup.exe /s FiberOpticWorks /n ADDLOCAL=< HxGN NetWorks Comms application names> ACCEPT_EULA=1 INSTALLDIR= c:\Test

    OR

    Setup.exe /s FiberOpticWorks /ni ADDLOCAL=< HxGN NetWorks Comms application names> ACCEPT_EULA=1 INSTALLDIR= c:\Test

  • To install specific Comms applications at the 'C:\Test Installations' folder:

    Setup.exe /s FiberOpticWorks /n ADDLOCAL=<HxGN NetWorks Comms application names> ACCEPT_EULA=1 INSTALLDIR= \\\"c:\Test Installations\\\"

    OR

    Setup.exe /s FiberOpticWorks /ni ADDLOCAL=< HxGN NetWorks Comms application names> ACCEPT_EULA=1 INSTALLDIR= \\\"c:\Test Installations\\\"

  • To get the install status of Comms:

    Pseudo code only. Syntax depends on the scripting language.

    RetVal = Setup.exe /s FiberOpticWorks /ns

  • To uninstall an existing Comms installation:

    Setup.exe /s FiberOpticWorks /nx

  • To uninstall a specific Comms application installation:

    Setup.exe /s FiberOpticWorks /nx REMOVE=< HxGN NetWorks Comms application names>

  • To repair an existing Comms installation:

    Setup.exe /s FiberOpticWorks /nr

  • To install specific NetWorks Comms Web Services:

    To install both HxGN NetWorks Comms Fiber Model Service and HxGN NetWorks Comms Fiber Path Service:

    Setup.exe /s FiberOpticWorksFiberServices /n ADDLOCAL=FiberModelService,FiberPathService ACCEPT_EULA=1

    To install HxGN NetWorks Comms Fiber Model Service:

    Setup.exe /s FiberOpticWorksFiberServices /n ADDLOCAL=FiberModelService ACCEPT_EULA=1

    To install HxGN NetWorks Comms Fiber Path Service:
    Setup.exe /s FiberOpticWorksFiberServices /n ADDLOCAL=FiberPathService ACCEPT_EULA=1

  • To uninstall specific NetWorks Comms Web Services:

    Only the full uninstall is possible. Services cannot be uninstalled individually.

    Setup.exe /s FiberOpticWorksFiberServices /nx