Silent installation for FMW products command prompt stuck!!

Hi All,
I am working on silent installation of Oracle FMW components, I am using the response file approach and Oracle Universal Installer. The aim is to integrate these installation commands to continuous integration tools like Jenkins/ControlTier.
When the installation finishes, the current shell still holds the prompt. I need to press ENTER to get out. The problem If I integrate them with this tools their flow does not end up, as command prompt does not return. In addition to that I need the returned execution status (echo $?) for evaluating the process.
I have tried launching it in background but did not work, any ideas ?
They say, silent does not require user interaction still we have to press ENTER to exit the console (silent + GUI).
Please suggest.
Thanks in advance,
Bhaskar
I am posting one of the application installation output to give a better idea(Oracle Webtier Utilities):
=========================================================
bash-3.2$ ./runInstaller -silent -responseFile /sarbackups1/infra_build/response/WebtierSOA_InstallOnly_11.1.1.4.rsp &
[1] 17055
-bash-3.2$ Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 3578 MB Passed
Checking swap space: must be greater than 500 MB. Actual 28991 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-21_04-40-33PM. Please wait ..../runInstaller: syntax error at line 299: `count1=$' unexpected
Log: /u01/app/oracle/oraInventory/logs/install2012-02-21_04-40-33PM.log
Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
Reading response file..
Expected result: One of 5.9,5.10
Actual Result: 5.10
Check complete. The overall result of this check is: Passed
CertifiedVersions Check: Success.
Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
Checking for SUNWlibC; found Sun Workshop Compilers Bundled libC(SUNWlibC). Passed
Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
Checking for SUNWi1cs; found X11 ISO8859-1 Codeset Support(SUNWi1cs). Passed
Checking for SUNWi15cs; found X11 ISO8859-15 Codeset Support(SUNWi15cs). Passed
Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
Check complete. The overall result of this check is: Passed
Packages Check: Success.
Checking for 127111-02; found 127127-11. Passed
Checking for 137111-04; found 137137-09. Passed
Check complete. The overall result of this check is: Passed
Patches Check: Success.
Expected result: 1024MB
Actual Result: 16384MB
Check complete. The overall result of this check is: Passed
TotalMemory Check: Success.
Verifying data......
Copying Files...
-----------20%----------40%----------60%----------80%--------100%
Applying Oneoff Patch...
[CONFIG] Launching Config Actions....
Started Configuration:Web Tier Configuration
[CONFIG]:Create and Start AS Instance (Web_PIT3)
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Creating Oracle Instance directories...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Recording OPMN ports reservations...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Bootstrapping OPMN configuration files...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Instantiating opmnctl for direct usage...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Skipping instance registration
[CONFIG] SUCCESS:Create and Start AS Instance (Web_PIT3)
[CONFIG]:Create and Start OHS Component (ohs_PIT3)
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Creating empty component directories...
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Provisioning OHS files for ohs_PIT3
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Copying OHS files from ORACLE_HOME to ORACLE_INSTANCE locations
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Customizing httpd.conf
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Adding component's process control to OPMN...
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Skipping ohs_PIT3 component registration.
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Invoking opmn reload...
[CONFIG] SUCCESS:Create and Start OHS Component (ohs_PIT3)
[CONFIG]:Create and Start Web Cache Component (webcache_PIT3)
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Creating empty component directories...
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Provisioning WebCache files for webcache_PIT3
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Copying WebCache files from ORACLE_HOME to ORACLE_INSTANCE locations
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Customizing webcache.xml
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Adding component's process control to OPMN...
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Skipping webcache_PIT3 component registration.
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Invoking opmn reload...
[CONFIG] SUCCESS:Create and Start Web Cache Component (webcache_PIT3)
Configuration:Web Tier Configuration completed successfully
The installation of Oracle AS Common Toplevel Component, Oracle WebTier and Utilities CD completed successfully.
Prompt holds here I have to press ENTER to come out
=========================================================

Hi All,
I am working on silent installation of Oracle FMW components, I am using the response file approach and Oracle Universal Installer. The aim is to integrate these installation commands to continuous integration tools like Jenkins/ControlTier.
When the installation finishes, the current shell still holds the prompt. I need to press ENTER to get out. The problem If I integrate them with this tools their flow does not end up, as command prompt does not return. In addition to that I need the returned execution status (echo $?) for evaluating the process.
I have tried launching it in background but did not work, any ideas ?
They say, silent does not require user interaction still we have to press ENTER to exit the console (silent + GUI).
Please suggest.
Thanks in advance,
Bhaskar
I am posting one of the application installation output to give a better idea(Oracle Webtier Utilities):
=========================================================
bash-3.2$ ./runInstaller -silent -responseFile /sarbackups1/infra_build/response/WebtierSOA_InstallOnly_11.1.1.4.rsp &
[1] 17055
-bash-3.2$ Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 3578 MB Passed
Checking swap space: must be greater than 500 MB. Actual 28991 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-21_04-40-33PM. Please wait ..../runInstaller: syntax error at line 299: `count1=$' unexpected
Log: /u01/app/oracle/oraInventory/logs/install2012-02-21_04-40-33PM.log
Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
Reading response file..
Expected result: One of 5.9,5.10
Actual Result: 5.10
Check complete. The overall result of this check is: Passed
CertifiedVersions Check: Success.
Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
Checking for SUNWlibC; found Sun Workshop Compilers Bundled libC(SUNWlibC). Passed
Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
Checking for SUNWi1cs; found X11 ISO8859-1 Codeset Support(SUNWi1cs). Passed
Checking for SUNWi15cs; found X11 ISO8859-15 Codeset Support(SUNWi15cs). Passed
Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
Check complete. The overall result of this check is: Passed
Packages Check: Success.
Checking for 127111-02; found 127127-11. Passed
Checking for 137111-04; found 137137-09. Passed
Check complete. The overall result of this check is: Passed
Patches Check: Success.
Expected result: 1024MB
Actual Result: 16384MB
Check complete. The overall result of this check is: Passed
TotalMemory Check: Success.
Verifying data......
Copying Files...
-----------20%----------40%----------60%----------80%--------100%
Applying Oneoff Patch...
[CONFIG] Launching Config Actions....
Started Configuration:Web Tier Configuration
[CONFIG]:Create and Start AS Instance (Web_PIT3)
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Creating Oracle Instance directories...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Recording OPMN ports reservations...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Bootstrapping OPMN configuration files...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Instantiating opmnctl for direct usage...
[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Skipping instance registration
[CONFIG] SUCCESS:Create and Start AS Instance (Web_PIT3)
[CONFIG]:Create and Start OHS Component (ohs_PIT3)
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Creating empty component directories...
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Provisioning OHS files for ohs_PIT3
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Copying OHS files from ORACLE_HOME to ORACLE_INSTANCE locations
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Customizing httpd.conf
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Adding component's process control to OPMN...
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Skipping ohs_PIT3 component registration.
[CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Invoking opmn reload...
[CONFIG] SUCCESS:Create and Start OHS Component (ohs_PIT3)
[CONFIG]:Create and Start Web Cache Component (webcache_PIT3)
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Creating empty component directories...
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Provisioning WebCache files for webcache_PIT3
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Copying WebCache files from ORACLE_HOME to ORACLE_INSTANCE locations
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Customizing webcache.xml
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Adding component's process control to OPMN...
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Skipping webcache_PIT3 component registration.
[CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Invoking opmn reload...
[CONFIG] SUCCESS:Create and Start Web Cache Component (webcache_PIT3)
Configuration:Web Tier Configuration completed successfully
The installation of Oracle AS Common Toplevel Component, Oracle WebTier and Utilities CD completed successfully.
Prompt holds here I have to press ENTER to come out
=========================================================

Similar Messages

  • Silent Installation for OUI Product

    I'm trying to do silent installation for Oracle RCU Client by
    setup.exe -responseFile "C:\Kapil\Recording\RCU Installer\Disk1\stage\Response\oracle.as.repcu.rcu.rsp" -silent -nowelcome
    it starts the Installation in GUI Mode & opens the welcome page
    Is anything need to be changed in response file, as i have set ORACLE_HOME="C:\oracle\product\11.1.1\rcuHome_1" and ORACLE_BASE="C:\oracle\product\11.1.1\rcuHome_1"
    there are 3 response files present in Stage/Response folder,
    oracle.as.repcu.rcu.rsp,
    oracle.as.schema.version.Custom.rsp,
    oracle.as.upgrade.Complete.rsp
    i don't know which one to change ? For testing purpose i have changed & set the ORACLE_HOME & ORACLE_BASE but nothing works out.
    Please suggest apart from these values which i have set in response file, anything else do i need to set other values.
    Also it's not prerequisite to setup RCU Client in silent mode. Please suggest if some other oracle product (OUI based) can be setup in silent mode. I'm doing for testing purpose to run the silent based installation...
    Thanks in advance

    Hi,
    setup.exe -responseFile "C:\Kapil\Recording\RCU Installer\Disk1\stage\Response\oracle.as.repcu.rcu.rsp" -silent -nowelcome
    setup.exe -silent -responseFile "C:\Kapil\Recording\RCU Installer\Disk1\stage\Response\oracle.as.repcu.rcu.rsp"
    Please check this link
    http://www.oracle-base.com/articles/misc/OuiSilentInstallations.php
    - Pavan Kumar N

  • PDQ - Create Silent installation for EXE install package

    The first question is: Do you have the free version or paid for version of PDQ Deploy? This will make a little difference in your approach for deployment.For the .net part, just download the off line installer for the version you want to deploy. This will be in a .exe form just append the /quite /norestart options to the command line. No need to check if .net is already installed, the installer will just exit if there is nothing to do.For your application, you need to find out if there is a silent install option.For the registry you can just export the registry keys in question with regedit. then in your installer action/script just run the following command regedit.exe /s .regYou can add this all to the install sequence if you have the paid for version or in a .cmd file in the same location as the other install files in your packages...

    Hi,
    I got EXE file for installation
    want to create it a silent installation for deplying it to 100 computers.
    needs to check if Dot.Net 4.5 already install and if not install it before installing the EXE
    after Installing the EXE need to Activate it using Reg file
    how to create all this procces to be installed Silent mode
    Thanks.
    This topic first appeared in the Spiceworks Community

  • Silent Installation for CS5.5?

    I've been able to get silent installation for the DPS tools to work fine for CS6 (v27), but I haven't found a successful method for CS5.5 (v27), aside from using JAMF's Composer to perform a file-system watch.
    The commands I've tried:
    sudo /Adobe/DPS/r27/cs5.5fp/Install.app/Contents/MacOS/Install --mode=Silent
    Starting Installer...
    In Silent mode.
    Installation successful.
    Exiting Installer with Code: 0
    sudo /Adobe/DPS/r27/cs5.5fb/Install.app/Contents/MacOS/Install --mode=Silent
    Starting Installer...
    In Silent mode.
    Installation successful.
    Exiting Installer with Code: 0
    They always report that they run successfully, but don't seem to actually install anything. If I remove the silent flag, the installer will run, successfully, albeit with user interaction, which isn't desirable. Has anyone encountered a similar issue, or have a good way around it?

    Although I already provided the solution privately I will post it here as well in case other users are facing the same problem.
    The correct syntax for silent deployment is:
    sudo ./Install --mode=silent --deploymentFile="path"
    So for example:
    sudo ./Install.app/Contents/MacOS/Install --mode=silent --deploymentFile=deploy/AdobeDigitalPublishing-mul.install.xml
    (the assumption here is that the user is in the directory where Install.app is.
    From the command line you should see "Installation successful. Exiting Installer with code: 0.

  • How can we write the code for opening the command prompt and closing the

    how can we write the code in java for opening the command prompt and closing the cmd prompt from eclipse (cmd prompt should close when click on the turminate button in eclipse)

    rakeshsikha wrote:
    how can we write the code for opening the command prompt and closing theBy typing in Eclipse (which you seemingly have)?

  • How to do silent installation for Adobe CS1 .

    how to do silent installation for Adobe CS1

    What do you mean by "check" the silent switches? Do you mean you want the documentation for enterprise deployment?
    (Worth mentioning just in case: you will need a deployment license from Adobe).

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

  • Urgent: How to do the Silent Installation for J2RE v1.4.1

    Hi guyz,
    Can anyone tell me How to perform Silent Installation of J2RE v 1.4.1.
    I checked out with J2RE V 1.4.2 which supports Silent mode installation but not JRE 1.4.1
    thanks in advance,
    Saurabh Bhatnagar

    Hi People,
    Just found out a site which has information on Silent Installation of JRE 1.4.1 ... but its not a straight fwd one. You need to run the installer atleat once to create a response file which will ecord your actions and you can use it in later installs for a silent installation.
    The article says about Slent installation in JRE 1.3 but I just check it ... and it works perfectly with JRE 1.4.1 also.
    Here's the link
    http://java.sun.com/products/plugin/1.3/docs/silent.html
    Hope it might of help to some of you ......
    regards,
    Saurabh Bhatnagar
    Sasken

  • Create an Adobe 9.3 silent installation for Windows

    What are the silent installation switches that I can use for 9.3 so that won't be any user interaction and that the pc won't restart or prompt me to restart?  Thanks.

    You can find all information in this document http://www.adobe.com/devnet/acrobat/pdfs/deploying_reader9.pdf
    P.S. you can download the MSI from here ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.3/enu/

  • Silent Installation For Crystal Reports Runtime Engine

    Hi
    I am now using vs2010 and I had created a setup package for my project.
    I had added the merged module CRRuntime_13_0_1.msn into the setup project.
    After building the setup package, I got the following items:
    Project.msi
    setup.exe
    So, by executing the setup.exe, the program will check all the prerequisite. If those are not existed, the setup program will try to install.
    Everything is fine. The program can detect the workstation missing the CR Runtime and installing it accordingly
    Now, we want to deploy it to the whole company. We had decided to execute the setup package using a batch file.
    So, we want to install the program silently. However, every time we call the setup.exe, it mentioned that we are required to accept the EULA from the SAP. The user is required to click the accept button on the screen and it is no longer a silent installation.
    I had tried a number of method to suppress it but no luck. Is there a way to suppress the EULA?
    Thank You!

    Hi Tare,
    CR for VS still uses the same installer as CR 2008 uses so see if this PDF for CR 2008 Silent Install works for you.
    http://help.sap.com/businessobject/product_guides/cr2008V1/en/xi3-1_cr_install_en.pdf
    No Keycode required for CR for VS. And note you do need to change any paths specified or required.
    I'll have to ping DEV to see if we support this, won't hear back from them until tomorrow...
    Don

  • Silent Installation for Presenter

    Greetings,
    I was given a disc with only Presenter 9 on it, not with with whole CS.  I need to make a silent install for enterprise distribution.  I've tried AAME but it doesn't find any valid installation on the disc.
    What can I do to make a silent install?
    Thank you.

    if you have login details of adobe team admin portal. (This is available only for enterprise customers)
    you can download creative cloud packager 1.3 and  can create CCPackage for Adobe presenter 9.
    Once you have created the package, Please follow the link : http://helpx.adobe.com/creative-cloud/packager.html  for creating,planning and deploying this package.
    ccp 1.3 is not available on public portal.
    I have tried this way to create the package and able to install silently. This package can be used to deploy this package using microsoft SCCM.
    Thanks,
    Sunil
    Adobe presenter Engg Team

  • Silent installation for oracle 9i client

    Hi,
    i need to install oarcle9i client (minimal instalation with network components) , can anyone provide me the step by step procedure to complete the installation in windows PC?
    i used the below two files 1) responsefile 2) bat file , not installaed sucessfully
    clientruntime.rsp:
    ============
    [General]
    RESPONSEFILE_VERSION=1.7.0
    [SESSION]
    UNIX_GROUP_NAME="install"
    FROM_LOCATION="O:\Public Folder\Oracle9i\Disk-1\stage\products.jar"
    FROM_LOCATION_CD_LABEL="Oracle9i"
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    ORACLE_HOME="c:\oracle\products\9.0.1"
    ORACLE_HOME_NAME="OHOME1"
    TOPLEVEL_COMPONENT={"oracle.client","9.2.0.1.0"}
    DEINSTALL_LIST=<"oracle.client","9.2.0.1.0">
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    SHOW_CUSTOM_TREE_PAGE=false
    SHOW_SUMMARY_PAGE=true
    SHOW_INSTALL_PROGRESS_PAGE=true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    SHOW_RELEASE_NOTES=false
    SHOW_ROOTSH_CONFIRMATION=true
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    NEXT_SESSION=false
    NEXT_SESSION_ON_FAIL=false
    SHOW_DEINSTALL_CONFIRMATION=true
    SHOW_DEINSTALL_PROGRESS=true
    LOCATION_FOR_DISK2="O:\Public Folder\Oracle9i\Disk-2\stage"
    LOCATION_FOR_DISK3="O:\Public Folder\Oracle9i\Disk-3\stage"
    [oracle.client_9.2.0.1.0]
    INSTALL_TYPE="Runtime"
    start.bat:
    =======
    "O:\Public Folder\Oracle9i\Disk-1\install\win32\setup.exe" -silent -responseFile "O:\Public Folder\Nagaraj\SilentInstall\clientruntime.rsp"
    Note: i am using network folder not from CD drive
    Thanks & regards,
    NagsDBA

    Hi,
    Well, the steps as the same as install Oracle Server Database.
    Which tools on the Oracle Client you want to use ?
    Maybe Oracle Instant Client is more interesting for you.
    Look this link: http://www.oracle.com/technology/tech/oci/instantclient/index.html
    Cheers

  • Premiere Elements 11 - Silent installation for SCCM

    Hey guys, I am trying to package up Premiere Elements 11 for a Silent install using SCCM. I have followed the official deployment guide here:
    Deploy Premiere Elements 11 and earlier | Windows
    and the following Blog post:
    Mick's IT Blogs: Deploying Photoshop Elements 11
    but am encountering the same issue as someone noted in Mick's Deployment guide - I configure the "Setup.ini" file and the “application.xml.override” files and the installation does indeed run and complete.
    However, the created Desktop shortcut points to an executable file which does not exist and it seems that half of the program is missing/not installed despite there being no errors during the installation.
    Additionally, the Adobe guide linked above talks about copying the xml.override file into two folder locations:
    <Your setup location>\ElementsOrganizer\SupportFiles\payloads\EO[*]AMTLibSupport
    <Your setup location>\SupportFiles\payloads\PRE[*]AMTLibSupport-32/64
    but neither location exists on my source media (downloaded from Adobe.com).
    Can anyone point me in the right direction please?
    Regards,
    Scott.

    jaojr1962,
    /UL1033 parameter is for setting the uninstall language and not for setting the country. So, the country dialoue would come on launch.
    Adobe gives out these instructions to its OEM/enterprise users. If you're an OEM or an enterprise user of PSE/PRE, could you please contact Adobe through your respective point of contact? Adobe would be able to provide you a solution which you'd be able to use to avoid the country selection dialogue if you pre-configure it correctly.
    thanks.

  • Need Office 2007 installer for OEM product key

    I bought a ThinkPad T500 with Office2007 Pro pre-installed.  Fine.  I have a product key
    that looks like nnnnn-OEM-nnnnnnn-nnnnn.
    I did a clean install of Windows 7, and now I want to e-install the same Office 2007 Pro that
    I had, and use my product key with it.  Ideally, I'd like to download it.
    Any help is greatly appreciated.

    I don't think you will find a download for it & the product key looks like xxxxx-xxxxx-xxxxx-xxxxx-xxxxx the one with oem in it is S/N #
    Thinkpad R61 7733-1GU
    Thinkpad X61T 7762-54U
    Thinkpad X60T 6363-4GU
    Did a member help you today? Thank them with a Kudo!
    If a post answers your question, please mark it as an "Accepted Solution"!
    Regards,
    GMAC

  • Can we have silent installation for Cisco prime service catalog (CCP)?

    HI,
    I want to install Cisco prime service catalog(newscale) in silent mode, which version supports this feature.
    And also please provide any related docs.
    Thanks in Advance
    Srini.

    sotoh,
    I am using puppet(configuration mangement tools) which manages several nodes.
    so i want to install CIAC on many  nodes with same configuration with reusable silent install using puppet manifest files.

Maybe you are looking for

  • Why have you left a job half done and my company w...

    I'm dreadfully sorry that I can't provide you with the Broadband phone number, unfortunately, BT have not completed a line switch, and have left my company without Internet access, so I can't access this information. From memory it might be 020 *****

  • Using SQLplus command in LabView Database toolkit

    Hi , I would like to ask something but before that this is my set up background OS          : Win 7, LabVIEW : 2012 I have successfully connected with Oracle database using Labview Database toolkit. The problem now is since I need to query the data f

  • How do i change the look of finder

    i would like to make finder look like it did in snowleopard, ie, when i select sort by date modified it doesnt come up with all this last week, last month etc, i just want the whole window to be sorted by date, can anyone help?

  • Send Emails with Forms

    How can I open a window's email when I press a button and call when-button-press trigger? If anyone know the answers, please write me to [email protected] null

  • "iCloud" iPhone can send emails but cannot receive. inbox empty/

    Since moving from mobile me to icloud my iphone mail box has had serious issues. I can send emails from my account but cannot receive emails. My icloud account on my mac works just find, the problem is only on my iphone four. I have tried everything