PS CS 4 - silent installation with deploymentFile. Exitcode 1

I have created the install.xml and the remove.xml with setup.exe --record=1.
I have placed those files into Adobe CS4 folder, where the setup.exe file is.
I have created the application.xml.override file with following parameters:
---------------application.xml.override file --------------------------------
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload>
<Data key="Registration">Suppress</Data>
<Data key="EULA">-1</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration>
---------------/ application.xml.override file --------------------------------
I have tried to place this file into different folders, but everytime when i try to run:
setup.exe --mode=silent --deploymentFile="install.xml"
it begun adobe setup, and after some seconds it ends adobe setup with exit code = 1.
Exitcode: 1 = Unable to parse command line
Any suggestions..??
Best regards.

Tai Lao wrote:
What Christoph is trying to tell you is that you actually need to mount that disk image by double clicking on the icon of the dmg file.  The contents of the disk image is what you need to install, not the dmg file itself.
Thank you so much! I could not understand what Chris meant about that dmg file. I took your advice and double clicked on the icon of the dmg file, trying to install the extract plus filter, but I got this message (see screenshot)
Next, I tried to open the dmg file > English > goodies > filters, but they're still grayed out (see screenshot)
Having got my first MacBook Pro in July of 2009, I am still a fairly new, first-time mac user. So you guys may have to spell things out for me, please?

Similar Messages

  • Silent Installation with JRE 1.6_04

    Hi All,
    We are creating a batch file silent installation of Sun JRE. I am able to uninstall JRE and Install JRE. However I have issue while setting the parameters such as AUTOUPDATECHECK=0 SSL_V2_COMPATIBLE_HELLO=1 while installing.
    Has anyone tried this ?
    I use below batch file to install JRE
    jre-6u4-windows-i586-p.exe /s ADDLOCAL=jrecore IEXPLORER=0 MOZILLA=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 SSL_V2_COMPATIBLE_HELLO=1
    Has anyone succesful with all the parameters?
    Rajesh Alex

    After long time I found solution to this issue.... I want to share to all
    (Silent installation wont work with JRE 1.604 and I had to set the SSLV2 client to true for SSL)
    There is 2 levels of settings for JRE 1.6 either at user level (Policy) or at System level
    User Level
    C:\Documents and Settings\ralex\<User Application Data Folder>\Sun\Java\Deployment\deployment.properties
    deployment.security.SSLv2Hello=true
    System Level
    <Windows Directory>\Sun\Java\Deployment\deployment.config
    To set this at System level , we have to create 2 files under
    1 C:<Windows Directory>\Sun\Java\Deployment\deployment.config
    a) deployment.config
    deployment.system.config=file:///C:/WINDOWS/Sun/Java/Deployment/deployment.properties
    deployment.system.config.mandatory=true
    b) deployment.properties file
    2 Delete the deployment.properties file under C:\Documents and Settings
    We have repackaged JRE Install .exe and after installation the script will do the above changes...
    Rajesh Alex
    Message was edited by:
    Alex(AlexysCorp)
    Message was edited by:
    Alex(AlexysCorp)

  • Silent installation with different LDAP server

    I am trying to do a silent install of iAS 6.0 SP2 and it fails at the
    ACL, directory server stage (steps 10/11).
    I am trying to install iAS without installing the LDAP server component
    as I already have a directory server installed.
    The error message I am getting is as follows:
    10. ERROR: Register_NASA: Unable to find or execute programs
    /train/iplanet/ias/ias/bin/.ldapmodify
    or /shared/bin/ldapmodify
    ... skipping this step ...
    Changing ownership of iAS files to imm:imm .....
    Done.
    Start registering System/StaticServlet...
    Start registering Bootstrap EJB...
    javax.naming.NameNotFoundException
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.(Compiled Code)
    at java.lang.Exception.(Compiled Code)
    at javax.naming.NamingException.(NamingException.java:114)
    at javax.naming.NameNotFoundException.(NameNotFoundException.java:48)
    at com.netscape.server.jndi.RootContext.resolveCtx(Unknown Source)
    at com.netscape.server.jndi.RootContext.bind(Unknown Source)
    at com.netscape.server.jndi.RootContext.bind(Unknown Source)
    at javax.naming.InitialContext.bind(InitialContext.java:371)
    at com.netscape.server.deployment.EjbReg.deployToNaming(Unknown Source)
    at com.netscape.server.deployment.EjbReg.registerEjbJar(Compiled Code)
    at com.netscape.server.deployment.EjbReg.registerEjbJar(Compiled Code)
    at com.netscape.server.deployment.EjbReg.run(Compiled Code)
    at com.netscape.server.deployment.EjbReg.main(Unknown Source)
    Start registering iAS 60 Fortune Application...
    It looks like all the required ldap files - .ldapmodify, .ldapsearch
    etc. are not getting copied to the installed ias bin directory
    (/train/iplanet/ias/ias/bin) from the source directory
    (/train/software/ias/Solaris/iAS/nas) as I have not selected the
    Directory server during the iAS install.
    My install.inf has the following values for the components to be
    installed -
    Components= WEBCONNECTOR,WEBLESS,iAS-AT,iAS-DT,iAS_BASE
    What does iAS-DT stand for?
    Any workarounds?
    Thanks.
    Ranga

    Hi Ranga,
    iAS-DT is (iPlanet Application Server Deployment Tool).its a GUI for
    deployment of J2EE application. You can use existing directory server
    but you have to spacify directory server at the time of installation .
    If you need more help please send your install.inf and userinput.log
    file
    Deepak
    Dev support
    Ranga T S wrote:
    I am trying to do a silent install of iAS 6.0 SP2 and it fails at the
    ACL, directory server stage (steps 10/11).
    I am trying to install iAS without installing the LDAP server
    component as I already have a directory server installed.
    The error message I am getting is as follows:
    10. ERROR: Register_NASA: Unable to find or execute programs
    /train/iplanet/ias/ias/bin/.ldapmodify
    or /shared/bin/ldapmodify
    ... skipping this step ...
    Changing ownership of iAS files to imm:imm .....
    Done.
    Start registering System/StaticServlet...
    Start registering Bootstrap EJB...
    javax.naming.NameNotFoundException
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.(Compiled Code)
    at java.lang.Exception.(Compiled Code)
    at javax.naming.NamingException.(NamingException.java:114)
    at javax.naming.NameNotFoundException.(NameNotFoundException.java:48)
    at com.netscape.server.jndi.RootContext.resolveCtx(Unknown Source)
    at com.netscape.server.jndi.RootContext.bind(Unknown Source)
    at com.netscape.server.jndi.RootContext.bind(Unknown Source)
    at javax.naming.InitialContext.bind(InitialContext.java:371)
    at com.netscape.server.deployment.EjbReg.deployToNaming(Unknown Source)
    at com.netscape.server.deployment.EjbReg.registerEjbJar(Compiled Code)
    at com.netscape.server.deployment.EjbReg.registerEjbJar(Compiled Code)
    at com.netscape.server.deployment.EjbReg.run(Compiled Code)
    at com.netscape.server.deployment.EjbReg.main(Unknown Source)
    Start registering iAS 60 Fortune Application...
    It looks like all the required ldap files - .ldapmodify, .ldapsearch
    etc. are not getting copied to the installed ias bin directory
    (/train/iplanet/ias/ias/bin) from the source directory
    (/train/software/ias/Solaris/iAS/nas) as I have not selected the
    Directory server during the iAS install.
    My install.inf has the following values for the components to be
    installed -
    Components= WEBCONNECTOR,WEBLESS,iAS-AT,iAS-DT,iAS_BASE
    What does iAS-DT stand for?
    Any workarounds?
    Thanks.
    Ranga

  • Problems with Adobe Premiere Elements 10 silent installation with SCCM 2007

    Hi, i have some issues when i try to install Premiere Elements 10 from Config Manager.
    I have followed these instructions:
    http://www.appdeploy.com/packages/detail.asp?id=2331
    If i try this commandoline:
    setup.exe" /L1033 /S /V“SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx COUNTRY=xxx /qn" it works when i run this locally, but not from Config manager, i get an exit code 1203.
    Can someone tell me what i can change in the MSI, so i can use the MSI installer?

    Well, if i use this commandoline: oem.exe /UL1033 /V"SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
    i get this error:
    program for advertisement "XXXXXX" failed ("xxxxxx" - "Per-system unattended"). A failure exit code of 255 was returned.
    User context: NT-MYNDIGHET\SYSTEM
    Possible cause: Systems Management Server (SMS) determines status for each program it executes. If SMS cannot find or correlate any installation status Management Information Format (MIF) files for the program, it uses the program's exit code to determine status. An exit code of 255 is considered a failure.
    Solution: For more information on the exit code, refer to the documentation for the program you are distributing.

  • Photoshop Elements 13 Silent Installation

    Hi.
    I am trying to do a silent installation of Photoshop Elements 13.
    We can rollout single installations to specific computers with Enteo DSM (Client Management System).
    When i assign an installation to a client, i have the possibility to give the serialnumber with the installationpackage as an variable.
    This worked well with PSE10, PSE11 and PSE12.
    But with Version 13 the installation routine changed completly. Are there any instructions to do an silent installation with PSE 13 ?
    Cheers
    Tobi

    Shikha,
    Silent install worked great but I cant get the adobeID to serialize. I used this for PSE 12 but it's not working on 13.
    adobe_prtk --tool=Serialize --leid=V7{}PhotoshopElements-EMT13-Win-GM  --serial="xxxx-xx...." --adobeid="[email protected]"
    Do I have the right leid? I couldn't find any information on how to get the Adobe ID working.

  • Oracle Client Silent Installation

    I tried to do A Silent Installation with an Oracle Client CD Release 10.1.02
    I record the installation with the command line
    setup.exe -record -destinationFile c:\client.rsp
    then I am installing a custom Installation. every thing seems to be alright.
    then I am installing an Oracle Client with the this responsefile
    setup.exe -silent responseFile c:\client.rsp
    the Installation runs automatically but
    many components are missing such as
    networking; ODBC; OLE DB .....
    Is this a bug in the record of the destinationFile or is there a speciell way to record a custopm installation with all the selected features?
    here the recorded responseFile:
    ## 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-Gruppe, die in dem Bestandsverzeichnis festgelegt werden soll. Nur auf Unix-Plattformen gültig.
    #Beispiel: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=" "
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Vollständiger Pfad zu products.xml.
    #Beispiel: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="C:\orainst\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: Diese Variable sollte nur in Installationen mit mehreren CDs benutzt werden. Sie umfasst die Beschriftung der CD, auf der die Datei "products.xml" gespeichert ist. Die Beschriftung ist in der Datei "disk.label" in demselben Verzeichnis wie products.xml gespeichert.
    #Beispiel: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Nicht festgelegter Wert>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Vollständiger Pfad des Oracle-Standardverzeichnisses.
    #Beispiel: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\product\10.1.0\Client_1"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Name des Oracle-Standardverzeichnisses. Wird beim Erstellen von Ordnern und Diensten verwendet.
    #Beispiel: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="test"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: Die Komponente der obersten Ebene, die während der aktuellen Session installiert werden muss.
    #Beispiel: TOPLEVEL_COMPONENT = {"oracle.client","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der anfängliche Splash-Screen in OUI angezeigt werden soll.
    #Beispiel: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Willkommen-Seite in OUI angezeigt werden soll.
    #Beispiel: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=true
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit der benutzerdefinierten Verzeichnisbaumstruktur in OUI angezeigt werden soll.
    #Auf dieser Seite können Abhängigkeiten markiert bzw. Markierungen entfernt werden. Diese Seite wird nur bei benutzerdefinierter Installationsart angezeigt.
    #Beispiel: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=true
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Verzeichnis der Komponente in OUI angezeigt werden soll.
    #Diese Seite wird nur angezeigt, wenn Produkte vorhanden sind, deren installiertes Verzeichnis geändert werden kann.
    #Wenn Sie diesen Wert auf False festlegen, kann der Benutzer keine alternativen Verzeichnisse angeben.
    #Beispiel: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=true
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Übersichtsseite in OUI angezeigt werden soll.
    # Auf dieser Seite wird eine Liste aller während dieser Session zu installierenden Komponenten angezeigt.
    #Beispiel: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=true
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über den Installationsstatus in OUI angezeigt werden soll.
    #Auf dieser Seite wird der aktuelle Installationsstatus angezeigt. Sie werden dabei darüber informiert, welches Produkt installiert und welche Datei gegenwärtig kopiert wird.
    #Beispiel: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=true
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den erforderlichen Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste aller erforderlichen Konfigurationsassistenten angezeigt, die Bestandteil der Installation sind.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste der Konfigurationsassistenten angezeigt, die Bestandteil der Installation und so konfiguriert sind, dass sie automatisch gestartet werden.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=true
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Versionshinweise dieser Installation am Ende der Installation angezeigt werden sollen.
    #Dieses Dialogfeld kann aus dem Register Ende der Installation gestartet werden und enthält die Liste mit Versionshinweisen, die für die gerade installierten Produkte zur Verfügung stehen.
    # In diesem Fall muss auch die Variable SHOW_END_SESSION_PAGE auf True festgelegt werden.
    #Beispiel: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=true
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn das Dialogfeld "Bestätigung", in dem die Ausführung des Skripts root.sh gefordert wird, in OUI angezeigt werden soll.
    #Nur auf UNIX-Plattformen gültig.
    #Beispiel: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=true
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Ende der Session in OUI angezeigt werden soll.
    #Auf dieser Seite wird angezeigt, ob die Installation erfolgreich abgeschlossen wurde.
    #Beispiel: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=true
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Bestätigung beim Beenden von OUI angezeigt werden soll.
    #Beispiel: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=true
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer zu dem Register Dateiverzeichnisse zurückgehen können, um eine weitere Installation vorzunehmen. Dieses Flag muss außerdem auf True festgelegt werden, um eine weitere Antwortdatei zu verarbeiten (siehe NEXT_SESSION_RESPONSE).
    #Beispiel: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer eine andere Session aufrufen können, auch wenn die aktuelle Installations-Session nicht erfolgreich war. Dieses Flag ist nur relevant, wenn NEXT_SESSION auf True festgelegt wurde.
    #Beispiel: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Gibt optional den vollständigen Pfad der Antwortdatei der nächsten Session an. Wenn nur ein Dateiname angegeben wird, wird die Antwortdatei aus dem Verzeichnis <TEMP>/oraInstall abgerufen. Diese Variable ist nur aktiv, wenn NEXT_SESSION auf True festgelegt ist.
    #Beispiel: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Nicht festgelegter Wert>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: Liste der Komponenten, die während einer Deinstallations-Session deinstalliert werden sollen.
    #Beispiel: DEINSTALL_LIST = {"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Deinstallationsbestätigung während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der Deinstallationsfortschritt während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: Wenn Sie für diese Variable True festlegen, stimmen Sie dem Lizenzvertrag zu. Diese Variable wird nur für vollautomatische Installationen verwendet.
    #Beispiel: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Sprachen, in denen die Komponenten installiert werden.
    #Component : oracle.client
    SELECTED_LANGUAGES={"de","en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installationsart der Komponente.
    #Component : oracle.client
    INSTALL_TYPE="Benutzerdefiniert"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # netca, : Oracle Net-Konfigurationasssistent
    # netca_deinst, : Oracle Net-Konfigurationsassistent - Skript deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"netca"}
    #Component : oracle.networking.netca
    oracle.networking.netca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # vipca, : Virtual Private IP-Konfigurationsassistent
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"vipca"}
    #Component : oracle.options.ops.vipca
    oracle.options.ops.vipca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # LocalConfig, : Oracle Cluster Synchronization Service deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
    #Component : oracle.options.ops.csscommon
    oracle.options.ops.csscommon:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : s_recodHTTPPort
    #Datatype : String
    #Description: HTTP listener port for the recod service
    #Component : oracle.cartridges.ordmts
    s_recodHTTPPort="2030"

    I tried to do A Silent Installation with an Oracle Client CD Release 10.1.02
    I record the installation with the command line
    setup.exe -record -destinationFile c:\client.rsp
    then I am installing a custom Installation. every thing seems to be alright.
    then I am installing an Oracle Client with the this responsefile
    setup.exe -silent responseFile c:\client.rsp
    the Installation runs automatically but
    many components are missing such as
    networking; ODBC; OLE DB .....
    Is this a bug in the record of the destinationFile or is there a speciell way to record a custopm installation with all the selected features?
    here the recorded responseFile:
    ## 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-Gruppe, die in dem Bestandsverzeichnis festgelegt werden soll. Nur auf Unix-Plattformen gültig.
    #Beispiel: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=" "
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Vollständiger Pfad zu products.xml.
    #Beispiel: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="C:\orainst\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: Diese Variable sollte nur in Installationen mit mehreren CDs benutzt werden. Sie umfasst die Beschriftung der CD, auf der die Datei "products.xml" gespeichert ist. Die Beschriftung ist in der Datei "disk.label" in demselben Verzeichnis wie products.xml gespeichert.
    #Beispiel: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Nicht festgelegter Wert>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Vollständiger Pfad des Oracle-Standardverzeichnisses.
    #Beispiel: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\product\10.1.0\Client_1"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Name des Oracle-Standardverzeichnisses. Wird beim Erstellen von Ordnern und Diensten verwendet.
    #Beispiel: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="test"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: Die Komponente der obersten Ebene, die während der aktuellen Session installiert werden muss.
    #Beispiel: TOPLEVEL_COMPONENT = {"oracle.client","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der anfängliche Splash-Screen in OUI angezeigt werden soll.
    #Beispiel: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Willkommen-Seite in OUI angezeigt werden soll.
    #Beispiel: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=true
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit der benutzerdefinierten Verzeichnisbaumstruktur in OUI angezeigt werden soll.
    #Auf dieser Seite können Abhängigkeiten markiert bzw. Markierungen entfernt werden. Diese Seite wird nur bei benutzerdefinierter Installationsart angezeigt.
    #Beispiel: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=true
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Verzeichnis der Komponente in OUI angezeigt werden soll.
    #Diese Seite wird nur angezeigt, wenn Produkte vorhanden sind, deren installiertes Verzeichnis geändert werden kann.
    #Wenn Sie diesen Wert auf False festlegen, kann der Benutzer keine alternativen Verzeichnisse angeben.
    #Beispiel: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=true
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Übersichtsseite in OUI angezeigt werden soll.
    # Auf dieser Seite wird eine Liste aller während dieser Session zu installierenden Komponenten angezeigt.
    #Beispiel: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=true
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über den Installationsstatus in OUI angezeigt werden soll.
    #Auf dieser Seite wird der aktuelle Installationsstatus angezeigt. Sie werden dabei darüber informiert, welches Produkt installiert und welche Datei gegenwärtig kopiert wird.
    #Beispiel: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=true
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den erforderlichen Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste aller erforderlichen Konfigurationsassistenten angezeigt, die Bestandteil der Installation sind.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste der Konfigurationsassistenten angezeigt, die Bestandteil der Installation und so konfiguriert sind, dass sie automatisch gestartet werden.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=true
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Versionshinweise dieser Installation am Ende der Installation angezeigt werden sollen.
    #Dieses Dialogfeld kann aus dem Register Ende der Installation gestartet werden und enthält die Liste mit Versionshinweisen, die für die gerade installierten Produkte zur Verfügung stehen.
    # In diesem Fall muss auch die Variable SHOW_END_SESSION_PAGE auf True festgelegt werden.
    #Beispiel: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=true
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn das Dialogfeld "Bestätigung", in dem die Ausführung des Skripts root.sh gefordert wird, in OUI angezeigt werden soll.
    #Nur auf UNIX-Plattformen gültig.
    #Beispiel: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=true
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Ende der Session in OUI angezeigt werden soll.
    #Auf dieser Seite wird angezeigt, ob die Installation erfolgreich abgeschlossen wurde.
    #Beispiel: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=true
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Bestätigung beim Beenden von OUI angezeigt werden soll.
    #Beispiel: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=true
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer zu dem Register Dateiverzeichnisse zurückgehen können, um eine weitere Installation vorzunehmen. Dieses Flag muss außerdem auf True festgelegt werden, um eine weitere Antwortdatei zu verarbeiten (siehe NEXT_SESSION_RESPONSE).
    #Beispiel: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer eine andere Session aufrufen können, auch wenn die aktuelle Installations-Session nicht erfolgreich war. Dieses Flag ist nur relevant, wenn NEXT_SESSION auf True festgelegt wurde.
    #Beispiel: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Gibt optional den vollständigen Pfad der Antwortdatei der nächsten Session an. Wenn nur ein Dateiname angegeben wird, wird die Antwortdatei aus dem Verzeichnis <TEMP>/oraInstall abgerufen. Diese Variable ist nur aktiv, wenn NEXT_SESSION auf True festgelegt ist.
    #Beispiel: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Nicht festgelegter Wert>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: Liste der Komponenten, die während einer Deinstallations-Session deinstalliert werden sollen.
    #Beispiel: DEINSTALL_LIST = {"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Deinstallationsbestätigung während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der Deinstallationsfortschritt während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: Wenn Sie für diese Variable True festlegen, stimmen Sie dem Lizenzvertrag zu. Diese Variable wird nur für vollautomatische Installationen verwendet.
    #Beispiel: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Sprachen, in denen die Komponenten installiert werden.
    #Component : oracle.client
    SELECTED_LANGUAGES={"de","en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installationsart der Komponente.
    #Component : oracle.client
    INSTALL_TYPE="Benutzerdefiniert"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # netca, : Oracle Net-Konfigurationasssistent
    # netca_deinst, : Oracle Net-Konfigurationsassistent - Skript deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"netca"}
    #Component : oracle.networking.netca
    oracle.networking.netca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # vipca, : Virtual Private IP-Konfigurationsassistent
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"vipca"}
    #Component : oracle.options.ops.vipca
    oracle.options.ops.vipca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # LocalConfig, : Oracle Cluster Synchronization Service deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
    #Component : oracle.options.ops.csscommon
    oracle.options.ops.csscommon:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : s_recodHTTPPort
    #Datatype : String
    #Description: HTTP listener port for the recod service
    #Component : oracle.cartridges.ordmts
    s_recodHTTPPort="2030"

  • Silent installation of Reader 7.0 in WXP

    Hi folks,
    is there a way to install Adobe Reader 7.0 without user interaction? I've seen this very nice tool called "Acrobat® Enterprise Installation Tool" (AEIT), but it seems to be designed only for previous versions.
    Another tool was mentioned (InstallShield Tuner), but apparently not for version 7.
    By the way, I would like to create a multi language installation where the user can choose the desired language (EN, DE, FR or ES) at program start.
    Has anyone some hints for me?
    Regards Bernd

    Hi,
    1) extract msi package from downloaded exe file - doubeClick on exe, after that browse your temp folder for msi file
    2) you can start silent installation with:
    msiexec /i yourPathToReader.msi /qb!
    Regards
    Dariusz

  • Silent installation Flash Professional update 2

    Hey all,
    I´m using AAMEE (Adobe Application Manager Enterprise Edition) to create install packages for silent installation and distribution in our company.
    All seems working fine, but the silent installation is always interrupted by the Flash Professional Update 2. Every time the Adobe Extension Manager is starting automatically and a license agreement must be confirmed manually.
    I also downloaded this update from the Adobe website and tried a silent installation with the EXE, but with the same behaviour.
    Any news or ideas about this?
    Thanks and regards

    Hi there
    We have just published a new update: http://www.adobe.com/support/flash/downloads.html
    "Flash Professional CS6 Update 2 (12.0.2.529) – Silent Installation
    10/19/2012 This update is specific to Enterprise customers of Adobe Flash Professional CS6, who are necessitated to perform a silent installation of Flash Professional CS6 Update 2. This update will not install Toolkit for CreateJS 1.1 automatically."
    Note that this update may not automatically appear in AAMEE 3.1, so you can add the update manually when building a (update) package.
    Hope that helps

  • Silent Installation of Additional OMS 10.2.0.4 with 11.1.0.7 repo fails...

    Followed instructions from the OEM Installation and Basic Configuration guide E10953-04 - Software Only Installation...
    In the section 'Temporary update of the Repository Core Version' I changed the version to 10.2.0.1.0
    When trying to install additional OMS on Linux x86-64 using silent installation... The installer fails with the below message...
    connectString = xxxxx:xxxx:emdb1
    INFO: 1/17/09 1:09:42 AM EST: Query Returned: 11.1.0.7.0
    1/17/09 1:09:43 AM EST: User Selected: S&top installation of this component only.
    1/17/09 1:09:43 AM EST: Invalid version: To be used for the Management Repository, the database must be version 9.2.0.6.0, or version 10.1.0.3.0 or higher.
    1/17/09 1:09:43 AM EST: This silent installation was unsuccessful.
    Any Ideas...

    Directly pointy to 11G database is not supported, you have to go by note 467677.1

  • Need help with a Silent Installer for Photoshop Elements 10

    I can't seem to get the silent installer working. I've used the Elements 9 instructions for 10 but I still get pop-ups requesting info:
    http://helpx.adobe.com/photoshop-elements/kb/silent-install-volume-license-photoshop.html
    I cannot find any info at all relating specifically to Elements 10. Before I go digging into the msi with ORCA (preferable to have something I can deploy in Active Directory through GPO) I tought I'd ask here

    @mtarggart
    Delete the blank between /UL and 1033, and it will work. :-)
    @Davide M, thanks a lot for your helpful article!
    mtarggart wrote:
    I've tried the above command and I keep getting prompted to select an Install Language. I'm trying to install this on Windows 7 x64 Enterprise. From an elevated command prompt pointed to the directory of the Elements install files (C:\PSE 10), this is what I am typing: start /wait setup.exe /UL 1033 /V"SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx".
    For the ones who want to use installation from a server share,
    change "Setup.exe" by using \\Servername\Share\Setup.exe
    and set \\Servername\Share to your Servershare.
    The last thing I've been searching for was setting the right country
    and stopping PSE from asking me which country I am living in.
    Seems as if there was an additional switch e.g. "Country=244" for US.

  • 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.

  • Silent installation failed with a java exception:

    Hi,
    I'm installing a SE 10g onto a Redhat EL5 box. Am using silent installation response file to install the DB.
    The installation always exit with the following java exception.
    from the oraInstall2010-01-21_05-08-25PM.err file:
    java.io.IOException: java.io.IOException: No such file or directory
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:124)
         at oracle.sysman.oii.oiis.OiisQueryLibLoader.<init>(OiisQueryLibLoader.java:41)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:3218)
         at oracle.sysman.oii.oiic.OiicPullSession.getQueryLibLoader(OiicPullSession.java:4377)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2370)
         at Components.oracle.server.v10_2_0_1_0.CompContext.doCalculation_Calculation34(Unknown Source)
         at Components.oracle.server.v10_2_0_1_0.CompContext.doCalculation(Unknown Source)
         at oracle.sysman.oii.oiif.oiifb.OiifbCompWizChainCondElem.doCalculation(OiifbCompWizChainCondElem.java:32)
         at oracle.sysman.oii.oiif.oiifb.OiifbWizChainCondElem.initialize(OiifbWizChainCondElem.java:169)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:152)
         at oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:1156)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:147)
         at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:202)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:147)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:3753)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:546)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:929)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
    From the installActions2010-01-21_05-08-25PM.log file
    name = DBCA_RAW_CONFIG
    INFO: Query Returned:
    INFO: Setting variable 's_rawDeviceMapFileLocation' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'sl_upgradableRACDBInstances' to ''. Received the value from response file.
    INFO: Setting variable 's_dlgRBOPassword' to '*Protected value, not to be logged*'. Received the value from response file.
    INFO: Setting variable 'b_stateOfUpgradeDBCheckbox' to 'false'. Received the value from response file.
    INFO: Setting variable 's_dbSid' to 'gwsora'. Received the value from response file.
    INFO: Setting variable 'b_dbSelectedUsesASM' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'sl_superAdminPasswdsAgain' to '*Protected value, not to be logged*'. Received the value from response file.
    INFO: Setting variable 'b_showUpgradeDialog' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_mountPoint' to '/oracle/product/10.2.0/db_1/oradata/'. Received the value from the variable calculation.
    INFO: Setting variable 'b_stateOfUpgradeASMCheckbox' to 'false'. Received the value from response file.
    INFO: Setting variable 'b_validateOnce_stateOfUpgradeASMCheckbox' to 'true'. Received the value from a code block.
    INFO: Setting variable 'b_noMigration' to 'true'. Received the value from a code block.
    INFO: Setting variable 'b_followASMInstallFlow' to 'false'. Received the value from a code block.
    INFO: Setting variable 'b_followDBInstallFlow' to 'true'. Received the value from a code block.
    *** Error Dialog: OUI-10151:There was an error while loading library: globalVarQueries ***
    User Selected: S&top installation of this component only.
    java.io.IOException: No such file or directory
    This silent installation was unsuccessful.
    Look like it is trying to run this call but failed.
    This line is copy from a successful installation action log file. Just after the line "INFO: Setting variable 'b_followDBInstallFlow' to 'true'. Received the value from a code block"
    INFO: Calling Query globalVarQueries2.1.0.4.1 setGlobalVariable
    I have try turn on / off other options in the response file but have no luck.
    The database is running using ASM and the ASM disks is using SAN as it storage. All the disks were successfully created. And I have verified that all the ASM disks are with correct permissions.
    [oracle@PG673 disks]$ ls -l
    total 0
    brw-rw---- 1 oracle dba 8, 97 Jan 21 11:27 DISK1
    brw-rw---- 1 oracle dba 8, 33 Jan 21 11:27 DISK2
    brw-rw---- 1 oracle dba 8, 49 Jan 21 11:27 DISK3
    [oracle@PG673 disks]$ pwd
    /dev/oracleasm/disks
    [oracle@PG673 disks]$
    Any idea?
    Thanks a lot.
    Mike

    Hi Mike,
    did you install all required rpm's? You could check this with my open source project which is also using silent installation method. Furthermore also ASM setup is included. ;)
    Cheers,
    David
    OCP 9i / 10g / 11g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php
    Edited by: David D'Acquisto on 21.01.2010 10:45

  • Silent installation of JRE with server JVM?

    Is it possible to deploy the JRE with the server HotSpot JVM included? So far, we deployed the JRE silently (http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/silent.html) and copied the "server/" subdirectory (with the server HotSpot JVM) of the relating JDK separately to each server. Is there a way to include this Server JVM in the silent installation so that Java apps can use the "-server" option on each JRE host?

    How do you do the silent install currently? (this will give a clue on how to make it more silent).
    Peter

  • 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

  • Error with Silent installation

    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.

    Hi,
    Seems to be okay at a quick glance, but would like to know if you have logged in
    as Administrator and installed. This seems to be like the directory server doesn't
    starts up. Have you checked if other type of installation, typical/custom to see if
    they make this working ?
    Regards
    Raj
    Fernando Lafora wrote:
    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.
    g_install_type 2
    NAS_backup_dir /train/iplanet/ias6/ias/backup
    POST_configure_LDAP Y
    FLAG_webconn 1
    FLAG_webless 1
    FLAG_nasa 1
    FLAG_deploy 1
    FLAG_newdeploy 1
    FLAG_nas 0
    LDAP_ServerRoot /train/iplanet/ias6
    LDAP_Hostname dali9.sunformacion.com
    LDAP_ServerIdentifier dali9.sunformacion.com
    LDAP_ServerPort 389
    LDAP_RootDN cn=Directory Manager
    LDAP_RootDNPwd dirmanager
    LDAP_AdminDomain sunformacion.com
    AdminServer_Port 5000
    LDAP_UserDirectoryAdminID admin
    LDAP_UserDirectoryAdminPwd admin
    LDAP_UserDirectoryLdapURL ldap://dali9.sunformacion.com:389/o=sunformacion.com
    LDAP_UseExistingUG N
    Flag_UpgradeFromSP1 N
    NAS_home /train/iplanet/ias6/ias
    NAS_userinputlog /train/iplanet/ias6/ias/userinput.log
    choice 1
    NAS_choice 1
    NAS_webserver 1
    NAS_CopyHTML 1
    NAS_extract_Orbix 1
    BASEDIR /train/iplanet/ias6/ias
    LocalHostName dali9.sunformacion.com
    LocalIPAddress 192.168.217.9
    FLAG_upgrade 0
    LDAP_nasconfig iasconfig
    POST_update_KIVAwebcgi_and_KIVAwebdocs Y
    KIVAwebdocs /train/iplanet/iws6/docs
    KIVAKey 2874059511-1648566893
    NSRootDir /train/iplanet/iws6/https-dali9.sunformacion.com
    CLUSTERNAME dali9.sunformacion.com
    POST_chmod_660_reg_dat N
    POST_chmod_777_gxlib_etc Y
    POST_configure_webserver Y
    d_str
    i_str
    CURPWD
    res
    nsinst /train/iplanet/iws6/https-dali9.sunformacion.com
    webserver_version 6.0 B05
    USER root
    WEBUSER iasuser
    WEBUSERGRP 101
    CURRENTUSERGRP 1
    MODE 777
    AdminPort 10817
    KIVAadmport 10817
    GXPort 10818
    KIVAkxsport 10818
    CGIPort 10819
    KIVAcgiport 10819
    KIVAjs 1
    KIVAkjsport_1 10820
    KIVAcs 1
    KIVAkcsport_1 10821
    NASA_ADMIN_USER admin
    PASSWORD admin
    IS3PJDBC 0
    ORACLEDIR
    ORCLVER
    ORCLSID
    ORCLLibrary
    SYBSDIR
    DSQUERY
    SYBSLibrary
    SYBSLibraryPath
    IFMXDIR
    IFMXSVR
    IFMXLibrary
    DB2DIR
    DB2INST
    DB2Library
    PRIOR 99
    PREFER_DB
    ORCLPriority 25
    SYBSPriority 20
    IFMXPriority 15
    DB2Priority 10
    TXN_DirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR
    TXN_MirrorDirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR_MIRROR
    TXN_IsEnabled 1
    TXN_InstallDefaults 0
    RES_Number 0
    TXN_DirectoryRoot_logVol_1 /train/iplanet/ias6/ias/CCS0/TXNMGR/ENG1/logVol
    TXN_IsRaw_1 0
    TXN_Offset_1 -1
    TXN_Size_1 1000
    RES_InstallResourceManager 0
    i18nFlag N
    currentUser root
    currentGroup other
    SuiteSpotUserID iasuser
    SuitespotGroup iasgroup
    chownNASfiles 1
    [General]
    FullMachineName= dali9.sunformacion.com
    SuiteSpotUserID= iasuser
    SuitespotGroup= iasgroup
    ServerRoot= /train/iplanet/ias6
    AdminDomain= sunformacion.com
    ConfigDirectoryAdminID= admin
    ConfigDirectoryAdminPwd= admin
    ConfigDirectoryLdapURL= ldap://dali9.sunformacion.com:389/
    UserDirectoryAdminID= admin
    UserDirectoryAdminPwd= admin
    UserDirectoryLdapURL= ldap://dali9.sunformacion.com:389/o=sunformacion.com
    Components= svrcore,base,slapd,admin,nas,nascore
    [slapd]
    SlapdConfigForMC= Yes
    SecurityOn= No
    UseExistingMC= No
    UseExistingUG= No
    ServerPort= 389
    ServerIdentifier= dali9.sunformacion.com
    Suffix= o=sunformacion.com
    RootDN= cn=Directory Manager
    UseReplication= No
    SetupSupplier= No
    SetupConsumer= No
    AddSampleEntries= No
    InstallLdifFile= suggest
    AddOrgEntries= Yes
    DisableSchemaChecking= No
    RootDNPwd= dirmanager
    Components= slapd,slapd-client
    [admin]
    SysUser= root
    Port= 5000
    ServerIpAddress= 192.168.217.9
    ServerAdminID= admin
    ServerAdminPwd= admin
    Components= admin,admin-client
    [msg]
    [base]
    Components= base,base-client,base-jre
    [nas]
    Components= WEBCONNECTOR,WEBLESS,iAS-AT,iAS-DT,pointbase,iAS_BASE

Maybe you are looking for

  • OPENPS error

    i get runtime error 429

  • Download GOS attachment to PDF

    Hi all! I need to download a jpg image, which is attached to a Notification by GOS, into a PDF document. Anybody knows if it is possible? Thanks

  • Video renders to 3x normal length DUE 2 DAYS TIME

    I am so frustrated with this, When I render a 1 minute keyed video (Keylight) in after effects it takes about 6 minutes but when I look at the rendered video it doesnt play and says it is 13 MINUTES LONG!!! This is due on Wednesday so PLEASE HELP!!!

  • FW hardening/tunning

    Hello, recently I tried to tune my iptables with help of internet but I can reproduce dropping of bad tcp packets with bad tcp flags. I am trying to send flags by nmap or hping but it doesnt get blocked. Even I can do XMAS or other stuff, and still n

  • 24 hour rule...

    Do you have to be connected to iTunes to watch video that has to be viewed in 24 hours once it's started? Or does the 24 hour clock start from within the downloaded video? I'm going on a 21 day cruise without internet and I plan to have some download