Client Application Minimal Installation Guide for

Transcription

Client Application Minimal Installation Guide for
Client Application
Minimal Installation Guide
ARGUS Enterprise 10.6
5/29/2015
ARGUS Software – An Altus Group Company
ARGUS Enterprise
Client Application Minimal Installation Guide
Client Application Server Minimal Installation Guide
5/29/2015
Published by:
ARGUS Software, Inc.
3050 Post Oak Boulevard
Suite 900
Houston, Texas 77056
Telephone (713) 621-4343
Facsimile (713) 621-2787
www.argussoftware.com
Information in this document is subject to change without notice and represents no commitment on the part of
ARGUS Software, Inc.
This document is copyright © 2015, ARGUS Software, Inc. All rights reserved. This document is a confidential and
proprietary trade secret of ARGUS Software, made available only under a license agreement and or other
agreements containing obligations of confidentiality.
"ARGUS" and “ARGUS Enterprise” are trademarks of ARGUS Software, Inc. All other trademarks and registered
trademarks are property of their respective companies.
ARGUS Enterprise
© 2015 ARGUS Software, Inc.
ARGUS Enterprise
Client Application Minimal Installation Guide
Table of Contents
Introduction....................................................................................................................................................... 1
Interactive Installation ....................................................................................................................................... 2
Silent Installation ............................................................................................................................................... 2
Silent Un-Installation ................................................................................................................................................. 3
ARGUS Enterprise
© 2015 ARGUS Software, Inc.
Introduction
The ARGUS Enterprise Minimal Installer is a lightweight version of the ARGUS Enterprise Installer, primarily
intended for silent command line based installation and uninstallation of the ARGUS Enterprise Client in large
client/server environments.
In this document, the following naming conventions apply:
• X86 refers to 32-bit Windows operating system.
• X64 refers to a 64-bit Windows operating system.
The ARGUS Enterprise Minimal Installer contains only the following elements of the full installation:
• ARGUS Enterprise Client/Workstation
• ARGUS Enterprise Configuration Utility
• XL4ADW
The ARGUS Enterprise Minimal Installer excludes the following elements of the full installation:
• ARGUS Enterprise Application server, Process server, and Data server components
• Microsoft (MS) SQL Server Express and LocalDB installers
• .NET Framework 4 installer
• Visual Studio Tools for Office installer
• MSI installer support
You will typically use the full installation to install the ARGUS Enterprise server components, Microsoft tools to
install the other prerequisites, and MS SQL Server.
1
© 2015 ARGUS Software, Inc.
ARGUS Enterprise
Client Application Minimal Installation Guide
Interactive Installation
The ARGUS Enterprise Minimal Installer can be run interactively by opening AEMinimal.msi. The interactive mode
is similar to the full installation.
The ARGUS Enterprise Configuration utility does not automatically run after the installation completes. The ARGUS
Enterprise Configuration utility can be run from the Start menu.
Silent Installation
The command line switches for the silent installation of the ARGUS Enterprise Client are as below. These command
line parameters are the same for all relevant versions of ARGUS Enterprise (9.1, 9.5, 9.5.1, 10.0, 10.1, 10.5 and
10.6).
First of all you need to run the cmd.exe from Start menu, and navigate to the appropriate folder containing the
AEminimal.msi.
Then run the following command based on your environment (32 bit (X86), 64 bit (X64))).
X86 Silent install from the command line with Admin privileges:
AEMinimal.msi /q INSTALLDIR="C:\Program Files\ARGUS Software" PSETUPTYPE=4
ADDDEFAULT="MainProduct,AEClient,feature.configutility,feature.exceladdin"
X64 Silent install from the command line with Admin privileges:
AEMinimal.msi /q INSTALLDIR="C:\Program Files (x86)\ARGUS Software" PSETUPTYPE=4
ADDDEFAULT="MainProduct,AEClient,feature.configutility,feature.exceladdin"
2
© 2015 ARGUS Software, Inc.
ARGUS Enterprise
Client Application Minimal Installation Guide
Silent Un-Installation
Run the cmd.exe from Start menu, and navigate to the appropriate folder containing the AEminimal.msi
The following command silently un-installs the Mini Installer exists in the given path.
msiexec /uninstall AEMinimal.msi /q
This command is same for both X86 and X64 environments.
For convenience of silent uninstallation, the following batch files are also supplied:
• AE10.6Uninstallx64.bat
• AE10.6Uninstallx86.bat
The batch file name indicates which version of ARGUS Enterprise is uninstalled from which type of Windows
operating system.
For Example:
AE10.6Uninstallx86.bat will silently uninstall ARGUS Enterprise 10.6 from a 32-bit Windows operating system. The
appropriate batch file is run from the command prompt.
3
© 2015 ARGUS Software, Inc.