Demantra Silent Installer Issue

Hi all,
We are on Demantra 7.3.1, Oracle 11g and we have the following problem:
When trying to launch from Collaborator Workbench any of the applications from the Planning Application tab (ie: Member Management, Business Modeler..) it results in the following error:
"Can't connect to database ora - 12504: TNS: listener was not given the SERVICE_NAME in CONNECT_DATA".
I investigated and found that from 11g onwards, the way of using the Hostname adapter has changed.Refer ID 556996.1
The TNSNAMES.ora file has the following entry
patvcpdb01.am.abc-solutions.com= (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=patvcpdb01.am.abc-solutions.com)(PORT=1522))
(CONNECT_DATA=
(SID=pao75)
Any input will be helpful.
Thank You

Please see these docs.
Common issues or problems encountered when running the Oracle Demantra Installation [ID 430913.1]
Starting Demantra Applications. Hardware. Upgrade. Clone. Performance. System. Compatibility. Java. Engine. Integration [ID 1372253.1]
Demantra Engine on Linux has ORA-12154: TNS:could not resolve the connect identifier error [ID 1323534.1]
Oracle Demantra Analytical Engine fails with the following Database Error: Oracle error occurred, but error message could not be retrieved from Oracle [ID 452409.1]
ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA while installing Demantra Patch [ID 1401744.1]
Thanks,
Hussein

Similar Messages

  • NM7.1: Regarding Software Package Silent Installation Issue

    Dear Experts,
    I am working on NM7.1, & I tried of creating a Software Package which will include MI client installation, JRE, MaxDB, MCD all in one. For this I zipped MaxDB folder which I downloaded from SMP & uploaded it to NWA, created a software package from NWA 7.1, downloaded it & tried installing it. It executed properly.
    Now I wish to create a Software Package which can be installed in Silent mode.
    For this, I went through NM71 help documentation & maintained JRE components  Silent Command Line Parameter field value as - /qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=<Drive:>\java\jre.
    Other components like MaxDB doesn't allow to maintain this parameter field value in NWA, neither MCD nor SETUP_WIN32.
    So I downloaded this Software package & clicked on MassDeviceSetup_Silent.bat file for silent installation.
    It started of & installed JRE but later it didn't proceeded further. I kept it running for almost 2 days, but then too nothing happened further.
    I have attached the StandardMDSLog file at below link for your reference, please analyze it.
    http://www.4shared.com/file/258992320/317aef7c/StandardMDSLog.html
    I feel that I am missing something.
    Please guide me further....
    Thanks in advance.
    Regards,
    Saptak

    Hi Stephan,
    Thank you very much for your notes.
    This issue has already been fixed in AccAD 2.2.
    Best regards,
    Yael

  • Oracle 11g R2 Client Silent Installation Issue (PATH) Windows 7 x86

    Hi All,
    I'm hoping somebody can shed some light on this issue.
    I created a Response file using the 'Save Response File' method during an interactive installation on a Windows 7 Enterprise x86 client. (file enclosed)
    I have installed it multiple times now with multiple permutations of the command line (got caught out by the old lower case F in responseFile) but now I'm getting the same error each time (a critical error with the PATH according to the installation log). There is nothing wrong with the path length as the installation works fine in GUI mode and passes the Prereq check.
    I launch the command line to install (with Run As Administrator) - "[location of setup.exe]\setup.exe" -nowait -silent -responseFile "[location of response file]\Oracle11gv2.rsp"
    RESPONSE FILE:
    ## Copyright(c) Oracle Corporation 1998,2008. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## can help to populate the variables with the appropriate ##
    ## values.                                   ##
    # Do not change the following system generated value.
    oracle.install.responseFileVersion=/oracle/install/rspfmt_clientinstall_response_schema_v11_2_0
    # This variable holds the hostname of the system as set by the user.
    # It can be used to force the installation to use an alternative
    # hostname rather than using the first hostname found on the system
    # (e.g., for systems with multiple hostnames and network interfaces).
    ORACLE_HOSTNAME=
    # Unix group to be set for the inventory directory.
    UNIX_GROUP_NAME=
    # Inventory location.
    INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory
    # Specify the languages in which the components will be installed.
    # en : English ja : Japanese
    # fr : French ko : Korean
    # ar : Arabic es : Latin American Spanish
    # bn : Bengali lv : Latvian
    # pt_BR: Brazilian Portuguese lt : Lithuanian
    # bg : Bulgarian ms : Malay
    # fr_CA: Canadian French es_MX: Mexican Spanish
    # ca : Catalan no : Norwegian
    # hr : Croatian pl : Polish
    # cs : Czech pt : Portuguese
    # da : Danish ro : Romanian
    # nl : Dutch ru : Russian
    # ar_EG: Egyptian zh_CN: Simplified Chinese
    # en_GB: English (Great Britain) sk : Slovak
    # et : Estonian sl : Slovenian
    # fi : Finnish es_ES: Spanish
    # de : German sv : Swedish
    # el : Greek th : Thai
    # iw : Hebrew zh_TW: Traditional Chinese
    # hu : Hungarian tr : Turkish
    # is : Icelandic uk : Ukrainian
    # in : Indonesian vi : Vietnamese
    # it : Italian
    # Example : SELECTED_LANGUAGES=en,fr,ja
    SELECTED_LANGUAGES=en,en_GB
    # Complete path of the Oracle Home
    ORACLE_HOME=C:\Oracle\product\11.2.0\client_1
    # Complete path of the Oracle Base.
    ORACLE_BASE=C:\Oracle
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    # The following choices are available. The value should contain
    # only one of these choices.
    # InstantClient : InstantClient
    # Administrator : Administrator
    # Runtime : Runtime
    # Custom : Custom
    #Example : INSTALL_TYPE = "Administrator"
    oracle.install.client.installType=Custom
    # Name : oracle.install.client.customComponents
    # Datatype : StringList
    # This property is considered only if INSTALL_TYPE is set to "Custom"
    # Description: List of Client Components you would like to install
    # The following choices are available. You may specify any
    # combination of these choices. The components you choose should
    # be specified in the form "internal-component-name:version"
    # Below is a list of components you may specify to install.
    # oracle.sqlj:11.2.0.1.0 -- "Oracle SQLJ"
    # oracle.rdbms.util:11.2.0.1.0 -- "Oracle Database Utilities"
    # oracle.javavm.client:11.2.0.1.0 -- "Oracle Java Client"
    # oracle.sqlplus:11.2.0.1.0 -- "SQL*Plus"
    # oracle.dbjava.jdbc:11.2.0.1.0 -- "Oracle JDBC/THIN Interfaces"
    # oracle.ldap.client:11.2.0.1.0 -- "Oracle Internet Directory Client"
    # oracle.rdbms.oci:11.2.0.1.0 -- "Oracle Call Interface (OCI)"
    # oracle.precomp:11.2.0.1.0 -- "Oracle Programmer"
    # oracle.xdk:11.2.0.1.0 -- "Oracle XML Development Kit"
    # oracle.network.aso:11.2.0.1.0 -- "Oracle Advanced Security"
    # oracle.assistants.oemlt:11.2.0.1.0 -- "Enterprise Manager Minimal Integration"
    # oracle.oraolap.mgmt:11.2.0.1.0 -- "OLAP Analytic Workspace Manager and Worksheet"
    # oracle.network.client:11.2.0.1.0 -- "Oracle Net"
    # oracle.ordim.client:11.2.0.1.0 -- "Oracle Multimedia Client Option"
    # oracle.ons:11.2.0.0.0 -- "Oracle Notification Service"
    # oracle.odbc:11.2.0.1.0 -- "Oracle ODBC Driver"
    # oracle.has.client:11.2.0.1.0 -- "Oracle Clusterware High Availability API"
    # oracle.dbdev:11.2.0.1.0 -- "Oracle SQL Developer"
    # oracle.rdbms.scheduler:11.2.0.1.0 -- "Oracle Scheduler Agent"
    # Example : oracle.install.client.customComponents="oracle.precomp:11.2.0.1.0","oracle.ons:11.2.0.0.0","oracle.oraolap.mgmt:11.2.0.1.0","oracle.rdbms.scheduler:11.2.0.1.0"
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.1.0,oracle.sqlplus:11.2.0.1.0,oracle.dbjava.jdbc:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network.client:11.2.0.1.0,oracle.odbc:11.2.0.1.0,oracle.oo4o:11.2.0.1.0,oracle.ntoledb:11.2.0.1.0,oracle.ntoledb.odp_net_2:11.2.0.1.0,oracle.aspnet_2:11.2.0.1.0
    #Name : MTS_PORT
    #Datatype : int
    #Description: Port number to be used for by the Oracle MTS Recovery Service to listen
    #          for requests. This needs to be entered in case oracle.ntoramts is
    #     selected in the list of custom components in custom install
    #Example : MTS_PORT = 2030
    oracle.install.client.oramtsPortNumber=49152
    # Host name to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example : oracle.install.client.schedulerAgentHostName = acme.domain.com
    oracle.install.client.schedulerAgentHostName=
    # Port number to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example: oracle.install.client.schedulerAgentPortNumber = 1500
    oracle.install.client.schedulerAgentPortNumber=
    LOG FILE TO FOLLOW

    LOG FILE:
    Using paramFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\oraparam.ini
    The commandline for unzip:
    Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM" INFO: Loading data from: jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Validating Response File Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\response\Oracle11gv2.rsp
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Setting Response file data to the Installer
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Building Flow
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state clientInstallType
    INFO: Loaded state productLanguage
    INFO: Loaded state getOracleHome
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state checkPrereqs
    INFO: Loaded state postPrereqs
    INFO: Loaded state summary
    INFO: Loaded state clientCustomInstall
    INFO: Loaded state schedulerAgent
    INFO: Loaded state mtsDialog
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[checkPrereqs]: route=success; to=summary
    INFO: State[clientCustomInstall]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[clientCustomInstall]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[clientCustomInstall]: route=TO_SCHEDULERAGENT; to=schedulerAgent
    INFO: State[clientInstallType]: route=ic_no; to=productLanguage
    INFO: State[clientInstallType]: route=ic_yes; to=getOracleHome
    INFO: State[getOracleHome]: route=INVENTORY_NO; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_NO_CUSTOM_YES; to=clientCustomInstall
    INFO: State[getOracleHome]: route=INVENTORY_YES; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_YES_CUSTOM_YES; to=clientCustomInstall
    INFO: State[init]: route=success; to=clientInstallType
    INFO: State[mtsDialog]: route=success; to=prereqExecutionDecider
    INFO: State[postPrereqs]: route=CUSTOM; to=clientCustomInstall
    INFO: State[postPrereqs]: route=NON_CUSTOM; to=summary
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=checkPrereqs
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=summary
    INFO: State[productLanguage]: route=productlanguage_yes; to=getOracleHome
    INFO: State[schedulerAgent]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[schedulerAgent]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[summary]: route=success; to=setup
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Changing the format to extended property file format to merge the flowDataDefaults with the flowDataSource
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/response/Oracle11gv2.rsp
    INFO: Translating external format into raw format
    INFO: Loaded BeanStore using the flow data source
    INFO: Registering the flow data beans
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    INFO: [INS-07001] Value for property 'UNIX_GROUP_NAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'INVENTORY_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'SELECTED_LANGUAGES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_USERNAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_PASSWORD' not found in the bean store.
    INFO: [INS-07001] Value for property 'DECLINE_SECURITY_UPDATES' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_HOST' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_USER' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PWD' not found in the bean store.
    INFO: [INS-07001] Value for property 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOSTNAME' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    WARNING: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: [INS-07001] Value for property 'OCMSettings' not found in the bean store.
    INFO: Set value for bean ClientSetupBean
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: Failed to load bean oracle.install.ivw.client.bean.ClientInstallSettings. Reason: [INS-07001] Value for property 'ClientInstallSettings' not found in the bean store.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.CustomInstallGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.SchedulerAgentGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.OraMTSGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallLocationGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallTypesGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.FinishGUI viewId: null uiType: null]
    INFO: Initial values of Setup Properties :
    PROPERTY VALUE
    COLLECTOR_IGNORE_CONFIGURATION false
    COLLECTOR_IGNORE_FAILURES false
    COLLECTOR_RESPONSE_FILE
    DECLINE_SECURITY_UPDATES false
    FROM_LOCATION Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\cl
    ient\install\../stage/products.xml
    INSTALL_TYPE Custom
    INVENTORY_LOCATION C:\Program Files\Oracle\Inventory
    MYORACLESUPPORT_PASSWORD Protected value, not to be logged
    MYORACLESUPPORT_USERNAME
    ORACLE_BASE C:\Oracle
    ORACLE_HOME C:\Oracle\product\11.2.0\client_1
    ORACLE_HOSTNAME GBA-P74444432
    PROXY_HOST
    PROXY_PORT
    PROXY_PWD Protected value, not to be logged
    PROXY_USER
    SECURITY_UPDATES_VIA_MYORACLESUPPORT true
    SELECTED_LANGUAGES {"en","en_GB"}
    oracle_install_LaunchNetCA false
    oracle_install_NoMigration true
    oracle_install_RACInstall false
    oracle_install_WindowsSystemDirectory
    oracle_install_client_CustomComponents {"oracle.rdbms.util:11.2.0.1.0","oracle.sqlplus:11.2.0.1.
    0","oracle.dbjava.jdbc:11.2.0.1.0","oracle.rdbms.oci:11.2
    .0.1.0","oracle.network.client:11.2.0.1.0","oracle.odbc:1
    1.2.0.1.0","oracle.oo4o:11.2.0.1.0","oracle.ntoledb:11.2.
    0.1.0","oracle.ntoledb.odp_net_2:11.2.0.1.0","oracle.aspn
    et_2:11.2.0.1.0"}
    oracle_install_client_OraMTSPortNumber 49152
    oracle_install_db_ConfigurationType
    oracle_install_db_InstallEdition EE
    oracle_install_db_InstallType
    INFO: Launching Oracle Client Installer
    INFO: Started executing the flow in SILENT mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientInstallType
    INFO: Completed executing action at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientInstallType>
    WARNING: Validation disabled for the state clientInstallType
    INFO: Completed validating state <clientInstallType>
    INFO: In Transition of InstallTypesAction:
    INFO: Verifying route ic_no
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: size estimation for Administratorinstall is 1046.229476928711
    INFO: PATH has :==>C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\jdk\jre\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\AdminStudio\11.5\Common\
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_NO_CUSTOM_YES
    INFO: Verifying route INVENTORY_NO_CUSTOM_YES
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientCustomInstall
    INFO: Re-loading component config bean
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.commons.base.util.ComponentConfig from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    INFO: Resolving dependencies
    INFO: Completed executing action at state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientCustomInstall>
    INFO: Completed validating state <clientCustomInstall>
    INFO: Verifying route TO_ENDCUSTOM
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:1023.5547MB (1048120.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:130MB
    INFO: Actual Value:21.3053GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:32-bit
    INFO: Actual Value:32-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    WARNING: Result values are not available for this verification task
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Adding ExitStatus PREREQUISITES_NOT_MET to the exit status set
    SEVERE: [FATAL] [INS-13013] Target environment do not meet some mandatory requirements.
    CAUSE: Some of the mandatory prerequisites are not met. See logs for details. C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log
    ACTION: Identify the list of failed prerequisite checks from the log: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
    INFO: Advice is ABORT
    INFO: Adding ExitStatus INVALID_USER_INPUT to the exit status set
    INFO: Completed validating state <checkPrereqs>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    WARNING: A log of this session is currently saved as: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -3
    INFO: Shutdown Oracle Client Installer
    INFO: Unloading Setup Driver

  • Adobe Air installation status issue via silent installation

    I installed adobe air silently, then installed an adobe air applicaiton silently.  Everything works, and I can launch the application.  However, if I use the status check via air.swf file it has the "available but not installed" and it can't retrieve the version of my air application.  Once I double click on "any" .air file, it launches the non-silent installer, and I don't have to even install or update the app, just lanching the iapp nstaller non-silently seemed to correct something.  From then on air.swf statu now returns "installed" and it can read the version of my app.  Can anyone tell me what's going on and how can I correct this?

    Ok, I understand.  So before we continue, we really need to figure out what the exact error is.  Can you, on at least 2 systems, generate the MSI logs we'll need?  Here's a document that explains how to enable logging and where to find the logs once they've been created:
    How to enable Windows logging
    Once you've enabled logging, try installing again.  Grab the newly created msi logs and either post here or email me at [email protected]  I'll examine the logs and see if we can find a common issue between the systems.
    Thanks,
    Chris

  • Issue with oracle11g weblogic server(10.3.6) silent installation

    Hello Everyone,
    I am trying to install WL server through silent mode.
    The silent.xml that i am using is as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Silent installer option -mode=silent -silent_xml="/u01/app/wlogic/sil/silent.xml" -->
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/u01/app/wlogic/sil" />
    <data-value name="WLS_INSTALL_DIR" value="/u01/app/wlogic/sil/wlserver_10.3" />
    <data-value name="COMPONENT_PATHS"
    value="WebLogic Server/Core Application Server|WebLogic Server
    /Administration Console|WebLogic Server/Configuration Wizard and Upgrade
    Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic
    JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server
    /WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins
    |WebLogic Server/UDDI and Xquery Support|WebLogic Server/Server Examples" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
    <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="yes"/>
         <!--
                   <data-value name="LOCAL_JVMS" value="/usr/java/jdk1.7.0_07" />
              -->
    </input-fields>
    </bea-installer>
    The installation returns a failure code "null".
    I am using the generic installer and have successfully installed through the GUI and console mode.
    The OS is Red Hat Enterprise Linux 5.4(32bit on VWare machine).
    I have also tried it on Windows 7.
    I am at my wits end and any help would be appreciated.
    thanks in advance
    Jitendra
    PS:- i am new here and hence any forum policies that may have been violated by me is un-intentional.

    Thanks Fabian for taking out your time for helping me.
    This solution is not working completely though.
    The log has more information now but still does not make much sense.
    Hope it does for you.
    Here is a part of log for your perusal
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Evaluation Database=false
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Workshop Code Completion Support=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - Oracle Configuration Manager=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Data Collector=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - Oracle Coherence=false
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Coherence Product Files=false
    2012-10-19 16:00:54,606 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Coherence Examples=false
    2012-10-19 16:00:54,606 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - -----------COMPONENT SELECTIONS DUMP END-----------
    2012-10-19 16:00:54,606 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server" and component "WebLogic Web Server Plugins "
         at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:347)
         at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
         at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
         at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:722)
    2012-10-19 16:00:54,607 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.CleanupTaskManager - Preparing cleanup task: com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.tasks.AbstractCleanupTask - com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask.doBefore()
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.CleanupTaskManager - Executing cleanup task: com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask - Deleting file/directory '/tmp/bea2028415609744706723.tmp'
    2012-10-19 16:00:54,618 DEBUG [WizardController] com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask - command=/usr/java/jdk1.7.0_07/bin/java -cp . com.bea.plateng.common.util.Delete /tmp/bea2028415609744706723.tmp 30
    2012-10-19 16:00:54,641 DEBUG [WizardController] com.bea.plateng.wizard.WizardController - Terminating..
    Hope it helps.
    regards,
    Jitendra

  • Silent installation / Installer.properties issues

    1)In regards to Windows 2000 server when performing a silent installation of WebLogic
    6.0 how can I specify the Path for the start menu (Short cuts for launching)
    I can recall being able to do this prior to SP1 being bundled. Below is a copy
    of the installer.properties file Example of cmd string C:\Weblogic600sp1_win.exe
    -f installer.properties. Exe and properties file both reside in same directory
    when being launched. I noticed when installing a second instance using a silent
    properties it does not provide a second entry labeled as
    (2) in the start menu like I does when installing not using the properties file
    for a silent install.
    INSTALLER_UI=silent
    USER_LOCALE=en
    BEAHOME=c:\\bea
    USER_INSTALL_DIR=c:\\bea\\wlserver6.0sp1
    C_domainName=mydomain
    C_serverName=myserver
    C_serverListenPort=7001
    C_serverSSLListenPort=7002
    C_password=changeme
    CHOSEN_INSTALL_SET=Server
    2)When performing a manual installation it will ask if you want it to start as
    a service. How can you do this using the silent install to avoid running installntservice.cmd
    as a post step? I have scripted it to run the cmd file once silent install completed
    but what to know if it can be in the installer.properties file.
    3)Once silent install has completed service starts you unable to access http://localhost:7001
    from the same server in which Weblogic was installed.
    In addition if you were to stop the service and launch the start menu version
    cmd provided during the installation all seems to function as intended. To make
    matter worst when I perform the installation (not using silent method) server
    seems to be fine.
    All seems to be straight forward what am I missing, I have read the documentation

    Rick wrote:
    1)In regards to Windows 2000 server when performing a silent installation of WebLogic
    6.0 how can I specify the Path for the start menu (Short cuts for launching)
    I can recall being able to do this prior to SP1 being bundled. Below is a copy
    No you can NOT specify your program group in 6.0sp1. It would be installed to:
    BEA WebLogic E-Business Platform (BEAHOME?)
    where ? is zero or one integer number.
    This is true for both silent and GUI installation.
    of the installer.properties file Example of cmd string C:\Weblogic600sp1_win.exe
    -f installer.properties. Exe and properties file both reside in same directory
    when being launched. I noticed when installing a second instance using a silent
    properties it does not provide a second entry labeled as
    (2) in the start menu like I does when installing not using the properties file
    for a silent install.
    INSTALLER_UI=silent
    USER_LOCALE=en
    BEAHOME=c:\\bea
    USER_INSTALL_DIR=c:\\bea\\wlserver6.0sp1
    C_domainName=mydomain
    C_serverName=myserver
    C_serverListenPort=7001
    C_serverSSLListenPort=7002
    C_password=changeme
    CHOSEN_INSTALL_SET=Server
    2)When performing a manual installation it will ask if you want it to start as
    a service. How can you do this using the silent install to avoid running installntservice.cmd
    as a post step? I have scripted it to run the cmd file once silent install completed
    but what to know if it can be in the installer.properties file.
    You can do this by using
    INSTALL_ NT_SERVICE=yes
    in your installer.properties file. The default is no.
    3)Once silent install has completed service starts you unable to access http://localhost:7001
    from the same server in which Weblogic was installed.
    In addition if you were to stop the service and launch the start menu version
    cmd provided during the installation all seems to function as intended. To make
    matter worst when I perform the installation (not using silent method) server
    seems to be fine.
    I don't quite understand the problem here. Do you mean this:
    1. you finished silent install
    2. you run installntservice.cmd to install the service
    3. you started the service from control panel
    4. you tried to access http://localhost:7001 and it failed.
    is this what you mean?
    >
    All seems to be straight forward what am I missing, I have read the documentation
    -Dan

  • Error 1719 during Office 2010 Silent installation

    Hi, 
    I have created a logoff vbs script enforced through GPO for a silent installation of office 2010 SP. The main part of the script run the following command: 
    SetupCommand = ShareDir & "\x86\setup.exe /config " & ShareDir & "\x86\ProPlus.WW\config.xml"
    ReturnValue = oShell.run(SetupCommand, 1, True)
    installation files are located on a network share (permissions: full control for everyone)
    The installation seems to work correctly until installation of updates when I get error 1719 Windows Installer service could not be accessed preceded by a warning event 1530: 
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
    DETAIL - 
    2 user registry handles leaked from \Registry\User\S-1-5-21-682003330-507921405-725345543-4463:
    Process 2760 (\Device\HarddiskVolume2\Windows\System32\msiexec.exe) has opened key \REGISTRY\USER\S-1-5-21-682003330-507921405-725345543-4463
    Process 2760 (\Device\HarddiskVolume2\Windows\System32\msiexec.exe) has opened key \REGISTRY\USER\S-1-5-21-682003330-507921405-725345543-4463\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
    I've tried the script on 5 different hosts and I always get the same error. I've tried once to use the same script at logon and it worked.
    If I run the command manually it works. Do you have any idea why the script is not working at logoff? do you have any workaround to suggest? 

    Hi Michele,
    à
    get error 1719 Windows Installer service could not be accessed
    Please refer to following KB and check if it help you to troubleshoot Windows installer service issue.
    How to troubleshoot issues with Windows installer service
    Based on your description, I understand that you had configure logoff script via Group Policy to install office
    2010. Meanwhile, you had confirmed that logon script will work fine if use same script. So, I guess the script should be correct, there seems to have some issues in Group Policy settings. Please refer to following articles and check relevant log files if find
    more clues.
    Fixing Group Policy problems by using log
    files
    Fixing Scripts policy settings problems
    If anything I misunderstand or any update, please don't hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Integration 10g silent installation will not install WebLogic Workshop

    Hello,
    I am attempting a silent installation, using wli10gR3_win32.exe. I have created a silent.xml using the information on this page: http://download.oracle.com/docs/cd/E13214_01/wli/docs85/install/silent.html.
    I have used that page in the past to successfully create silent installations for versions 8 and 9 of Weblogic, but for version 10g it is not quite working as advertised. I have not found instructions for a silent installation for 10g.
    My silent.xml file contains the following line:
    <data-value name="COMPONENT_PATHS" value="WebLogic Server|WebLogic Workshop|WebLogic Integration|WebLogic Portal" />
    When I run the package with this line, an error is produced in the log file stating that WebLogic Workshop cannot be found.
    When I remove the WebLogic Workshop part of the line then Server, Integration, and Portal all install without errors. Unfortunately, Workshop was requested as well.
    When I run the installation manually, I am offered Workshop as one of the products.
    If somebody can point me to the correct installation documentation or provide the correct syntax for the silent.xml file that would be swell.
    thanks.

    Hi,
    I had faced the same issue today, So I had removed workshop and the installation was successful. But the weird thing is after the installation I could see the "workshop" was installed under BEA_HOME.
    Did any one face the same issue?
    Thanks.
    Vijay Bheemineni.

  • Silent installation option -suppressPreCopyScript

    Hi, I am trying to avoid the message to run the rootpre.sh script during a silent installation and I come across a parameter not very well documented: suppressPreCopyScript
    Does anybody know what -suppressPreCopyScript parameter exactly do?
    I check Oracle documentation and I found the following explanation: " Suppress the execution of precopy script. "
    What is precopy script?
    thanks Lucio

    Hi,
    Thanks for sharing. Glad to hear this issue has been solved. We really appreciate your time and efforts. Hope your experience will help other community members facing similar problems.
    Regards
    Vincent Wang
    TechNet Community Support

  • Windows 2008 r2 windows installer issue error 1719 when install Backup exec 12.5

    Hi all
    After a epic weekend of rebuilding our exchange server I have tried to reinstall Backup exec 12.5 64bit, this was installed with no issues during the last build, however at the end of this build I went to reinstall Backup Exec 12.5 and it is failing with
    error 1719 Windows installer issue.
    I have looked on many sites and tried many things non of them have worked, has anyone managed to resolve this issue.
    Dave
    DJH

    Hi Lenora
    See below
    Symantec Backup Exec (TM) 12.5 for Windows Servers Installation Log
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\setup.exe
    03-19-2013,17:33:38 : CSetupApp::GetInstalledGUID
    03-19-2013,17:33:38 : CSetupApp::LoadSetupXML
    03-19-2013,17:33:38 : CSetupApp::ScanXML
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Bin\Setup.xml
    03-19-2013,17:33:38 : MSI File Name = WindowsInstaller-KB893803-v2-x86.exe
    03-19-2013,17:33:38 : MSI Version = 3.1
    03-19-2013,17:33:38 : MSI Package Name = Symantec Backup Exec for Windows Servers.msi
    03-19-2013,17:33:38 : System Central Processor = 64
    03-19-2013,17:33:38 : Product Type = SETUP_BEX64
    03-19-2013,17:33:38 : Product Name = Symantec Backup Exec for Windows Servers
    03-19-2013,17:33:38 : Current Installing GUID ={BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : Product Version = 12.5
    03-19-2013,17:33:38 : CSetupSupport::IsValidMSIPackage
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Symantec Backup Exec for Windows Servers.msi
    03-19-2013,17:33:38 : {BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : {BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : Equal PID
    03-19-2013,17:33:38 : Product version: 12.5.2213
    03-19-2013,17:33:38 : StartBESequence
    03-19-2013,17:33:38 : Executing BE_PreCheckInstall
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:33:38 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : Executing StartBESequence
    03-19-2013,17:33:38 : Pulling user data from the MSI
    03-19-2013,17:33:38 : Upgrade state set to 0
    03-19-2013,17:33:38 : Executing SSO::PullDataMSI()
    03-19-2013,17:33:38 : Executing CDlgCAS::PullDataMSI()
    03-19-2013,17:33:38 : MSI processing complete
    03-19-2013,17:33:38 : Pulling user data from the command line
    03-19-2013,17:33:38 : COMMAND LINE: Checking UIMODE value
    03-19-2013,17:33:38 : COMMAND LINE: Checking for program group placement value
    03-19-2013,17:33:38 : COMMAND LINE: Checking for main feature selection
    03-19-2013,17:33:38 : COMMAND LINE: Checking for serialization values
    03-19-2013,17:33:38 : CDlgChooseCustom::PullDataSilent
    03-19-2013,17:33:38 : After check for parameter file exists.
    03-19-2013,17:33:38 : CDlgLocalChooseCustom::Pass
    03-19-2013,17:33:38 : After Check for INSTALL_CHOICE.
    03-19-2013,17:33:38 : After Check for INSTALL_TYPE.
    03-19-2013,17:33:38 : After Check for INSTALL_MODE.
    03-19-2013,17:33:38 : CDlgLocalChooseCustom Pass Function end.
    03-19-2013,17:33:38 : Agent for Microsoft Exchange Server was added for evaluation
    03-19-2013,17:33:38 : Agent for Microsoft SQL Server was added for evaluation
    03-19-2013,17:33:38 : Ignoring the TSM switch.
    03-19-2013,17:33:38 : COMMAND LINE: Checking for service account values
    03-19-2013,17:33:38 : Not in Maintenance mode
    03-19-2013,17:33:38 : Getting the Silent Params.
    03-19-2013,17:33:38 : COMMAND LINE: checking for SSO values
    03-19-2013,17:33:38 : COMMAND LINE: checking for DlgChooseDBServer values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for tape drivers values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for TSM values
    03-19-2013,17:33:38 : COMMAND LINE: checking for CASO values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for clone values
    03-19-2013,17:33:38 : COMMAND LINE: Checking progress settings
    03-19-2013,17:33:38 : COMMAND LINE: Checking for NOINSTALL value
    03-19-2013,17:33:38 : Setup Command Line = "D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\setup.exe"
    03-19-2013,17:33:38 : List of switches set follows:
    03-19-2013,17:33:38 : /DEST: = C:\Program Files\Symantec1\Backup Exec\
    03-19-2013,17:33:38 : /SNO: = 0930292112010690
    03-19-2013,17:33:38 : /USER: = backup
    03-19-2013,17:33:38 : /DOM: = ACCENTPRESS
    03-19-2013,17:33:38 : /PASS: = ********
    03-19-2013,17:33:38 : /TS:
    03-19-2013,17:33:38 : /TD: = ALL
    03-19-2013,17:33:38 : /DOCS:
    03-19-2013,17:33:38 : /LOADER:
    03-19-2013,17:33:38 : /AOFO:
    03-19-2013,17:33:38 : /EXCH:
    03-19-2013,17:33:38 : /SQL:
    03-19-2013,17:33:38 : /NTA:
    03-19-2013,17:33:38 : /RAULUS:
    03-19-2013,17:33:38 : /DBSERVER:
    03-19-2013,17:33:38 : /DBINSTPATH: = C:\Program Files\Microsoft SQL Server\BE\
    03-19-2013,17:33:38 : /BACKUPDATA: = 0
    03-19-2013,17:33:38 : /MAC:
    03-19-2013,17:33:38 : Command line processing complete
    03-19-2013,17:33:38 : Install set to run in UI mode
    03-19-2013,17:33:38 : CDlgPushWelcome::Pass
    03-19-2013,17:33:40 : CinstOpenDlg::ValidateData
    03-19-2013,17:33:43 : Validating license data
    03-19-2013,17:33:44 : CDlgChooseInstall::ValidateData
    03-19-2013,17:33:44 : CDlgValidationSummary::LaunchValidationTest
    03-19-2013,17:33:44 : m_bUseNativeClient = 1
    03-19-2013,17:33:44 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:33:44 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:33:44 : Connected to SQL Server.
    03-19-2013,17:33:44 : m_bUseNativeClient = 1
    03-19-2013,17:34:05 : CDlgValidationSummary::ValidateData
    03-19-2013,17:34:05 : BEOperations::BE_GetInstalledProdCodeVersion
    03-19-2013,17:34:05 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:05 : CDlgSerialNumber Pass Function.
    03-19-2013,17:34:05 : After Check for Remote_Install.
    03-19-2013,17:34:05 : After Check for RA_INSTALL.
    03-19-2013,17:34:07 : Validating serialization data
    03-19-2013,17:34:07 : CDlgLocalChooseCustom::Pass
    03-19-2013,17:34:07 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:07 : After Check for INSTALL_TYPE.
    03-19-2013,17:34:07 : After Check for INSTALL_MODE.
    03-19-2013,17:34:07 : CDlgLocalChooseCustom Pass Function end.
    03-19-2013,17:34:07 : On Init of CDlgChooseCustom
    03-19-2013,17:34:07 : Leaving Init of CDlgChooseCustom
    03-19-2013,17:34:07 : CDlgLocalChooseCustom::OnInitDialog
    03-19-2013,17:34:07 : On Init of CDlgLocalChooseCustom
    03-19-2013,17:34:07 : Leaving Init of CDlgLocalChooseCustom
    03-19-2013,17:34:12 : Validating Local Options Data
    03-19-2013,17:34:13 : Validating service account data
    03-19-2013,17:34:13 : CDlgSSO Pass Function.
    03-19-2013,17:34:13 : After Check for INSTALL_MODE.
    03-19-2013,17:34:13 : DlgChooseDBServer Pass Function.
    03-19-2013,17:34:20 : m_bUseNativeClient = 1
    03-19-2013,17:34:20 : Validating DlgChooseDBServer data
    03-19-2013,17:34:20 : Drive C:     Required: 1102 MB     Available: 37138 MB
    03-19-2013,17:34:20 : CDlgChooseTapeDrivers Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_MODE.
    03-19-2013,17:34:20 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:20 : After Check for INSTALL_TYPE.
    03-19-2013,17:34:20 : CDlgSerialNumber Pass Function.
    03-19-2013,17:34:20 : CDlgCAS Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_MODE.
    03-19-2013,17:34:20 : CDlgClone Pass Function.
    03-19-2013,17:34:20 : CDlgClone not passed.
    03-19-2013,17:34:20 : CDlgRemoteChooseCustom Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:20 : Install Summary XML File:
    03-19-2013,17:34:20 : C:\Users\ADMINI~1\AppData\Local\Temp\1\BE61998B-E5BD-4E41-B2D7-96551E6FECE0\InstallReview.xml
    03-19-2013,17:34:20 : Install Summary XSL File:
    03-19-2013,17:34:20 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Bin\InstallSummary.xsl
    03-19-2013,17:34:20 : Install Summary HTML File:
    03-19-2013,17:34:20 : C:\Users\ADMINI~1\AppData\Local\Temp\1\BE61998B-E5BD-4E41-B2D7-96551E6FECE0\InstallReview.htm
    03-19-2013,17:34:20 : Not Quickstart Edition
    03-19-2013,17:34:20 : Entering GetSQLAndCASOInformation
    03-19-2013,17:34:20 : Leaving GetSQLAndCASOInformation
    03-19-2013,17:34:20 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:20 : m_bUseNativeClient = 1
    03-19-2013,17:34:20 : *************** About Backing Up Exchange 2007 Servers *************** To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this
    computer.  The Management Tools can be installed during a custom install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft
    Exchange Server MAPI Client and Collaboration Data Objects package version 06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:34:21 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:27 : Executing InstallLiveUpdate.
    03-19-2013,17:34:40 : Installing .Net Framework 2.0 SP1.
    03-19-2013,17:34:40 : Checking for .Net Framework 2.0 SP1.
    03-19-2013,17:34:40 : Vista or Longhorn server.  Not installing .NET Frameworks.
    03-19-2013,17:34:40 : .NET Framework was detected.  Skipping install.
    03-19-2013,17:34:41 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:34:41 : m_bUseNativeClient = 1
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes;DATABASE=master
    03-19-2013,17:34:41 : SQL Server version 9
    03-19-2013,17:34:41 : SQL version returned:  9
    03-19-2013,17:34:41 : Executing SQL_GetServicePack.
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:34:41 : Connected to SQL Server.
    03-19-2013,17:34:41 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:34:41 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:34:41 : Connected to SQL Server.
    03-19-2013,17:34:41 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Express Edition
    03-19-2013,17:34:41 : "D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\SQLExpress\SQLEXPR.exe" /wait /qn /norestart /lv "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt" INSTANCENAME=BKUPEXEC SQLACCOUNT="NT AUTHORITY\SYSTEM" SQLPASSWORD=""
    UPGRADE=SQL_Engine,SQL_Data_Files,SQL_Replication,Client_Components,Connectivity SAPWD=**** DISABLENETWORKPROTOCOLS=0
    03-19-2013,17:34:45 : V-225-53:  ERROR: Failed to install SQL Express BKUPEXEC instance with error 1601.  ***To search for information about this error, click
    here
    03-19-2013,17:34:45 : Please review C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt for more details.
    03-19-2013,17:34:45 : Failed to install third party products.
    03-19-2013,17:37:25 : Validating install complete
    03-19-2013,17:37:25 : Success unloading BEINSTDLGS.DLL.
    03-19-2013,17:37:25 : CLEANUP: Install has removed the following files from: C:\Users\ADMINI~1\AppData\Local\Temp\1\{BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:37:25 : Removed files:
    03-19-2013,17:37:25 : ERROR:  Installation failed with error 1603.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,17:41:16 : Windows Operating System Version: 6.1
    03-19-2013,17:41:16 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,17:41:18 : Executing managed _Setup:
    03-19-2013,17:41:18 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,17:41:18 : Loading XML from:
    03-19-2013,17:41:18 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,17:41:18 : RawsDlgSequence::CheckInstMode
    03-19-2013,17:41:18 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,17:41:19 : Launching UI Install
    03-19-2013,17:41:19 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:41:19 : m_bUseNativeClient = 1
    03-19-2013,17:41:19 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:41:20 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,17:41:20 : CopySupportFiles
    03-19-2013,17:41:20 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,17:41:20 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:41:20 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:41:20 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:41:28 : Typical install value is set to : True
    03-19-2013,17:41:29 : m_bUseNativeClient = 1
    03-19-2013,17:41:29 : Executing SQL_GetServicePack.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:41:29 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : Executing SQL_GetServicePack.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:41:29 : m_bUseNativeClient = 1
    03-19-2013,17:41:51 : m_bUseNativeClient = 1
    03-19-2013,17:41:51 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:43:04 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,17:43:04 : Install is not executing as the service account.
    03-19-2013,17:43:04 : Successfully Logged on as service account.
    03-19-2013,17:43:04 : Successfully impersonated service account.
    03-19-2013,17:43:04 : EUserName value successfully written to the registry.
    03-19-2013,17:43:04 : EPassword value successfully written to the registry.
    03-19-2013,17:43:04 : EDomain value successfully written to the registry.
    03-19-2013,17:43:09 : There were no remote computers selected for install
    03-19-2013,17:43:09 : m_bUseNativeClient = 1
    03-19-2013,17:43:09 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:43:10 : Terminal Services enabled.
    03-19-2013,17:43:10 : Terminal Services server has been set to Install mode.
    03-19-2013,17:43:11 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,17:43:11 : Executing InstallLiveUpdate.
    03-19-2013,17:44:35 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,17:44:35 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:44:35 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,17:44:35 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,17:44:35 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:44:35 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,17:44:35 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:44:35 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,17:44:35 : "C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:44:36 : Starting Install
    03-19-2013,17:44:36 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,17:44:36 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:44:36 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,17:44:36 : Discovered Total Actions: 115
    03-19-2013,17:44:36 : The return code from the MSI is: 1601
    03-19-2013,17:44:36 : Cleaning up the symc status key
    03-19-2013,17:44:36 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,17:44:36 : Clean up Symantec installer keys.
    03-19-2013,17:44:37 : Terminal Services enabled.
    03-19-2013,17:44:37 : Terminal Services server has been set to Execute mode.
    03-19-2013,17:44:57 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,17:44:57 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,17:44:57 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:44:57 : Skipping push of remote servers and agents due to failed local install.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,17:45:25 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:45:28 : Gathering Telemetry items
    03-19-2013,17:45:28 : Failed to start the management service
    03-19-2013,17:45:28 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,17:45:28 : Sending Telemetry to Symantec
    03-19-2013,17:45:28 : Transmit Telemetry initialized.
    03-19-2013,17:45:28 : TelemetryRegistryHelpers initialized.
    03-19-2013,17:45:29 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,17:56:31 : Windows Operating System Version: 6.1
    03-19-2013,17:56:31 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,17:56:33 : Executing managed _Setup:
    03-19-2013,17:56:33 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,17:56:33 : Loading XML from:
    03-19-2013,17:56:33 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,17:56:33 : RawsDlgSequence::CheckInstMode
    03-19-2013,17:56:33 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,17:56:34 : Launching UI Install
    03-19-2013,17:56:35 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:56:35 : m_bUseNativeClient = 1
    03-19-2013,17:56:35 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:56:35 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,17:56:35 : CopySupportFiles
    03-19-2013,17:56:35 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,17:56:35 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:56:35 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:56:35 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:56:49 : Typical install value is set to : True
    03-19-2013,17:56:50 : Executing SQL_GetServicePack.
    03-19-2013,17:56:50 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:56:51 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:56:51 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : Executing SQL_GetServicePack.
    03-19-2013,17:56:51 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:57:37 : m_bUseNativeClient = 1
    03-19-2013,17:57:37 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:58:41 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,17:58:41 : Install is not executing as the service account.
    03-19-2013,17:58:41 : Successfully Logged on as service account.
    03-19-2013,17:58:41 : Successfully impersonated service account.
    03-19-2013,17:58:41 : EUserName value successfully written to the registry.
    03-19-2013,17:58:41 : EPassword value successfully written to the registry.
    03-19-2013,17:58:41 : EDomain value successfully written to the registry.
    03-19-2013,17:58:51 : There were no remote computers selected for install
    03-19-2013,17:58:51 : m_bUseNativeClient = 1
    03-19-2013,17:58:51 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:58:52 : Terminal Services enabled.
    03-19-2013,17:58:52 : Terminal Services server has been set to Install mode.
    03-19-2013,17:58:52 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,17:58:54 : Executing InstallLiveUpdate.
    03-19-2013,17:59:06 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,17:59:06 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:59:07 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,17:59:07 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,17:59:07 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:59:07 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,17:59:07 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:59:07 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,17:59:07 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:59:07 : Starting Install
    03-19-2013,17:59:07 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,17:59:07 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:59:07 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,17:59:08 : Discovered Total Actions: 115
    03-19-2013,17:59:08 : The return code from the MSI is: 1601
    03-19-2013,17:59:08 : Cleaning up the symc status key
    03-19-2013,17:59:08 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,17:59:08 : Clean up Symantec installer keys.
    03-19-2013,17:59:10 : Terminal Services enabled.
    03-19-2013,17:59:10 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:00:01 : The return code is: 0
    03-19-2013,18:00:01 : SUCCESS:  Installation has completed successfully.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:02:24 : Windows Operating System Version: 6.1
    03-19-2013,18:02:24 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:02:26 : Executing managed _Setup:
    03-19-2013,18:02:26 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:02:26 : Loading XML from:
    03-19-2013,18:02:26 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:02:26 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:02:26 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:02:26 : Launching UI Install
    03-19-2013,18:02:26 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:02:26 : m_bUseNativeClient = 1
    03-19-2013,18:02:26 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:02:26 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:02:26 : CopySupportFiles
    03-19-2013,18:02:26 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:02:27 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:02:27 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:02:27 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:03:11 : The return code is: 0
    03-19-2013,18:03:11 : SUCCESS:  Installation has completed successfully.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:03:21 : Windows Operating System Version: 6.1
    03-19-2013,18:03:21 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:03:22 : Windows Operating System Version: 6.1
    03-19-2013,18:03:22 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:03:23 : Executing managed _Setup:
    03-19-2013,18:03:23 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:03:23 : Loading XML from:
    03-19-2013,18:03:23 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:03:23 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:03:23 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:03:24 : Launching UI Install
    03-19-2013,18:03:24 : Executing managed _Setup:
    03-19-2013,18:03:24 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:03:24 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:03:24 : m_bUseNativeClient = 1
    03-19-2013,18:03:24 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:03:24 : Loading XML from:
    03-19-2013,18:03:24 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:03:24 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:03:24 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:03:24 : CopySupportFiles
    03-19-2013,18:03:24 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:03:24 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:03:24 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:03:24 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:03:24 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:03:58 : Typical install value is set to : True
    03-19-2013,18:03:58 : m_bUseNativeClient = 1
    03-19-2013,18:03:58 : Executing SQL_GetServicePack.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:03:58 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : Executing SQL_GetServicePack.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:03:58 : m_bUseNativeClient = 1
    03-19-2013,18:04:20 : m_bUseNativeClient = 1
    03-19-2013,18:04:20 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:05:35 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:05:35 : Install is not executing as the service account.
    03-19-2013,18:05:35 : Successfully Logged on as service account.
    03-19-2013,18:05:35 : Successfully impersonated service account.
    03-19-2013,18:05:35 : EUserName value successfully written to the registry.
    03-19-2013,18:05:35 : EPassword value successfully written to the registry.
    03-19-2013,18:05:35 : EDomain value successfully written to the registry.
    03-19-2013,18:05:36 : There were no remote computers selected for install
    03-19-2013,18:05:36 : m_bUseNativeClient = 1
    03-19-2013,18:05:36 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:05:37 : Terminal Services enabled.
    03-19-2013,18:05:37 : Terminal Services server has been set to Install mode.
    03-19-2013,18:05:37 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:05:38 : Executing InstallLiveUpdate.
    03-19-2013,18:05:50 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,18:05:50 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,18:05:50 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,18:05:50 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,18:05:50 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:05:50 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,18:05:50 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:05:50 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,18:05:50 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:05:50 : Starting Install
    03-19-2013,18:05:50 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,18:05:50 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:05:50 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,18:05:50 : Discovered Total Actions: 115
    03-19-2013,18:05:50 : The return code from the MSI is: 1601
    03-19-2013,18:05:51 : Cleaning up the symc status key
    03-19-2013,18:05:51 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,18:05:51 : Clean up Symantec installer keys.
    03-19-2013,18:05:51 : Terminal Services enabled.
    03-19-2013,18:05:51 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:06:32 : The return code is: 0
    03-19-2013,18:06:32 : SUCCESS:  Installation has completed successfully.
    03-19-2013,18:07:36 : Setup is already running.  Unable to initialize another instance of setup.
    03-19-2013,18:07:39 : Error initializing shared data
    03-19-2013,18:07:39 : ERROR:  Installation failed with error 1603. GetLastError = :0
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:13:44 : Windows Operating System Version: 6.1
    03-19-2013,18:13:44 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:13:44 : Windows Operating System Version: 6.1
    03-19-2013,18:13:44 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:13:46 : Executing managed _Setup:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:13:46 : Executing managed _Setup:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:13:46 : Loading XML from:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:13:46 : Loading XML from:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:13:46 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:13:46 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:13:46 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:13:46 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:13:47 : Launching UI Install
    03-19-2013,18:13:47 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:13:48 : m_bUseNativeClient = 1
    03-19-2013,18:13:48 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:13:48 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:13:48 : CopySupportFiles
    03-19-2013,18:13:48 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:13:48 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:13:48 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:13:48 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:13:54 : Typical install value is set to : True
    03-19-2013,18:13:55 : m_bUseNativeClient = 1
    03-19-2013,18:13:55 : Executing SQL_GetServicePack.
    03-19-2013,18:13:55 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:13:56 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:13:56 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : Executing SQL_GetServicePack.
    03-19-2013,18:13:56 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:13:56 : m_bUseNativeClient = 1
    03-19-2013,18:14:41 : m_bUseNativeClient = 1
    03-19-2013,18:14:41 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:16:09 : Service account specified is not valid
    03-19-2013,18:16:09 : Unable to authenticate with the user and password information given for ACCENTPRESS\backup.
    03-19-2013,18:16:10 : Error validating service account credentials.
    03-19-2013,18:16:20 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:16:20 : Install is not executing as the service account.
    03-19-2013,18:16:20 : Successfully Logged on as service account.
    03-19-2013,18:16:20 : Successfully impersonated service account.
    03-19-2013,18:16:20 : EUserName value successfully written to the registry.
    03-19-2013,18:16:20 : EPassword value successfully written to the registry.
    03-19-2013,18:16:20 : EDomain value successfully written to the registry.
    03-19-2013,18:16:22 : There were no remote computers selected for install
    03-19-2013,18:16:22 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:16:23 : Terminal Services enabled.
    03-19-2013,18:16:23 : Terminal Services server has been set to Install mode.
    03-19-2013,18:16:23 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:16:25 : Executing InstallLiveUpdate.
    03-19-2013,18:16:37 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,18:16:37 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,18:16:38 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,18:16:38 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,18:16:38 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:16:38 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,18:16:38 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:16:38 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,18:16:38 : "C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:16:38 : Starting Install
    03-19-2013,18:16:38 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,18:16:38 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:16:38 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,18:16:39 : Discovered Total Actions: 115
    03-19-2013,18:16:39 : The return code from the MSI is: 1601
    03-19-2013,18:16:39 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,18:16:39 : Clean up Symantec installer keys.
    03-19-2013,18:16:39 : Cleaning up the symc status key
    03-19-2013,18:16:41 : Terminal Services enabled.
    03-19-2013,18:16:41 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:17:08 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,18:17:08 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,18:17:08 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:17:08 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,18:17:09 : Gathering Telemetry items
    03-19-2013,18:17:09 : Failed to start the management service
    03-19-2013,18:17:09 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,18:17:09 : Sending Telemetry to Symantec
    03-19-2013,18:17:09 : Transmit Telemetry initialized.
    03-19-2013,18:17:09 : TelemetryRegistryHelpers initialized.
    03-19-2013,18:17:21 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,18:17:33 : TransmitTelemetry.TransmitMessage URL=http://statsbe.norton.com/n/p, Caught WebException The remote name could not be resolved: 'statsbe.norton.com'
    03-19-2013,18:17:33 : Telemetry transmission failed.  Data was not sent.
    03-19-2013,18:17:33 : The return code is: 1601
    03-19-2013,18:17:33 : ERROR:  Installation failed with error 1601. GetLastError = :0
    03-19-2013,18:17:48 : Setup is already running.  Unable to initialize another instance of setup.
    03-19-2013,18:17:51 : Error initializing shared data
    03-19-2013,18:53:53 : m_bUseNativeClient = 1
    03-19-2013,18:53:53 : Executing SQL_GetServicePack.
    03-19-2013,18:53:53 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:53:54 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:53:54 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : Executing SQL_GetServicePack.
    03-19-2013,18:53:54 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:53:54 : m_bUseNativeClient = 1
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:58:06 : Windows Operating System Version: 6.1
    03-19-2013,18:58:06 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:58:08 : Executing managed _Setup:
    03-19-2013,18:58:08 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:58:09 : Loading XML from:
    03-19-2013,18:58:09 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:58:09 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:58:09 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:58:09 : Launching UI Install
    03-19-2013,18:58:10 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:58:10 : m_bUseNativeClient = 1
    03-19-2013,18:58:10 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:58:10 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:58:10 : CopySupportFiles
    03-19-2013,18:58:10 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:58:11 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:58:11 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:58:11 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:58:15 : Typical install value is set to : True
    03-19-2013,18:58:16 : m_bUseNativeClient = 1
    03-19-2013,18:58:16 : Executing SQL_GetServicePack.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:58:16 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : Executing SQL_GetServicePack.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:58:16 : m_bUseNativeClient = 1
    03-19-2013,18:58:49 : m_bUseNativeClient = 1
    03-19-2013,18:58:49 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:59:43 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:59:43 : Install is not executing as the service account.
    03-19-2013,18:59:43 : Successfully Logged on as service account.
    03-19-2013,18:59:44 : Successfully impersonated service account.
    03-19-2013,18:59:44 : EUserName value successfully written to the registry.
    03-19-2013,18:59:44 : EPassword value successfully written to the registry.
    03-19-2013,18:59:44 : EDomain value successfully written to the registry.
    03-19-2013,18:59:46 : There were no remote computers selected for install
    03-19-2013,18:59:46 : m_bUseNativeClient = 1
    03-19-2013,18:59:46 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:59:47 : Terminal Services enabled.
    03-19-2013,18:59:47 : Terminal Services server has been set to Install mode.
    03-19-2013,18:59:47 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:59:49 : Executing InstallLiveUpdate.
    03-19-2013,19:00:01 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,19:00:01 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,19:00:01 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,19:00:01 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,19:00:01 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,19:00:01 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,19:00:01 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,19:00:02 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,19:00:02 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,19:00:02 : Starting Install
    03-19-2013,19:00:02 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,19:00:02 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,19:00:02 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,19:00:03 : Discovered Total Actions: 115
    03-19-2013,19:00:03 : The return code from the MSI is: 1601
    03-19-2013,19:00:03 : Cleaning up the symc status key
    03-19-2013,19:00:03 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,19:00:03 : Clean up Symantec installer keys.
    03-19-2013,19:00:05 : Terminal Services enabled.
    03-19-2013,19:00:05 : Terminal Services server has been set to Execute mode.
    03-19-2013,19:00:07 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,19:00:07 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,19:00:07 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,19:00:07 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,19:00:10 : Gathering Telemetry items
    03-19-2013,19:00:10 : Failed to start the management service
    03-19-2013,19:00:10 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,19:00:10 : Sending Telemetry to Symantec
    03-19-2013,19:00:10 : Transmit Telemetry initialized.
    03-19-2013,19:00:10 : TelemetryRegistryHelpers initialized.
    03-19-2013,19:00:10 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,19:00:10 : Telemetry data was successfully sent to Symantec
    03-19-2013,19:00:10 : The return code is: 1601
    03-19-2013,19:00:11 : ERROR:  Installation failed with error 1601. GetLastError = :0 
    DJH

  • Another Adobe Air installation issue

    I've tried removing the following directories and still get an error while installing.
    C:\Program Files\Common Files\Adobe AIR
         C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com
         C:\Users\phil\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com
         C:\Users\phil\AppData\Local\Adobe\AIR
         C:\Users\phil\AppData\Roaming\Adobe\AIR
         C:\ProgramData\Adobe\AIR
    Yes, I ran it as administrator but not the default admin account. Phil's account has administrative privileges.
    [2011-09-20:18:00:52] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:00:52] Commandline is: -x1 file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:00:52] Installed runtime (1.5.0.7220) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-20:18:00:52] Invoking Application Installer for combined install
    [2011-09-20:18:00:52] Launching subprocess with commandline C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -withRuntime -url file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:00:52] Application Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:00:52] Commandline is: -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -withRuntime -url file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:00:52] Installed runtime (1.5.0.7220) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-20:18:00:53] Unpackaging file:///C:/Users/phil/Downloads/LIFR-1.1.0.air to C:\Users\phil\AppData\Local\Temp\fla41C0.tmp
    [2011-09-20:18:00:55] Application signature verified
    [2011-09-20:18:00:55] Unpackaging/validation complete
    [2011-09-20:18:00:55] No app located for appID 'com.amz.retirementplanner' and pubID ''
    [2011-09-20:18:01:10] Converting unpackaged application to a native installation package in C:\Users\phil\AppData\Local\Temp\fla841F.tmp
    [2011-09-20:18:01:11] Native installation package creation succeeded
    [2011-09-20:18:01:11] Launching subprocess with commandline C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:01:11] Relaunching with elevation
    [2011-09-20:18:01:14] Application Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:01:14] Commandline is: -stdio \\.\pipe\AIR_3948_0 -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:01:14] Installed runtime (1.5.0.7220) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-20:18:01:15] Unpackaging file:///C:/Users/phil/Downloads/LIFR-1.1.0.air to C:\Users\phil\AppData\Local\Temp\fla98F4.tmp
    [2011-09-20:18:01:17] Application signature verified
    [2011-09-20:18:01:17] Unpackaging/validation complete
    [2011-09-20:18:01:17] No app located for appID 'com.amz.retirementplanner' and pubID ''
    [2011-09-20:18:01:17] Converting unpackaged application to a native installation package in C:\Users\phil\AppData\Local\Temp\flaA064.tmp
    [2011-09-20:18:01:18] Native installation package creation succeeded
    [2011-09-20:18:01:18] Starting silent combined runtime update and app install.
    Updating runtime from version 1.5.0.7220 to version 2.7.1.19610.
    Installing app com.amz.retirementplanner version 1.1.0 to C:\Program Files (x86)  using the source file at file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:01:19] Installing msi at C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-20:18:01:24] Installing msi at C:\Users\phil\AppData\Local\Temp\flaA064.tmp\setup.msi with guid {05E8C32F-06A7-1EF5-81B0-485BEAFD69AB}
    [2011-09-20:18:01:28] Application Installer end with exit code 0
    [2011-09-20:18:01:28] Elevated install completed
    [2011-09-20:18:01:28] Launching subprocess with commandline C:\Program Files (x86)\LIFR Retirement Planner 1.1\LIFR Retirement Planner 1.1.exe
    [2011-09-20:18:01:29] Application Installer end with exit code 0
    [2011-09-20:18:01:29] Subprocess app installer succeeded
    [2011-09-20:18:01:29] Runtime Installer end with exit code 0
    [2011-09-20:18:05:59] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:05:59] Commandline is:
    [2011-09-20:18:05:59] No installed runtime detected
    [2011-09-20:18:06:03] Relaunching with elevation
    [2011-09-20:18:06:03] Launching subprocess with commandline c:\users\phil\appdata\local\temp\aire262.tmp\adobe air installer.exe -ei
    [2011-09-20:18:06:07] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:06:07] Commandline is: -stdio \\.\pipe\AIR_3744_0 -ei
    [2011-09-20:18:06:07] No installed runtime detected
    [2011-09-20:18:06:07] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-20:18:06:07] Installing msi at c:\users\phil\appdata\local\temp\aire262.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-20:18:06:07] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:07] Rolling back install of c:\users\phil\appdata\local\temp\aire262.tmp\setup.msi
    [2011-09-20:18:06:07] Rollback complete
    [2011-09-20:18:06:07] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:07] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:07] Runtime Installer end with exit code 7
    [2011-09-20:18:06:11] Runtime Installer end with exit code 7
    [2011-09-20:18:06:30] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-20:18:06:30] Commandline is:
    [2011-09-20:18:06:30] No installed runtime detected
    [2011-09-20:18:06:34] Relaunching with elevation
    [2011-09-20:18:06:34] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5b97.tmp\adobe air installer.exe -ei
    [2011-09-20:18:06:37] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:06:37] Commandline is: -stdio \\.\pipe\AIR_1032_0 -ei
    [2011-09-20:18:06:37] No installed runtime detected
    [2011-09-20:18:06:37] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-20:18:06:37] Installing msi at c:\users\phil\appdata\local\temp\air5b97.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-20:18:06:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:37] Rolling back install of c:\users\phil\appdata\local\temp\air5b97.tmp\setup.msi
    [2011-09-20:18:06:37] Rollback complete
    [2011-09-20:18:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:37] Runtime Installer end with exit code 7
    [2011-09-20:18:06:44] Runtime Installer end with exit code 7
    [2011-09-21:06:20:28] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:20:28] Commandline is:
    [2011-09-21:06:20:28] No installed runtime detected
    [2011-09-21:06:20:32] Relaunching with elevation
    [2011-09-21:06:20:32] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air4ee8.tmp\adobe air installer.exe -ei
    [2011-09-21:06:20:36] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:20:36] Commandline is: -stdio \\.\pipe\AIR_5268_0 -ei
    [2011-09-21:06:20:36] No installed runtime detected
    [2011-09-21:06:20:36] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:20:36] Installing msi at c:\users\phil\appdata\local\temp\air4ee8.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:20:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:20:37] Rolling back install of c:\users\phil\appdata\local\temp\air4ee8.tmp\setup.msi
    [2011-09-21:06:20:37] Rollback complete
    [2011-09-21:06:20:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:20:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:20:37] Runtime Installer end with exit code 7
    [2011-09-21:06:20:45] Runtime Installer end with exit code 7
    [2011-09-21:06:39:03] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:39:03] Commandline is:
    [2011-09-21:06:39:03] No installed runtime detected
    [2011-09-21:06:39:23] Relaunching with elevation
    [2011-09-21:06:39:23] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5445.tmp\adobe air installer.exe -ei
    [2011-09-21:06:39:29] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:39:29] Commandline is: -stdio \\.\pipe\AIR_7016_0 -ei
    [2011-09-21:06:39:29] No installed runtime detected
    [2011-09-21:06:39:29] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:39:29] Installing msi at c:\users\phil\appdata\local\temp\air5445.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:39:30] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:39:30] Rolling back install of c:\users\phil\appdata\local\temp\air5445.tmp\setup.msi
    [2011-09-21:06:39:30] Rollback complete
    [2011-09-21:06:39:30] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:39:30] Runtime Installer end with exit code 7
    [2011-09-21:06:39:40] Runtime Installer end with exit code 7
    [2011-09-21:06:41:16] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:06:41:16] Commandline is:
    [2011-09-21:06:41:16] No installed runtime detected
    [2011-09-21:06:41:23] Relaunching with elevation
    [2011-09-21:06:41:23] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5f4d.tmp\adobe air installer.exe -ei
    [2011-09-21:06:41:32] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:41:32] Commandline is: -stdio \\.\pipe\AIR_5904_0 -ei
    [2011-09-21:06:41:32] No installed runtime detected
    [2011-09-21:06:41:32] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:41:32] Installing msi at c:\users\phil\appdata\local\temp\air5f4d.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:41:32] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:41:32] Rolling back install of c:\users\phil\appdata\local\temp\air5f4d.tmp\setup.msi
    [2011-09-21:06:41:32] Rollback complete
    [2011-09-21:06:41:32] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:41:32] Runtime Installer end with exit code 7
    [2011-09-21:06:41:41] Runtime Installer end with exit code 7
    [2011-09-21:06:46:44] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:06:46:44] Commandline is:
    [2011-09-21:06:46:44] No installed runtime detected
    [2011-09-21:06:46:52] Relaunching with elevation
    [2011-09-21:06:46:52] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5aca.tmp\adobe air installer.exe -ei
    [2011-09-21:06:46:56] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:46:56] Commandline is: -stdio \\.\pipe\AIR_6308_0 -ei
    [2011-09-21:06:46:56] No installed runtime detected
    [2011-09-21:06:46:56] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:46:56] Installing msi at c:\users\phil\appdata\local\temp\air5aca.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:46:56] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:46:56] Rolling back install of c:\users\phil\appdata\local\temp\air5aca.tmp\setup.msi
    [2011-09-21:06:46:56] Rollback complete
    [2011-09-21:06:46:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:46:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:46:58] Runtime Installer end with exit code 7
    [2011-09-21:06:54:29] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:06:54:29] Commandline is:
    [2011-09-21:06:54:29] No installed runtime detected
    [2011-09-21:06:54:33] Relaunching with elevation
    [2011-09-21:06:54:33] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air7942.tmp\adobe air installer.exe -ei
    [2011-09-21:06:54:35] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:54:35] Commandline is: -stdio \\.\pipe\AIR_4300_0 -ei
    [2011-09-21:06:54:35] No installed runtime detected
    [2011-09-21:06:54:36] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:54:36] Installing msi at c:\users\phil\appdata\local\temp\air7942.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:54:36] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:54:36] Rolling back install of c:\users\phil\appdata\local\temp\air7942.tmp\setup.msi
    [2011-09-21:06:54:36] Rollback complete
    [2011-09-21:06:54:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:54:36] Runtime Installer end with exit code 7
    [2011-09-21:06:54:38] Runtime Installer end with exit code 7
    [2011-09-21:08:29:22] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:29:22] Commandline is:
    [2011-09-21:08:29:22] No installed runtime detected
    [2011-09-21:08:29:25] Relaunching with elevation
    [2011-09-21:08:29:25] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air556f.tmp\adobe air installer.exe -ei
    [2011-09-21:08:29:29] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:29:29] Commandline is: -stdio \\.\pipe\AIR_7108_0 -ei
    [2011-09-21:08:29:29] No installed runtime detected
    [2011-09-21:08:29:29] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:29:29] Installing msi at c:\users\phil\appdata\local\temp\air556f.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:29:29] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:29:29] Rolling back install of c:\users\phil\appdata\local\temp\air556f.tmp\setup.msi
    [2011-09-21:08:29:29] Rollback complete
    [2011-09-21:08:29:29] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:29:29] Runtime Installer end with exit code 7
    [2011-09-21:08:34:00] Runtime Installer end with exit code 7
    [2011-09-21:08:36:08] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:08] Commandline is:
    [2011-09-21:08:36:08] No installed runtime detected
    [2011-09-21:08:36:11] Relaunching with elevation
    [2011-09-21:08:36:11] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air7bf3.tmp\adobe air installer.exe -ei
    [2011-09-21:08:36:13] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:13] Commandline is: -stdio \\.\pipe\AIR_6760_0 -ei
    [2011-09-21:08:36:13] No installed runtime detected
    [2011-09-21:08:36:13] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:36:13] Installing msi at c:\users\phil\appdata\local\temp\air7bf3.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:36:13] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:13] Rolling back install of c:\users\phil\appdata\local\temp\air7bf3.tmp\setup.msi
    [2011-09-21:08:36:13] Rollback complete
    [2011-09-21:08:36:13] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:13] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:13] Runtime Installer end with exit code 7
    [2011-09-21:08:36:15] Runtime Installer end with exit code 7
    [2011-09-21:08:36:45] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:45] Commandline is:
    [2011-09-21:08:36:45] No installed runtime detected
    [2011-09-21:08:36:49] Relaunching with elevation
    [2011-09-21:08:36:49] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air13de.tmp\adobe air installer.exe -ei
    [2011-09-21:08:36:52] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:52] Commandline is: -stdio \\.\pipe\AIR_4472_0 -ei
    [2011-09-21:08:36:52] No installed runtime detected
    [2011-09-21:08:36:52] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:36:52] Installing msi at c:\users\phil\appdata\local\temp\air13de.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:36:52] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:52] Rolling back install of c:\users\phil\appdata\local\temp\air13de.tmp\setup.msi
    [2011-09-21:08:36:52] Rollback complete
    [2011-09-21:08:36:52] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:52] Runtime Installer end with exit code 7
    [2011-09-21:08:36:52] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:37:03] Runtime Installer end with exit code 7
    [2011-09-21:08:37:53] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:37:53] Commandline is:
    [2011-09-21:08:37:53] No installed runtime detected
    [2011-09-21:08:37:54] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:37:54] Commandline is:
    [2011-09-21:08:37:54] No installed runtime detected
    [2011-09-21:08:37:55] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:37:55] Commandline is:
    [2011-09-21:08:37:55] No installed runtime detected
    [2011-09-21:08:38:01] Relaunching with elevation
    [2011-09-21:08:38:01] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air18cd.tmp\adobe air installer.exe -ei
    [2011-09-21:08:38:11] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:38:11] Commandline is: -stdio \\.\pipe\AIR_3020_0 -ei
    [2011-09-21:08:38:11] No installed runtime detected
    [2011-09-21:08:38:11] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:38:11] Installing msi at c:\users\phil\appdata\local\temp\air18cd.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:38:11] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:11] Rolling back install of c:\users\phil\appdata\local\temp\air18cd.tmp\setup.msi
    [2011-09-21:08:38:11] Rollback complete
    [2011-09-21:08:38:11] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:11] Runtime Installer end with exit code 7
    [2011-09-21:08:38:13] Runtime Installer end with exit code 7
    [2011-09-21:08:38:20] Relaunching with elevation
    [2011-09-21:08:38:20] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air2903.tmp\adobe air installer.exe -ei
    [2011-09-21:08:38:22] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:38:22] Commandline is: -stdio \\.\pipe\AIR_6784_0 -ei
    [2011-09-21:08:38:22] No installed runtime detected
    [2011-09-21:08:38:22] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:38:22] Installing msi at c:\users\phil\appdata\local\temp\air2903.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:38:22] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:22] Rolling back install of c:\users\phil\appdata\local\temp\air2903.tmp\setup.msi
    [2011-09-21:08:38:22] Rollback complete
    [2011-09-21:08:38:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:22] Runtime Installer end with exit code 7
    [2011-09-21:08:38:23] Runtime Installer end with exit code 7
    [2011-09-21:08:38:25] Relaunching with elevation
    [2011-09-21:08:38:25] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air1b7c.tmp\adobe air installer.exe -ei
    [2011-09-21:08:38:27] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:38:27] Commandline is: -stdio \\.\pipe\AIR_4472_0 -ei
    [2011-09-21:08:38:27] No installed runtime detected
    [2011-09-21:08:38:27] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:38:27] Installing msi at c:\users\phil\appdata\local\temp\air1b7c.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:38:27] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:27] Rolling back install of c:\users\phil\appdata\local\temp\air1b7c.tmp\setup.msi
    [2011-09-21:08:38:27] Rollback complete
    [2011-09-21:08:38:27] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:27] Runtime Installer end with exit code 7
    [2011-09-21:08:38:38] Runtime Installer end with exit code 7
    [2011-09-21:08:38:58] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:38:58] Commandline is:
    [2011-09-21:08:38:58] No installed runtime detected
    [2011-09-21:08:39:02] Relaunching with elevation
    [2011-09-21:08:39:02] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air22cc.tmp\adobe air installer.exe -ei
    [2011-09-21:08:39:04] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:39:04] Commandline is: -stdio \\.\pipe\AIR_7868_0 -ei
    [2011-09-21:08:39:04] No installed runtime detected
    [2011-09-21:08:39:05] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:39:05] Installing msi at c:\users\phil\appdata\local\temp\air22cc.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:39:05] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:05] Rolling back install of c:\users\phil\appdata\local\temp\air22cc.tmp\setup.msi
    [2011-09-21:08:39:05] Rollback complete
    [2011-09-21:08:39:05] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:05] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:05] Runtime Installer end with exit code 7
    [2011-09-21:08:39:08] Runtime Installer end with exit code 7
    [2011-09-21:08:39:37] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:39:37] Commandline is:
    [2011-09-21:08:39:37] No installed runtime detected
    [2011-09-21:08:39:43] Relaunching with elevation
    [2011-09-21:08:39:43] Launching subprocess with commandline c:\users\phil\appdata\local\temp\airb885.tmp\adobe air installer.exe -ei
    [2011-09-21:08:39:46] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:39:46] Commandline is: -stdio \\.\pipe\AIR_6488_0 -ei
    [2011-09-21:08:39:46] No installed runtime detected
    [2011-09-21:08:39:46] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:39:46] Installing msi at c:\users\phil\appdata\local\temp\airb885.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:39:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:47] Rolling back install of c:\users\phil\appdata\local\temp\airb885.tmp\setup.msi
    [2011-09-21:08:39:47] Rollback complete
    [2011-09-21:08:39:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:47] Runtime Installer end with exit code 7
    [2011-09-21:08:42:54] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:42:54] Commandline is:
    [2011-09-21:08:42:54] No installed runtime detected
    [2011-09-21:08:42:58] Relaunching with elevation
    [2011-09-21:08:42:58] Launching subprocess with commandline c:\users\phil\appdata\local\temp\airba4a.tmp\adobe air installer.exe -ei
    [2011-09-21:08:43:01] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:43:01] Commandline is: -stdio \\.\pipe\AIR_7176_0 -ei
    [2011-09-21:08:43:01] No installed runtime detected
    [2011-09-21:08:43:01] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:43:01] Installing msi at c:\users\phil\appdata\local\temp\airba4a.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:43:01] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:43:01] Rolling back install of c:\users\phil\appdata\local\temp\airba4a.tmp\setup.msi
    [2011-09-21:08:43:01] Rollback complete
    [2011-09-21:08:43:01] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:43:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:43:02] Runtime Installer end with exit code 7
    [2011-09-21:08:43:03] Runtime Installer end with exit code 7
    [2011-09-21:08:43:09] Runtime Installer end with exit code 7
    [2011-09-21:08:48:47] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:48:47] Commandline is:
    [2011-09-21:08:48:47] No installed runtime detected
    [2011-09-21:08:48:55] Relaunching with elevation
    [2011-09-21:08:48:55] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air1b9b.tmp\adobe air installer.exe -ei
    [2011-09-21:08:48:55] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:48:55] Commandline is: -stdio \\.\pipe\AIR_5568_0 -ei
    [2011-09-21:08:48:55] No installed runtime detected
    [2011-09-21:08:48:56] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:48:56] Installing msi at c:\users\phil\appdata\local\temp\air1b9b.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:48:56] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:48:56] Rolling back install of c:\users\phil\appdata\local\temp\air1b9b.tmp\setup.msi
    [2011-09-21:08:48:56] Rollback complete
    [2011-09-21:08:48:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:48:56] Runtime Installer end with exit code 7
    [2011-09-21:08:49:26] Runtime Installer end with exit code 7
    [2011-09-21:08:56:37] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:56:37] Commandline is:
    [2011-09-21:08:56:37] No installed runtime detected
    [2011-09-21:08:59:53] Relaunching with elevation
    [2011-09-21:08:59:53] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air41b1.tmp\adobe air installer.exe -ei
    [2011-09-21:08:59:53] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:59:53] Commandline is: -stdio \\.\pipe\AIR_5656_0 -ei
    [2011-09-21:08:59:53] No installed runtime detected
    [2011-09-21:08:59:53] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:59:53] Installing msi at c:\users\phil\appdata\local\temp\air41b1.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:59:53] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:59:53] Rolling back install of c:\users\phil\appdata\local\temp\air41b1.tmp\setup.msi
    [2011-09-21:08:59:53] Rollback complete
    [2011-09-21:08:59:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:59:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:59:53] Runtime Installer end with exit code 7
    [2011-09-21:09:07:06] Runtime Installer end with exit code 7
    [2011-09-21:09:07:39] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:09:07:39] Commandline is:
    [2011-09-21:09:07:39] No installed runtime detected
    [2011-09-21:09:07:44] Relaunching with elevation
    [2011-09-21:09:07:44] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air62c8.tmp\adobe air installer.exe -ei
    [2011-09-21:09:07:44] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:09:07:44] Commandline is: -stdio \\.\pipe\AIR_7504_0 -ei
    [2011-09-21:09:07:44] No installed runtime detected
    [2011-09-21:09:07:44] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:09:07:44] Installing msi at c:\users\phil\appdata\local\temp\air62c8.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:09:07:44] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:09:07:44] Rolling back install of c:\users\phil\appdata\local\temp\air62c8.tmp\setup.msi
    [2011-09-21:09:07:44] Rollback complete
    [2011-09-21:09:07:44] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:09:07:44] Runtime Installer end with exit code 7
    [2011-09-21:09:07:59] Runtime Installer end with exit code 7

    I'm sorry you're running into installation issues with AIR.  Microsoft has just released a new utility that can help resolve installation problems.  Would you mind giving this a try and let us know how it works for you?  When running the Fix it, go through the uninstall process and try to remove Adobe AIR from your system.  Once finished, download the latest version of AIR and install again.
    Microsoft Install and Uninstall Fix It
    If you still encounter problems, I created a vb script called AIR zapper that might also help.  You can find it on this post: http://forums.adobe.com/message/3737276#3737276
    Thanks,
    Chris

  • Silent installer simply doesn't work

    I downloaded the AIR_Win_installer_files.zip file in order to do a side-car AIR installation.  I created a directory (AIR_bundle) and unzipped the downloaded file into that.  In that directory, I end up with:
    Adobe AIR Installer.exe
    Adobe AIR/
    where the latter is a sub-folder containing lots of other files.  On the command-line, I execute the exe file passing only the -silent option, and I get an error dialog that says:
    This application requires a version of Adobe AIR which cannot be found.  Please download the latest version of the runtime from http://www.adobe.com/getair, or contact the application author for an updated version.
    Why? FYI: there is no AIR installed on the computer at all (which should be OK since I'm trying to install it using the silent installer).

      Hi Folks,
      Restarting an Adobe AIR Application is not working during Silent installation.
      If I install testapp.air(which has following code) on a machine that already has Adobe AIR installed on it and I click on
       the 'Restart' button in the testapp it works fine. (The app is closed and restarted and the window reopens)
      import mx.core.Application;
      import mx.core.WindowedApplication;
      import adobe.utils.ProductManager;
      public function reStart():void
        var app:WindowedApplication =
            WindowedApplication(Application.application);
        var mgr:ProductManager =
            new ProductManager("airappinstaller");
        mgr.launch("-launch " +
            app.nativeApplication.applicationID + " " +
            app.nativeApplication.publisherID);
        NativeApplication.nativeApplication.exit(0);
      Now, we have a need to bundle Adobe AIR with our app and install Adobe AIR in 'silent' mode. I followed the directions in the Adobe
      AIR bundling agreement and used the following command to install it:
      testappInstaller.exe -silent -eulaAccepted -location "C:/Program Files/" -desktopShortcut testapp.air
      If I do this, when I click on the 'Restart' button it does NOT restart the application. The issue seems to be related to installing
      Adobe AIR in silent mode.
      I would greatly appreciate any assistance Adobe is able to provide for this issue.
      -Dhamu     

  • Oracle Database Express Edition 11g Release2 11.2.0 silent Installation failing with port8081 error

    Hi everyone,
    We are trying to create silent(unattended) install package to install Oracle database 11g express edition 11.2.0 silently on our machines. We modified the provided .iss file as per the requirement and tried to install with below command,
    setup.exe /verbose /s /f1"c:\DISK1\response\oracleXE-install.iss" /f2"c:\DISK1\oracle_log.txt" /v" /l*v "c:\DISK1\oracle_msi_log.txt""
    Installation is failing with below error from the log file,
    1: OracleXE-Server-Install-Message: Port 8081 is in use. Specify a different port number.
    Installshield 11:22:22: Installation aborts, ready to shut down.
    Port 8081 is being used by mcAfee in our organization. We tried passing a different port number for Http in the response file(.iss), but it is failing with same reason.  We have searched foruns and found that we need to stop the port8081 during the oracle XE installation and can start it later once the installation is completed. But As port 8081 is being used by McAfee in our organization, we could not stop it even during oracle XE installation as it creates security issues.
    I am attaching the MSI log(failure log) and modified .iss(modfied .iss file to .iss.txt to be able to attach) files. Please look into it and suggest how can we achieve silent installation in this case.

    Pl see previous discussions about this topic - seems to be a limitation of the silent install process
    OracleXE-Server-Install-Message: The 8081 port is in use.

  • Wily Introscope Installation Issue

    I've been trying to install the Wily Introscope Enterprise Manager onto my Solution Manager server for several days now but I'm running into a lot of issues. I have unpacked SAPISEM8SP01_00-10007429.SAR & SAPISEM80_03-10007433.SAR but the silent installation is not providing any errors or information on the installation. I've tried just about everything to get introscope8.0.2.0windowsAMD64SAP.exe to run on my server but it still does nothing. Has anyone run into this issue?

    was able to finally get the installer to work by using package
    SAPISEM8SP01_00-10007433.SAR. Not sure why the others were not working
    but the agent works fine now.

  • Grid Control 10.2.0.1.1 Silent Installation Problem

    I seem to be having issue installing Grid Control 10.2.0.1.1; I am using the silent install with existing database method and for some reason, the installation process is not using some variable I have specified in the response file.
    My operating environment is as follows
    Redhat Enterprise Linux 5.2 [Tikanga] - 32bit
    Repository: Oracle Database 11gR2Variables that I have specifed in the response file and are not being used are below.
    >
    s_mgmtTbsName="/u02/oradata/emrep/oradata/mgmt.dbf"
    s_ecmTbsName="/u02/oradata/emrep/oradata/mgmt_ecm_depot1.dbf"
    >
    slientInstall log has the following entries
    silentInstall2010-08-18_01-15-29-PM.log
    *** Error Dialog: OUI-10150:Error: The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory. in component Oracle Enterprise Manager Grid Console 10.2.0.1.1 . Installation cannot continue for this component. ***
    User Selected: S&top installation of this component only.
    The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory.
    This silent installation was unsuccessful.installActions log file has the following entries
    INFO: Setting variable 's_mgmtTbsName' to '/u01/app/oracle/product/oms10g/oradata/mgmt.dbf'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.3.0  exists
    filename = /u01/app/oracle/product/oms10g/oradata
    INFO: Query Returned: false
    User Selected: S&top installation of this component only.
    The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory.
    This silent installation was unsuccessful.Regard,
    Phiri

    [oracle@oracledba Disk1]$ cat response/em_using_existing_db.rsp
    ## copyright (c) 1999, 2004 Oracle. All rights reserved.          ##
    ## Specify values for the variables listed below to customize     ##
    ## your installation.                                             ##
    ## Each variable is associated with a comment. The comment        ##
    ## identifies the variable type.                                  ##
    ## Please specify the values in the following format:             ##
    ##         Type         Example                                   ##
    ##         String       "Sample Value"                            ##
    ##         Boolean      True or False                             ##
    ##         Number       1000                                      ##
    ##         StringList   {"String value 1","String Value 2"}       ##
    ## The values that are given as <Value Required> need to be       ##
    ## specified for a silent installation to be successful.          ##
    ## This response file is generated by Oracle Software             ##
    ## Packager.                                                      ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name       : UNIX_GROUP_NAME
    #Datatype   : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME="oinstall"
    #Name       : FROM_LOCATION
    #Datatype   : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "../stage/products.xml"
    FROM_LOCATION="/u02/orasoft/gc_10201/Disk1/rdbms/Disk1/stage/products.xml"
    #Name       : FROM_LOCATION_CD_LABEL
    #Datatype   : String
    #Description: This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
    #Example: FROM_LOCATION_CD_LABEL = "CD Label"
    #FROM_LOCATION_CD_LABEL="EM10g"
    #Name       : BASEDIR
    #Datatype   : String
    #Description: Directory where the ORACLE_HOMES gets created
    #Example: BASEDIR = "C:\OHOME1" or BASEDIR = "/scratch/OracleHomes"
    BASEDIR="/u01/app/oracle/product"
    #Name       : INSTALLATION_NAME
    #Datatype   : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: INSTALLATION_NAME = "OHOME1"
    INSTALLATION_NAME="oms10g"
    #Name       : NEXT_SESSION
    #Datatype   : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=true
    #Name       : NEXT_SESSION_ON_FAIL
    #Datatype   : Boolean
    #Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name       : DEINSTALL_LIST
    #Datatype   : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name, Version : External name. Please use the internal name and version while specifying the value.
    #    oracle.sysman.top.agent, 10.2.0.0.0 : Oracle Management Agent 10.2.0.0.0
    #    oracle.sysman.top.em_seed, 10.2.0.0.0 : Oracle Enterprise Manager Repository Database 10.2.0.0.0
    #    oracle.sysman.top.oms, 10.2.0.0.0 : Oracle Enterprise Manager Grid Console 10.2.0.0.0
    #Example: DEINSTALL_LIST = {"oracle.sysman.top.agent","10.2.0.0.0"}
    DEINSTALL_LIST={"oracle.sysman.top.oms","10.2.0.1.1"}
    #Name       : SHOW_DEINSTALL_CONFIRMATION
    #Datatype   : Boolean
    #Description: Set to true if deinstall confimation is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name       : SHOW_DEINSTALL_PROGRESS
    #Datatype   : Boolean
    #Description: Set to true if deinstall progress is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name       : REMOVE_HOMES
    #Datatype   : StringList
    #Description: List of the homes to be removed during a deinstall session. Each home is represented by its full path.
    #Example: REMOVE_HOMES = {<full_path_of_home1>,<full_path_of_home2>, ...}
    REMOVE_HOMES=<Value Unspecified>
    #Name       : ACCEPT_LICENSE_AGREEMENT
    #Datatype   : Boolean
    #Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=true
    #Name       : TOPLEVEL_COMPONENT
    #Datatype   : StringList
    #Description: The top level component to be installed in the current session.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name, Version : External name. Please use the internal name and version while specifying the value.
    #    oracle.sysman.top.agent, 10.2.0.0.0 : Oracle Management Agent 10.2.0.0.0
    #    oracle.sysman.top.em_seed, 10.2.0.0.0 : Oracle Enterprise Manager Repository Database 10.2.0.0.0
    #    oracle.sysman.top.oms, 10.2.0.0.0 : Oracle Enterprise Manager Grid Console 10.2.0.0.0
    #Example: TOPLEVEL_COMPONENT = {"oracle.sysman.top.agent","10.2.0.0.0"}
    TOPLEVEL_COMPONENT={"oracle.sysman.top.oms","10.2.0.1.1"}
    #Name       : SELECTED_LANGUAGES
    #Datatype   : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    #    en,   : English
    #    de,   : German
    #    es,   : Latin American Spanish
    #    es_MX,   : Mexican Spanish
    #    es_ES,   : Spanish
    #    fr,   : French
    #    fr_CA,   : Canadian French
    #    it,   : Italian
    #    iw,   : Hebrew
    #    ja,   : Japanese
    #    ko,   : Korean
    #    pt_BR,   : Brazilian Portuguese
    #    zh_CN,   : Simplified Chinese
    #    zh_TW,   : Traditional Chinese
    #Example: SELECTED_LANGUAGES = {"en"}
    #SELECTED_LANGUAGES={"en"}
    #Name       : COMPONENT_LANGUAGES
    #Datatype   : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    #    en,   : English
    #    de,   : German
    #    es,   : Latin American Spanish
    #    es_MX,   : Mexican Spanish
    #    es_ES,   : Spanish
    #    fr,   : French
    #    fr_CA,   : Canadian French
    #    it,   : Italian
    #    iw,   : Hebrew
    #    ja,   : Japanese
    #    ko,   : Korean
    #    pt_BR,   : Brazilian Portuguese
    #    zh_CN,   : Simplified Chinese
    #    zh_TW,   : Traditional Chinese
    #Example: COMPONENT_LANGUAGES = {"en"}
    #Component  : oracle.sysman.top.oms
    COMPONENT_LANGUAGES={"en"}
    #Name       : s_reposHost
    #Datatype   : String
    #Description: Hostname of the Repository database
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposHost="stadv26.us.oracle.com"
    s_reposHost="oracledba"
    #Name       : s_reposPort
    #Datatype   : String
    #Description: Port on which the Repository database is running
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposPort="1521"
    s_reposPort="1521"
    #Name       : s_reposSID
    #Datatype   : String
    #Description: SID or Service name  of the Repository database
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposSID="emrep"
    s_reposSID="emrep"
    #Name       : s_reposDBAPwd
    #Datatype   : String
    #Description: Password of DBA user used to create repository schema
    #Component  : oracle.sysman.top.oms
    # Example   : s_reposDBAPwd="password"
    s_reposDBAPwd="emgc10g"
    #Name       : s_mgmtTbsName
    #Datatype   : String
    #Description: Mgmt tablespace name
    #Component  : oracle.sysman.top.oms
    #This will get created on the machine where the database is present
    #So make sure that the directory given here is present in the machine where the database exists
    #ORACLE_HOME/oradata/mgmt.dbf
    #Example   : s_mgmtTbsName=/scratch/OracleHomes/oradata/mgmt.dbf
    s_mgmtTbsName="/u02/oradata/emrep/oradata/mgmt.dbf"
    #Name       : s_ecmTbsName
    #Datatype   : String
    #Description: ECM tablespace name
    #Component  : oracle.sysman.top.oms
    #This will get created on the machine where the database is present
    #So make sure that the directory given here is present in the machine where the database exists
    #ORACLE_HOME/oradata/mgmt_ecm_depot1.dbf
    #Example    : s_ecmTbsName=/scratch/OracleHomes/oradata/mgmt_ecm_depot1.dbf
    s_ecmTbsName="/u02/oradata/emrep/oradata/mgmt_ecm_depot1.dbf"
    #Name       : b_emailSelected
    #Datatype   : Boolean
    #Description: Whether to receive automatic threshold notification email
    #Component  : oracle.sysman.top.oms
    #Example    : b_emailSelected=false/true
    b_emailSelected=<Value Unspecified>
    #Name       : s_emailAddress
    #Datatype   : String
    #Description: Address to receive threshold notification email, this will be effected only when b_emailSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_emailAddress=<Value Unspecified>
    #Name       : s_emailServer
    #Datatype   : String
    #Description: SMTP gateway used to send threshold notification email, this will be effected only when b_emailSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_emailServer=<Value Unspecified>
    #Name       : b_metalinkSelected
    #Datatype   : Boolean
    #Description: Whether MetaLink connection was configured
    #Component  : oracle.sysman.top.em_seed
    #Example    : b_metalinkSelected=false/true
    b_metalinkSelected=<Value Unspecified>
    #Name       : s_metalinkUser
    #Datatype   : String
    #Description: user name for MetaLink access, this will be effected only when b_metalinkSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_metalinkUser=<Value Unspecified>
    #Name       : s_metalinkPassword
    #Datatype   : String
    #Description: password for MetaLink access, this will be effected only when b_metalinkSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_metalinkPassword=<Value Unspecified>
    #Name       : b_proxySelected
    #Datatype   : Boolean
    #Description: Whether proxy connection was configured
    #Component  : oracle.sysman.top.em_seed
    #Example: b_proxySelected=false/true
    b_proxySelected=<Value Unspecified>
    #Name       : EM_PROXYUSER
    #Datatype   : String
    #Description: User name for proxy access,this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYUSER=<Value Unspecified>
    #Name       : EM_PROXYREALM
    #Datatype   : String
    #Description: Server providing proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYREALM=<Value Unspecified>
    #Name       : EM_PROXYPASSWORD
    #Datatype   : String
    #Description: Password for proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYPASSWORD=<Value Unspecified>
    #Name       : EM_PROXYHOST
    #Datatype   : String
    #Description: Server providing proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYHOST=<Value Unspecified>
    #Name       : EM_DONTPROXYFOR
    #Datatype   : String
    #Description: Domains which should not use proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_DONTPROXYFOR=<Value Unspecified>
    #Name       : EM_PROXYPORT
    #Datatype   : String
    #Description: Port for proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYPORT=<Value Unspecified>
    #Name       : s_securePassword
    #Datatype   : String
    #Description: Password for secure communication with Management Server
    #Component  : oracle.sysman.top.oms
    #Example    : s_securePassword="password"
    s_securePassword="emgc10g"
    #Name       : s_securePasswordConfirm
    #Datatype   : String
    #Description: Confirmation of password for secure communication with Management Server
    #Component  : oracle.sysman.top.oms
    #Example    : s_securePasswordConfirm="password"
    s_securePasswordConfirm="emgc10g"
    #Name       : b_lockedSelected
    #Datatype   : Boolean
    #Description: Whether agent communication should be locked
    #Component  : oracle.sysman.top.oms
    #Example    : b_lockedSelected=true/false
    b_lockedSelected=false
    #Name       : s_reposPwd
    #Datatype   : String
    #Description: Password of repository schema owner
    #Component  : oracle.sysman.top.oms
    #Example    : s_reposPwd="password"
    s_reposPwd="emgc10g"
    #Name       : s_reposPwdConfirm
    #Datatype   : String
    #Description: Password for repository schema owner
    #Component  : oracle.sysman.top.oms
    #Example    : s_reposPwdConfirm="password"
    s_reposPwdConfirm="emgc10g"
    #Please Don't change the values of these variables
    n_firstInstanceValidation=2
    n_firstReposValidation=1
    n_firstReposPwdValidation=2
    n_firstSecureValidation=2
    n_firstVldnEmailSer=2
    #Name       : b_upgrade
    #Datatype   : Boolean
    #Description: To Specify whether it is Normal Install or Upgrade
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    b_upgrade=false
    #Name       : b_showOptConfigPage
    #Datatype   : Boolean
    #Description: whether to perform optional configuration
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    b_showOptConfigPage=TRUE
    #Name       : s_installType
    #Datatype   : String
    #Description: Type of Grid Control install being performed
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    s_installType="NOSEED"
    [oracle@oracledba Disk1]$

Maybe you are looking for

  • 6/23/2014 - Beta - Flash Player 14.0.0.139

    The latest Flash Player 14 beta builds are now available.  Beta builds can be downloaded from labs.adobe.com. Testing Focus: The initial validation of SWF files is now more strict. In the event that a SWF fails the initial validation checks, it will

  • Microsoft SQL Server JDBC Connection with Enterprise

    I'm trying to establish a JDBC connection to a SQL Server 2005 database server within XML Publisher Enterprise with no luck. What I have defined is: url = jdbc:sqlserver://servername where servername is the database server name Database Driver Class

  • [SOLVED] Intel+Compiz+Catalyst-utils = VERY strange error!

    So, I have an intel graphics card and am using the intel i8x0 driver - but compiz fusion refuses to run unless I have catalyst-utils present - what gives? Also the latest catalyst-utils breaks CF and I can't pin it in pacman.conf using HoldPkg. This

  • Function returning cursor to be used in select statement

    I have written a function which returns a cursor. I want to use this in a select statement to display rows. How to do this. Eg : function - test_fn return sys_refcursor. (returns empno, empname, deptname) select test_fn from dual This should return e

  • [Forum FAQ] Restrict number of Active Sessions in RDS 2012 and 2012 R2

    As everyone knows with the introduction of Windows Server 2012 & 2012 R2, there are various changes and no more availability for RDSH configurations or Remote Desktop Service Manager; now we can manage all the settings under Server Manager and group