############################################################################### # Licensed Materials - Property of IBM # 5724-D33 # IBM Tivoli Asset Compliance Center # # (C) Copyright IBM Corp. 2006. All Rights Reserved. # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ############################################################################### ################################################################################ # # InstallShield Options File # # This file contains values for options that enable the Tivoli Asset Compliance Center # install setup file to be run from the command line. Read the description of # each option for information on changing its value. # # A common use of an options file is to run the wizard in silent mode. This lets # the options file author specify wizard settings without having to run the # wizard in graphical mode. To use this options file in silent mode, use the # following command line arguments when running the wizard: # # -options "./recordFile_Install.txt" -silent # ################################################################################ ################################################################################ # # The wizard settings are described in brief, below. For a full description of # each setting see the following manual: # # IBM Tivoli Asset Compliance Center: Planning, Installation and Configuration # # # If you have a non-English version of the product, this manual may be # available in the language of your version; see the product documentation CD # or the Tivoli Information Center for details: # # http://publib.boulder.ibm.com/tividd/td/IBMTivoliAssetComplianceCenter4.2.html # ################################################################################ ################################################################################ # # ALL INSTALLS # ############################################################################### # # Has the license been accepted # # The license must be accepted before installation so this value must be true # for the install to be successful. Example: -G licenseAccepted=true # -G licenseAccepted=false ############################################################################## # # ALL INSTALLS # ################################################################################ # # IBM Tivoli Asset Compliance Center backupDirectory location # # The location where the selected components are to be installed. Specify a # valid directory that does not contain any other installed product. If the # directory does not exist it will be created. If the directory path contains # spaces, enclose it in double-quotes. If no value is specified, the install # location defaults to the directory where the install wizard was started. # # For example, to install the product in C:\Program Files\My Product, use the # following: # # -W backupDirectoryPanel.backupDir="C:\Program Files\My Product" # -W backupDirectoryPanel.backupDir="" ################################################################################# # ALL INSTALLS THAT INCLUDE ASSET MANAGENT SERVER and/or DATA AGGREGATION SERVER # ################################################################################ # # WebSphere Application Server user id and password # # Only required if the WebSphere Application Server cell is in security mode # # Provide the user id and password assigned to the security mode of the # WebSphere Application Server cell. # # For example, if the WebSphere Application Server cell has a user id of "was1" # and a password of "abc12def", use the following: # # -W was_credential.UserId="was1" # -W was_credential.Pwd="abc12def" # -W was_credential.UserId="" -W was_credential.Pwd="" ################################################################################ # # These fields are for internal use only. Do not modify. # # -W askInteractivePanel.Field1="terminate" -W consumer.executionMode="Typical" ################################################################################