BEA 8.1 Silent Install

The Silent install fails for unix (haven't tried windows) Here are excerpts from the log file. Strange thing is, it says the install completed successfully.
2004-05-26 14:24:05,496 INFO [loadNamespace] com.bea.plateng.wizard.ControllerProxy - Created Namespace (bids) with an inital size of (100)
2004-05-26 14:24:05,547 WARN [loadNamespace] com.bea.plateng.wizard.silent.tasks.LoadObjectStoreTask - Unable to load object store namespace <bids> with file (bids_bsu_namespace.properties)!
java.io.FileNotFoundException: Unable to read namespace property file: (bids_bsu_namespace.properties)!
     at com.bea.plateng.wizard.WizardController.loadNamespace(WizardController.java:455)
     at com.bea.plateng.wizard.ControllerProxy.storeAll(ControllerProxy.java:302)
     at com.bea.plateng.wizard.silent.tasks.LoadObjectStoreTask.execute(LoadObjectStoreTask.java:102)
     at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:32)
     at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.FileNotFoundException: bids_bsu_namespace.properties (No such file or directory)
     at java.io.FileInputStream.open(Native Method)
     at java.io.FileInputStream.<init>(FileInputStream.java:103)
     at java.io.FileInputStream.<init>(FileInputStream.java:66)
     at com.bea.plateng.wizard.WizardController.loadNamespace(WizardController.java:447)
     ... 4 more

This is the script I used. Stock standard.
"c:\CiscoSoftPhones\CiscoClick2Call8_1_2674\Media\vcredist_x86.exe" /q
msiexec /i "c:\CiscoSoftPhones\CiscoClick2Call8_1_2674\Media\ClickToCallK9.msi" /qn /norestart
MS .NET Framework 3.5 SP1 was already part of the Windows build so did not have to install it.
All I read I could not find anything to set Registry via the install so the configuration was via GPO.
If the standard Users have local admin type level of permissions you could create a Registry hack and add that to the install script but it work need to be run when the User is logged on as from memory the entries are stored under the USER key in the Registry

Similar Messages

  • Silent install of BEA Workshop Studio 10.1?

    HELP!
    How do I script a silent install of BEA Workshop Studio 10.1? The instructions for BEA Workshop Studio 3.3 don't work. I've figured out that I need a silent.xml, but what options should I put in there? Is there any documentation?
    Thanks very much for any assistance!
    yours,
    Simon Rakov

    http://edocs/wlw/docs101/guide/ideuserguide/conSilentInstall.html
    The above link provides properties specific to Studio installation.
    NOTE: If you are a licensed customer (i.e. if you are using properties WLWIDE_ORDER_ID & WLWIDE_SERIAL_NO) then in addition you need the following workaround:
    After Silent installation, edit Studio10.1\workshop_10.1\workshopStudio\eclipse\plugins\com.bea.workshop.product.wstudio_1.0.1 - ins.properties and modify "trial=false" - Save
    - Now, when you launch the Studio the license activation takes place in the background (you need to restart the workshop)

  • Silent install of Oracle WebLogic Server 11gR1 (10.3.6) + Coherence + OEPE

    Hi, I'm trying to deploy the Oracle WebLogic Server 11R1 (10.3.6) on multiple computers. So I created a silent.xml file to use in my silent installation. The xml file appears to have the correct syntax. But when I launch the command: oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32.exe -mode=silent -silent_xml="C:\Temp\silent.xml" -log="C:\Temp\silent-install.log", it crash with these 2 errors.
    ERROR [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Got an error in parsing template.xml!
    ERROR [readSilentXML] com.bea.plateng.wizard.installer.silent.tasks.ReadSilentXMLTask - java.lang.NullPointerException
    Here's the content of my xml file.
    <?xml version="1.0" encoding="UFF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="C:\Oracle\Middleware_Home" />
    <data-value name="WLS_INSTALL_DIR" value="C:\Oracle\Middleware_Home\wlserver_10.3" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="yes" />
    <data-value name="NODEMGR_PORT" value="5559" />
    <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="yes" />
    </input-fields>
    </bea-installer>
    I need to deploy it to Windows 7 Ent SP1 x64 computers. So I sure like to know what I'm doing wrong?!
    Note: I didn't use the value COMPONENT_PATHS because I want to install everything.
    Thanks in advance for the help!

    I solved the problem myself. I think I was missing my caffeine ;-) <?xml version="1.0" encoding="*UFF-8*"?>
    Have a good day!

  • Silent install fails?

    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.

    Update- BEA recognizes this as an issue in SP2. Maybe fixed in SP3? They sent me
    a copy of installoptions.bea. This file must be placed into C:\bea prior to running
    install - hard coded path.
    I attached installoptions.bea
    Bill
    "WMilus" <[email protected]> wrote:
    >
    Trying silent install for Weblogic server 7 SP2 onto Windows 2000 PC.
    I edited
    the sample silent.xml file for a single server deployment. Part of my
    silent.xml
    file is:
    <input-fields>
    <data-value name="BEAHOME" value="C:\bezplus\bea7"
    />
    <data-value name="USER_INSTALL_DIR" value="C:\bezplus\bea7\weblogic700"
    />
    <data-value name="RUN_DOMAIN_WIZARD" value="true" />
    The install fails and log file contains the message:
    2003-08-05 09:15:32,839 WARN [readInstallOptions] com.bea.installer.utils.InstallerUtils
    - Unable to read install options!
    java.io.FileNotFoundException: C:\bea\installoptions.bea (The system
    cannot find
    the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:59)
         at java.io.FileInputStream.<init>(FileInputStream.java:90)
         at com.bea.installer.utils.InstallerUtils.readInstallOptions(InstallerUtils.java:89)
         at com.bea.installer.tasks.ReadInstallOptionsTask.run(ReadInstallOptionsTask.java:32)
         at java.lang.Thread.run(Thread.java:479)
    I find no reference to installoptions.bea file in the documentation.
    Help Please.
    Bill[installoptions.bea]

  • Silent install Weblogic 12.1.1 - Unable to locate product "WebLogic Server

    Hi all,
    I try to install Weblogic 12.1.1 via silent install. I work on Solaris 10, have already installed JDK 1.7.
    here what happens:
    root@usqwrts001:/tmp/karin# java -d64 -Xmx1024m -jar wls1211_generic.jar  -mode=silent -silent_xml=/tmp/karin/silent.xml.long -log=./install.out
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    root@usqwrts001:/tmp/karin# less install.out
    2013-03-20 11:16:14,862 INFO [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2013-03-20 11:16:22,240 WARN [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for solaris32_jdk160_29b11.zip not found..
    2013-03-20 11:16:22,302 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server "
    at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:364)
    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)
    2013-03-20 11:16:22,307 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
    My silent.xml.long looks like this:
    root@usqwrts001:/tmp/karin# less silent.xml.long
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/opt/weblogic-12.1-MP1" />
    <data-value name="WLS_INSTALL_DIR" value="/opt/weblogic-12.1-MP1/weblogic-12.1-MP1" />
    <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/Xquery Support|WebLogic Server/Server Examples|Oracle Coherence/Coherence Product Files" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
    <data-value name="LOCAL_JVMS" value="/opt/jdk1.7.0_11"/>
    </input-fields>
    </bea-installer>
    I already tried it with simply <data-value name="COMPONENT_PATHS" value="WebLogic Server" /> instead of the whole bunch, but behaviour didn't change.
    My environment settings:
    root@usqwrts001:/tmp/karin# echo $JAVA_HOME
    /opt/jdk1.7.0_11/bin/sparcv9/
    root@usqwrts001:/tmp/karin# echo $PATH
    /opt/jdk1.7.0_11/bin/sparcv9:/sbin:/usr/bin:/usr/sbin:/usr/platform/sun4v/sbin:/usr/local/bin:/opt/openssh/bin:/usr/openwin/bin
    As there is no bin directory under sparcv9 (which contains the 64-Bit modules), i took sparcv9 again for the path (instead of taking $JAVA_HOME/bin as described in documentation) . But I also tried the bin directory (without sparcv9) with the same effect.
    Has anybody an idea for me??
    Thanks a lot in advance
    Karin.

    Under root:
    [root@middleware-magic temp]# ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    Under another user:
    [someone@middleware-magic temp]$ ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    Looking at the log it is saying the following:
    2013-03-21 13:06:19,425 INFO  [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2013-03-21 13:06:20,311 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux32_jdk160_29b11.zip not found..
    2013-03-21 13:06:20,315 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux_ia32_jrockit_160_29_D1.2.0-10_jdk.zip not found..
    2013-03-21 13:06:20,339 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:662)
    2013-03-21 13:06:20,344 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 Supportwhich means the select option 'WebLogic Server/WebLogic Web Server Plugins' is not a valid option (this is indeed the case as in WebLogic 12c there are no Plugins available, you can use the ones for WebLogic 10.3.6 though, but that is not the issue here).
    After editing the weblogic-silent.xml to reflect the correct components, we have something like:
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
         <input-fields>
              <!-- BEAHOME: The full path for the middleware home directory. -->
              <data-value name="BEAHOME" value="/home/someone/weblogic12.1.1/installation"/>
              <!-- WLS_INSTALL_DIR: The full path for the directory where to install WebLogic Server. -->
              <data-value name="WLS_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/wlserver_12.1"/>
              <!-- OCP_INSTALL_DIR: The full path for the directory where to install Coherence. -->
              <data-value name="OCP_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/coherence_3.7"/>
              <!-- COMPONENT_PATHS: Specify the components and subcomponents to install. -->                 
              <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 SCA|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/Xquery Support|Oracle Coherence/Coherence Product Files"/>
              <!-- INSTALL_NODE_MANAGER_SERVICE: Install Node Manager as a Windows service. -->
              <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no"/>
              <!-- LOCAL_JVMS: Select JVMs which are already installed. -->
              <data-value name="LOCAL_JVMS" value="/home/someone/jrockit"/>
         </input-fields>
    </bea-installer>
    Unfortunately, the documentation (http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/silent.htm#i1044116) says the option 'WebLogic Server/WebLogic Web Server Plugins' is available. When running the installation again the following is observed:
    [someone@middleware-magic temp]$ ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    Mar 21, 2013 1:09:05 PM java.util.prefs.FileSystemPreferences$2 run
    INFO: Created user preferences directory.
    and we have a much larger log file, with the last entry reading
    2013-03-21 13:09:26,990 INFO  [WizardController] com.bea.plateng.wizard.silent.tasks.LogTask - The installation was successfull!In your case it crashed on: Unable to locate product "WebLogic Server " - which looks like you have enters in your XML file "value="WebLogic Server/Core Application Server|WebLogic Server". Make sure everything is on one line, and that (as in my case) you select the right components.
    Should have posted this answer two days ago, but I thought to let you flounder a little (just kidding).

  • Need help with silent install of Peoplesoft Internet Architecture

    I have PT8.49.15 and need to do a silent installation of the web tier on linux. I am supposed to run the $PS_HOME/setup/PsMpPIAInstall/setup.linux which is a Microfocus Installshiled wizard. Any ideas how I can make this a silent installation? I need to automate all of my deployments and have not figured out how to create or pass in a response file to use as input. Is this possible?
    thanks

    Looking in the deployment script installpia.sh of PSOVM, here's the way of silent PIA install :
    PT_HOME=/opt/oracle/psft/pt
    TOOLS_HOME=$PT_HOME/tools
    BEA_HOME=$PT_HOME/bea
    SILENT_INSTALL_FILE=install.properties
    echo "Doing PIA silent install"
    if [ ! -d $TOOLS_HOME/tmp ]; then
        mkdir $TOOLS_HOME/tmp
    fi
    cd $TOOLS_HOME/tmp
    # If there is a pre-existing silent response file we
    # remove it
    if [ -f $SILENT_INSTALL_FILE ]; then
        rm -f $SILENT_INSTALL_FILE
    fi
    echo PS_HOME=$TOOLS_HOME >> $SILENT_INSTALL_FILE
    echo DOMAIN_NAME=peoplesoft >> $SILENT_INSTALL_FILE
    echo SERVER_TYPE=weblogic >> $SILENT_INSTALL_FILE
    echo BEA_HOME=$BEA_HOME >> $SILENT_INSTALL_FILE
    echo USER_ID=system >> $SILENT_INSTALL_FILE
    echo USER_PWD=password >> $SILENT_INSTALL_FILE
    echo INSTALL_ACTION=CREATE_NEW_DOMAIN >> $SILENT_INSTALL_FILE
    echo DOMAIN_TYPE=NEW_DOMAIN >> $SILENT_INSTALL_FILE
    echo INSTALL_TYPE=SINGLE_SERVER_INSTALLATION >> $SILENT_INSTALL_FILE
    echo WEBSITE_NAME=$PIA_SITENAME >> $SILENT_INSTALL_FILE
    echo APPSERVER_NAME=localhost >> $SILENT_INSTALL_FILE
    echo JSL_PORT=$JOLT_PORT >> $SILENT_INSTALL_FILE
    echo HTTP_PORT=$PIA_HTTP_PORT >> $SILENT_INSTALL_FILE
    echo HTTPS_PORT=$PIA_HTTPS_PORT >> $SILENT_INSTALL_FILE
    echo AUTH_DOMAIN= >> $SILENT_INSTALL_FILE
    echo WEB_PROF_NAME=DEV >> $SILENT_INSTALL_FILE
    echo WEB_PROF_USERID=PTWEBSERVER >> $SILENT_INSTALL_FILE
    echo WEB_PROF_PWD=PTWEBSERVER >> $SILENT_INSTALL_FILE
    echo REPORTS_DIR=/var/tmp/psreports >> $SILENT_INSTALL_FILE
    cd $TOOLS_HOME/setup/PsMpPIAInstall
    sh setup.sh -javahome $TOOLS_HOME/jre -i silent -DRES_FILE_PATH=$TOOLS_HOME/tmp/$SILENT_INSTALL_FILE -tempdir $TOOLS_HOME/tmpMake the necessary changes in the echoing according to your own configuration.
    Nicolas.

  • No Shortcuts created when doing a silent install using VbS

    Hello Everyone !
    I have a vb script to do a silent install of BEA Weblogic 8.1SP2. When I push the script and files related to it on a testmachine and execute the script through Zenworks, it installs fine but does not create shortcuts in the Start Menu.
    But when I manully run the script on that test machine, it installs fine and creates shortcuts in the Start menu as well. Is there anything from the Zenworks side, that stops the creation of Shortcuts ?
    The script is pretty straight forward, so I don't think there's anything wrong with the script. Any suggestion, guys ?
    Thanks

    Are the ShortCuts Created in the User's or Machines's StartMenu?
    I suspect you are running in the "System Space" and not the user space.
    You may want to use the "Distribution" Tab to destribute files and
    shortcuts.
    "shiva2golu" <[email protected]> wrote in message
    news:[email protected]..
    >
    > Hello Everyone !
    >
    > I have a vb script to do a silent install of BEA Weblogic 8.1SP2. When
    > I push the script and files related to it on a testmachine and execute
    > the script through Zenworks, it installs fine but does not create
    > shortcuts in the Start Menu.
    >
    > But when I manully run the script on that test machine, it installs
    > fine and creates shortcuts in the Start menu as well. Is there anything
    > from the Zenworks side, that stops the creation of Shortcuts ?
    >
    > The script is pretty straight forward, so I don't think there's
    > anything wrong with the script. Any suggestion, guys ?
    >
    > Thanks
    >
    >
    > --
    > shiva2golu
    > ------------------------------------------------------------------------
    > shiva2golu's Profile: http://forums.novell.com/member.php?userid=55978
    > View this thread: http://forums.novell.com/showthread.php?t=379605
    >

  • Weblogic 9.23 Silent Install Problem

    When trying to install Weblogic 9.23 Platform or just the server component using a silent install, the following error is generated:
    2008-09-03 14:15:46,783 FATAL [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Got an error in parsing template.xml!
    2008-09-03 14:15:46,873 FATAL [readSilentXML] com.bea.plateng.wizard.installer.silent.tasks.ReadSilentXMLTask - java.lang.NullPointerException

    When trying to install Weblogic 9.23 Platform or just the server component using a silent install, the following error is generated:
    2008-09-03 14:15:46,783 FATAL [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Got an error in parsing template.xml!
    2008-09-03 14:15:46,873 FATAL [readSilentXML] com.bea.plateng.wizard.installer.silent.tasks.ReadSilentXMLTask - java.lang.NullPointerException

  • Silent install fails with FileNotFoundException

    Trying silent install for Weblogic server 7 SP2 onto Windows 2000 PC. I edited
    the sample silent.xml file for a single server deployment. Part of my silent.xml
    file is:
    <input-fields>
    <data-value name="BEAHOME" value="C:\bezplus\bea7" />
    <data-value name="USER_INSTALL_DIR" value="C:\bezplus\bea7\weblogic700"
    />
    <data-value name="RUN_DOMAIN_WIZARD" value="true" />
    The install fails and log file contains the message:
    2003-08-05 09:15:32,839 WARN [readInstallOptions] com.bea.installer.utils.InstallerUtils
    - Unable to read install options!
    java.io.FileNotFoundException: C:\bea\installoptions.bea (The system cannot find
    the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:59)
         at java.io.FileInputStream.<init>(FileInputStream.java:90)
         at com.bea.installer.utils.InstallerUtils.readInstallOptions(InstallerUtils.java:89)
         at com.bea.installer.tasks.ReadInstallOptionsTask.run(ReadInstallOptionsTask.java:32)
         at java.lang.Thread.run(Thread.java:479)
    I find no reference to installoptions.bea file in the documentation.
    Help Please.
    Bill

    Update- BEA recognizes this as an issue in SP2. Maybe fixed in SP3? They sent me
    a copy of installoptions.bea. This file must be placed into C:\bea prior to running
    install - hard coded path.
    I attached installoptions.bea
    Bill
    "WMilus" <[email protected]> wrote:
    >
    Trying silent install for Weblogic server 7 SP2 onto Windows 2000 PC.
    I edited
    the sample silent.xml file for a single server deployment. Part of my
    silent.xml
    file is:
    <input-fields>
    <data-value name="BEAHOME" value="C:\bezplus\bea7"
    />
    <data-value name="USER_INSTALL_DIR" value="C:\bezplus\bea7\weblogic700"
    />
    <data-value name="RUN_DOMAIN_WIZARD" value="true" />
    The install fails and log file contains the message:
    2003-08-05 09:15:32,839 WARN [readInstallOptions] com.bea.installer.utils.InstallerUtils
    - Unable to read install options!
    java.io.FileNotFoundException: C:\bea\installoptions.bea (The system
    cannot find
    the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:59)
         at java.io.FileInputStream.<init>(FileInputStream.java:90)
         at com.bea.installer.utils.InstallerUtils.readInstallOptions(InstallerUtils.java:89)
         at com.bea.installer.tasks.ReadInstallOptionsTask.run(ReadInstallOptionsTask.java:32)
         at java.lang.Thread.run(Thread.java:479)
    I find no reference to installoptions.bea file in the documentation.
    Help Please.
    Bill[installoptions.bea]

  • Weblogic 6.0 Silent Install CHOSEN_INSTALL_SET Options?

    I am looking for the valid options for the CHOSEN_INSTALL_SET option within
    the Weblogic 6.0 silent installation.
    According to page 2-4 of the Installation Guide - the SERVER value is used
    to install both the program files and the samples.
    What value(s) should be used to install the program files only?
    Note: By trying to relate the GUI choices to the silent install, it looks
    like the option should be some derivative of CUSTOM SET, CUSTOM_SET,
    CUSTOMSET, CUSTOM-SET, etc. buth then there seems to be a need to include a
    parameter to specify what the custom choices are.
    Thanks,
    Bob Novak
    [email protected]

    Unfortunately, that is not yet supported. We plan to add that feature in
    the future.
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Bob" <[email protected]> wrote in message
    news:3a5f7ef2$[email protected]..
    I am looking for the valid options for the CHOSEN_INSTALL_SET optionwithin
    the Weblogic 6.0 silent installation.
    According to page 2-4 of the Installation Guide - the SERVER value is used
    to install both the program files and the samples.
    What value(s) should be used to install the program files only?
    Note: By trying to relate the GUI choices to the silent install, it looks
    like the option should be some derivative of CUSTOM SET, CUSTOM_SET,
    CUSTOMSET, CUSTOM-SET, etc. buth then there seems to be a need to includea
    parameter to specify what the custom choices are.
    Thanks,
    Bob Novak
    [email protected]

  • Auto / Silent install of Essbase 6.1.4.0 (Client)

    Does anyone know/have the switch(es) for an auto or silent install (client side) for Excel Essbase Add-in version 6.1.4.0?Thank you,Blake

    Hi,Install Shield has a silent option that allows to record the options that have to be selected by the user.You first have to launch the install with a record a setup.iss file by launcinh setup.exe /r (or -r)Then setup.exe /f1 with the location and name of the iss file will do the trick.Consult installshield.com knowldege base for more information (perform a search on setup.iss).Please be aware that depending on the OS the iss file may need to be different.EricPartake Consulting

  • Problems performing silent install of CR XI Rel 2

    We are using the instructions from the installation guide to perform a silent install by running the command
    setup.exe ADDLOCAL=ALL EXCLUDEDOTNETFILES=1 EXCLUDEJAVAFILES=1 EXCLUDERDCFILES=1 CLIENTLANGUAGE=EN REBOOT=ReallySuppress PIDKEY=(actualKey) INSTALLDIR="C:\Program Files\Business Objects\Crystal Reports 11.5" /live c:\temp\cr_11.log /qn
    The installation runs but fails at the end of the installation when attempting to put the shortcuts in the users or All users Start Menu with the error of MainEngineThread is returning 1603 (when under user ID) or MainEngineThread is returning 1604 (when under All Users).  The installation is being run with an administrator access login ID, so access to either area should not be a problem.
    The installation is on both Windows 2000 and XP pc's and the win32 directory of the msi installation files have been copied locally to the machine as part of the process to eliminate network lag.
    Does anyone have any suggestions on how to get past this?

    Check the readme and help files on  how to.

  • How to handle "/9.2.0/root.sh as root from another window" in silent instal

    Hi,
    I was successful to start a silent installation of Oracle9iR2 using a responsefile on my System RHEL 3. But the installation ends soon and a wrong successful install message:
    Error :*** Alert: A configuration script needs to be run as root before installation can proceed. Please leave this window up, go run /opt/app/oracle/product/9.2.0/root.sh as root from another window, then come back here and click OK to continue. ***
    The installation of Oracle9i Database was successful.
    I use -ignorePatchConflicts for ignoring the patch conflicts. But How do I handle these issues. Where I have to run root.sh ... etc in teh Non Interactive Install.
    I am scripting solution for non interactive install and manual intervention to run these root.sh shell scripts at different points of install is not a good idea as it wont help me automate the install.
    Please let me know if anyone has solved this problem with -silent install.
    Thanks in advance.
    Senthil

    Thats me (OP) again:
    I tried setting:
    SHOW_ROOTSH_CONFIRMATION=false in the response file. But still no help. The installation exits at run root.sh prompt point. How I can effectively deal with it in a script?

  • Open File - Security Warning with Network-based Silent Install of CS4

    I am attempting to run an enterprise deployment of CS4 Design Standard Edition onto a pool of WinXP Pro workstations. I placed all of the install files on a networked server running Windows 2003, and generated from there all of the requisite .xml files (install, uninstall, and override files). From this network share, I can successfully run a silent install.
    HOWEVER. Multiple times (two or three) during the course of the silent install, I receive the same pop-up security warning from Windows XP (definitely an OS message, not anti-virus or other) that reads as follows:
    Open File - Security Warning
    Do you want to run this file?
    Name: AIRApplicationRunner.exe
    Publisher: Adobe Systems Incorporated
    Type: Application
    From: (server IP address)
    I have tried excluding Adobe Air from the installation package, but I still receive the same security prompt. This is sufficiently a hassle to have to click through these prompts in a silent install. But more importantly I am unable to run the silent install as part of a logoff script because for all intents & purposes it is no longer a silent install (i.e. it requires user intervention). To top it off, I found when testing the logoff script the prompts are suppressed and the installation fails prior to the bulk of the installation (Photoshop, Illustrator, & InDesign).
    I'm sure that I could run the install by copying all of the files to each local workstation, but again that would defeat the purpose of an easy, network-based install. In the past I was able to install CS3 in this fashion with no troubles, which of course did not include Adobe Air.
    Can anybody offer a suggestion as to how to disable these security messages, or alternately, how to entirely exclude Adobe Air from the install package? I have found a VB script that is supposed to address the security warnings issue, but to run the script also requires the user to accept it at a security prompt.
    Thanks in advance for any assistance!
    -Dan

    I'm now able to deploy design suite premium cs4 successfully.
    The issue for me was that the AirapplicationRunner installs some useless software. I worked around the issue with the Airapplicationrunner prompt by removing any apps that are installed using that method. By "removing" I mean marking that app as "donotinstall" in the deployment file. The apps I removed are these adobe codes for adobe media player, adobe.com, adobeair itself. The below is from my deploy.xml file used for the silent workflow:
    donotinstall
    donotinstall
    donotinstall
    If you mark those three adobe codes as "donotinstall" the prompt never appears and the real apps get installed just fine.

  • How can I do a silent install of Firefox 23 since the -ms switch doesn't work?

    I have been able to do a silent install of all the previous versions of Firefox using the -ms switch. But when I use it on the new version, the user interface comes up and it never did that before. I have tried different silent switches but non of them worked.

    Not the most experienced at this but are you using the stub installer, maybe you can try the classic installer and try again?
    Hopefully this helps.
    * https://www.mozilla.org/en-US/firefox/all/ <= Full installer

Maybe you are looking for