Wednesday, August 31, 2011

TeraRecon Aquarius iNtuition Viewer/Aquarius Net silent installations


Requirements:
  • Microsoft .NET Framework 2.0 (for both installers)
  • DirectX 9 August 2009 Redistributable (Windows XP) (for Aquarius Workstation iNtuition Edition)
  • Microsoft Visual C++ 2005 Redistributable (for Aquarius Workstation iNtuition Edition – part of installer)


 Aquarius Workstation iNtuition Edition ("Thick" client)

Default installation location:
  • C:\AQi
    • Older versions could allow a response file to be created to create custom installs (with custom installation location), but this has been removed/disabled.

 Installation command:
  • Aqi.exe /R /S /V”/QN” 
    • Silent installs iNtuition, Visual C++ 2005 and the Zan Printer mostly silent (the Zan printer installation portion runs a few command-prompt windows)

Customization:

  • AQi.exe.config
    • Location: %HOMEDRIVE%\AQi\bin
    • The 'master' Config file that can be configured to set server, visual and other application settings for all users. This is really an XML file without the extension.
    • When done editing, this can be copied to the %HOMEDRIVE%\AQi\bin folder (overwriting the original one created by the installer).
  • CACLS
    • If working in a managed/locked down environment, you may need to make cacls changes to grant certain users/groups change rights to the TeraRecon application folders.
    • Example:
CACLS.EXE "%HOMEDRIVE%\AQNetClient" /E /T /G "Authenticated Users":C
CACLS.EXE "%HOMEDRIVE%\AquariusReportUpdateLogs" /E /T /G "Authenticated Users":C


AQNet Client ("Thin"/Web Client)

Default installation location:
  • C:\AQNetClient
    • Older versions could allow a response file to be created to create custom installs (with custom installation location), but this has been removed/disabled.

 Installation command:
  • AQNetClient.exe /R /S

     

Customization:
  • Registry Keys via .REG file
    • Create registry keys to auto-populate certain settings, such as 'ServerHostname'

AQNetClient.REG
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\TeraRecon\AquariusNetViewer\Settings]
"ServerHostnameArray"="127.0.0.1:"
"ServerHostname"="127.0.0.1"

  • CACLS
    • If working in a managed/locked down environment, you may need to make cacls changes to grant certain users/groups change rights to the TeraRecon application folders.
    • Example:
CACLS.EXE "%HOMEDRIVE%\AQNetClient" /E /T /G "Authenticated Users":C
CACLS.EXE "%HOMEDRIVE%\AquariusReportUpdateLogs" /E /T /G "Authenticated Users":C


No comments:

Post a Comment