User`s guide

AT&T Global Network Client for Windows Administrator’s Guide
© 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual Property and/or
AT&T affiliated companies. All other marks contained herein are the property of their respective owners. Images are shown for illustrative purposes only; individual
experience may vary. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change.
Windows is a registered trademark of Microsoft Corporation in the United States and other countries.
-58-
Example Command Line Customizations
Example Command
Silent installation with
a Desktop Shortcut
msiexec /i agnc.msi /qb
Silent installation with
No Desktop Shortcut
msiexec /i agnc.msi DESKTOP_SHORTCUT="" /qb
Install only specific
Mobile Drivers
msiexec /i agnc.msi
ADDLOCAL=Net_Client,ATTBeamDrivers/qb!
Completely Silent
Installation
5
msiexec /i agnc.msi /qn
Installation with
logging
msiexec /I agnc.msi /l*v install.txt
Executable installation
with logging
agnc.exe /v”/l*v install.txt”
Interactive Hook
Mode GINA
installation
msiexec /i agnc.msi ADDLOCAL=ALL
Silent installation
without AT&T Global
Network Client
Firewall
msiexec /i agnc.msi
ADDLOCAL=Net_Client,VPN_Client,PLAP /qb
Silent Uninstallation
Using the MSI Package
msiexec /x agnc.msi /qb
Suppress Reboots msiexec /i agnc.msi REBOOT=ReallySuppress
Creating a Windows Installer Transform
A transform is available if you are unable to create the customization you desire using only command line
options. A transform provides advanced customization which is applied to the standard installation
package at the time of installation.
One important capability of a transform is that if done properly, it can be written to apply to several
versions of the AT&T Global Network Client Installer packages. Also, patches that are created for the
5
Beginning with Version 8.0, using the /qn option for a silent installation will remove the user interface from the AT&T Global
Network Client installation and will persist and chain to any subsequent additional features or third party installations included
with the AT&T Global Network Client installation package