Support Suite

Main

Knowledgebase: Setup Guides
Savance Enterprise Application Installer Requirements
Posted by Kevin Merta on 02 May 2012 11:48 AM
Minimum Requirements:
  • Microsoft Installer 3.1 or later.
  • Operating System:
    • Windows 7 SP1 (x86 and x64)
    • Windows 8.1 (x86 and x64)
    • Windows 10 Anniversary Update (x86 and x64)
    • Windows 10 Creators Update (x86 and x64)
  • Microsoft .NET 4.7.2
  • For Limited User accounts, the following objects must be under “Full Control” of the user. These will be checked before any component will be installed or uninstalled:
    • System32 Directory
    • Program Files Directory
    • Common Files Directory
    • Fonts Directory
    • Local Machine Registry Root Key
    • Classes Root Registry Root Key
Required Ports:
  • 1433 TCP/UDP
  • 8734 TCP/UDP
Installed Components:
  • Required Dynamic Linked Libraries and ActiveX Controls
  • Savance Enterprise Application
  • Savance Enterprise Help
Command-Line:
  • To enable quiet installation use “/q” parameter (Optional)
  • To uninstall from command line “/u” parameter (Optional)
  • To exclude features from command-line only in quiet installation use “exclude=<Feature Shortcut>,….”
    • “os” for Savance Enterprise Application
    • “o” for Savance Enterprise Main Application
  • To set synchronization server name use “server name=<Server Name>” and it is mandatory in quiet installation or the “server” value must be in the registry, if it is not found also the installer will quit with an error (if /ShowMessages parameter is specified) and will be logged.
  • To force the installer to show errors which occurred during installation use “/ShowErrors”
  • To make the installer while in silent mode update the SavanceEnterprise.exe progress bar use “/sphwnd” with handle of the progress bar
  • To make the installer while in silent mode update the SavanceEnterprise.exe Label use “/shwnd” with the handle of the label
  • The extractor can be run with /e=<folder> to extract the files without installing

Examples:

For silent mode:

  • SavanceEnterpriseInstaller.exe /q exclude=o,os /ShowErrors /sphwnd=6543 /swhnd=8876 servername=SyncServer