Package prerequisit installation

Hi all,
I need help to understand the packaging process.
I have 2 libraries with supporting include files, called lib1 and lib2 and i want to make these 2 as seperate installable packages called pkg1 and pkg2. pkg2 requires pkg1 as prerequisite.
When installing pkg2, if found that pkg1 is not installed, is it possible to invoke pkgadd to install pkg1in the middle of pkg2 installation process? I appreciate any help in this regard.
Thanks in advance.
Sreedhar Gupta

Hi
What is the OS used ?
Any error we could use to ananlyse the issue?
Have you controlled the pre-requisits
http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm#CIHHJEHF
thanks
Edited by: Hub on Nov 21, 2008 8:31 AM

Similar Messages

  • Adobe AIR 1.5 - Package AIR installer as a native Windows Executable (.EXE)

    Hello Adobe AIR community,
    Is there any way to package the installer for an Adobe AIR application using Adobe AIR 1.5 as an executable (.EXE) file?
    I found that this is possible for Adobe AIR 2.0, but it requires an upgrade to Adobe AIR 2.0 runtime. Are there any other options using the Adobe AIR 1.5 runtime?
    Thanks,
    Mauricio

    Check out this one to solve out your query:   Code: Ext.onReady(function () {          var testWindow = new Ext.Window({         titel: 'Test',         layout: 'form',         width: 300,         height: 300,         items: [{             xtype: 'textfield',             fieldLabel: 'Test',             maskRe: /\d|\,/         }]     });          testWindow.show(); });  -----------------------------
    teradata 12 certification dumps ! sy0-201 braindump ! apple braindumps ! avaya training

  • PI 7.31 Java only stack (PI and Orchestration package) post installation

    Hi,
    Recently we installed PI 7.31 server, i searched in sdn but i couldn't get any post installation steps.
    Could you please provide PI 7.31 Java only stack (PI and Orchestration package) post installation steps.
    Thanks,
    Venkata Ramesh

    HI Venkata Ramesh,
    Ref: UPGRADE TO SAP NETWEAVER PROCESS INTEGRATION 7.3
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/505374f4-9cbe-2e10-a6b9-c74a22924d26
    Regards,

  • Missing Package(s), Installation Corrupted

    Un Gusto saludarlos.
    Queria pedir su colaboracion,
    Descarge las Imagenes de VMware y tengo la licencia DEMO de DMS 5.3, instale dichas maquinas virtuales y no se genero ningun inconveniente, el DMM y en SnS, mas sin embargo al levantar dichas maquinas virtuales se me muestra el siguiente error:  "
    Missing Package(s), Installation Corrupted, algun concejo que me puedan brindar, intente instalarlo nuevamente en repetidas ocaciones y siempre obtengo el mismo resultado.
    De antemano agradezco muchisimo su ayuda.
    Exitos y bendiciones.}
    Saludos.....
    Adjunto imagen de error

    Hello jbtb07, 
    Welcome to the forum! After almost two months of trying to sort out an order issue, I can understand why you would be fairly fed up with dealing with this issue. I am sorry to hear that you may not have ever received the headphones, and that you are still trying to find a resolution to this. 
    Using the email address you registered with your forum, I was able to locate the order. It appears that a resolution was provided to you, and so I am sending you a private message with further details. You may check your private messages by signing into the forum then clicking the envelope icon in the top right corner of the page. 
    Respectfully, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • At installation iTunes there is an error. An error of package Windows Installer. It is impossible to start necessary for end of installation the program. Address to technicians or to the supplier of a package. What to do?

    At installation iTunes there is an error. An error of package Windows Installer. It is impossible to start necessary for end of installation the program. Address to technicians or to the supplier of a package. What to do?

    Repair your Apple Software Update:
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install

  • Bonjour, je veux installer i tunes et le message d'erreur est "Un problème s'est produit sur ce package windows installer. Un programe nécessaire pour que cette installation puisse se terminer n'a pas pu être executé. Contacter votre service suppott ou le

    Bonjour, j'essaye d'installer i tunes mais le message d'erreur apparaît !:
    "un problème s'est produit sur ce package windows installer. Un programme necessaire pour que cette installation puisse se terminer n'a pas pu être exécuté. Contacter votre servive support ou le distributeur package"
    Pourriez vous m'aider? merci

    Bonjour, j'essayerais d'utiliser le Adobe cleaner tool.
    http://www.adobe.com/fr/support/contact/cscleanertool.html
    ou de reinstaller le download assistant. (pour ajouter les fichiers manquants)

  • Can't package native installer on Linux with Flex SDK 4.5 : Invalid AIR file

    Hi,
    We've moved our application to compile against the 4.5 SDK.
    We're compiling it with Flash Builder (on mac) into an air file and as our application is using NativeProcess API, we're packaging it on each platform into a native installer with the following command (linux example) : adt -package -target native app.deb app.air
    We think we fall into the same issue as http://forums.adobe.com/message/3271944#3271944 but for the 4.5 DSK.
    On Linux it used to work with the following environment (env1):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.1.0.16076 + Adobe Air SDK 2.5.0
    It stops to work when we upgrade to the new Flex SDK (env2):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.5.0.20967 (with the default embeded Adobe Air SDK 2.6)
    The faut message is "Invalid AIR file" and nothing is logged in the log file (/home/<username>/.appdata/Adobe/AIR/Logs/Install.log).
    1) The .air file is installing correctly on env2 (without the support of the NativeProcess as expected)
    2) We also tried to compile the project directly on env2 :
    amxml app.mxml
    adt -package -storetype pkcs12 -keystore cert.p12 app.air app-app.xml air.swf
    The .air file is installing fine but the packaging into a native process fails in the same way...
    3) We tried to package a native installer of our .air file on env1 and it works!!! (the installed application seems to work fine also on env2!!!)
    Are we missing something or does it seems to be a bug of the Flex SDK 4.5?
    Are there some restrictions to package a native installer with the Flex SDK 4.1 a air app build with the Flex SDK 4.5 ?
    Thanks in advance,
    Mich

    Hi,
    Finally we figure out how to solve the issue.
    The packaging into native .deb installer fails as explain above because with the hole Flex SDK 4.5 (adt -version told 2.6.0.1920).
    The packaging is successfull if only Air SDK 2.6 is install.
    What is strange that both adt seems to be the same "2.6.0.1920" (found with "adt -version").
    Can someone from the Adobe dev team explain it?
    I suppose as the Flex SDK is not available for the Linux platform, the download only contains the Air SDK for Windows and Mac OS as opposed to the specific download of the Air SDK for te Linux platform...
    Thanks,
    Mich

  • Re-importing packages during installation

    Hello all,
    Was doing an installation.When it started, got the following errors:
    Import Monitor jobs: running 1, waiting 110, completed 1, failed 0, total 112.
    Import Monitor jobs: running 2, waiting 109, completed 1, failed 0, total 112.
    Import Monitor jobs: running 3, waiting 108, completed 1, failed 0, total 112.
    Loading of 'DOKCLU' import package: ERROR
    Import Monitor jobs: running 1, waiting 108, completed 1, failed 2, total 112.
    Loading of 'PCL4' import package: ERROR
    Import Monitor jobs: running 1, waiting 108, completed 1, failed 2, total 112.
    Loading of 'REPOSRC' import package: ERROR
    Import Monitor jobs: running 0, waiting 108, completed 1, failed 3, total 112.
    This seems to have failed on the first 3 packages: DOKCLU, PCL4 and REPOSRC. These were the first 3 packages that were to be imported. After that, all was fine. As of now, the last line in the import_monitor.java.log file is:
    Loading of 'SAPDFACT' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 108, failed 3, total 112.
    So, 108 have been completed with no issue.
    Only the first 3 failed.
    How can one re-import these packages again.
    TIA

    Hello again,
    When looking at the TSK files, it seems to specify that the files associated with several packages loaded OK.
    15 Jul  1 10:01 REPOSRC.TSK
    38 Jul  1 10:34 PCL2.TSK
    28 Jul  1 10:43 DOKCLU.TSK
    Example, for PCL2.TSK, got the following:
    T PCL2 C ok
    D PCL2 I ok
    P PCL2~0 C ok
    For DOKCLU.TSK, got the following:
    T DOKCLU C ok
    D DOKCLU I ok
    and for REPOSRC.TSK, got the following:
    T REPOSRC C ok
    saw the following *.bck files
    DDLORA.TPL.bck     
    DOKCLU.TSK.bck 
    REPOSRC.TSK.bck
    DDLORA_LRG.TPL.bck 
    PCL4.TSK.bck
    Edited by: Casey Harris on Jul 2, 2009 9:54 AM

  • NM7.1: Regarding Software Package Silent Installation Issue

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

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

  • How to add solaris packages to installled system...

    Hello,
    I have a minimally installed Sun Solaris system. I need a lot more functionality on it, like developper tools.
    I know how to install a packege. The problem is finding out which packages to install. The installation CD contains a whol ot of SUNW* packages with cryptic names, and when you try to install one of them I usually run in to dependency problems.
    So is there a convenient way to do the following:
    - Given I need a particular tool (eg /usr/ccs/bin/as )
    - Find out what package that tool belongs too
    - Install that package and all its dependencies automatically?
    Under Linux (an Os where I do have somewhat more experience) this is a trivial exercise. But how do I do this under Solaris?

    I know I can just try to install a package using pkgadd and see where it breaks. But to do this I first have to know what package to install. That is the first problem. I need "foo", how do I find out what package contains "foo"?
    Searching for sollutions I came across a concept called "metacluster", which is aparently sun's way of packaging lots of related stuff together. I found out that the metacluster installed on my system was "SUNWCuser" and that I probably want it to be "SUNWCprog". But I have no idea how to get there.

  • Package Maker, Installer and receipt names

    Hi all
    I'm a little confused about the receipts that the installer drops into Library/Receipts. For instance, if it installs a file called Fred.abc, then the receipt file is also simply called Fred.pkg.
    Now here's my question: what is to prevent a name clash? What if a completely different developer produces a completely independent project which also has a file named Fred dot something? Would the later Fred receipt overwrite the earlier one?
    I'm particularly confused because Package Maker actually asks for an organisation string, such as "uk.co.mycompany.myproject", yet never appears to use it! Surely an obvious thing would be for my Fred receipt to be called "uk.co.mycompany.myproject.Fred.pkg" which can be pretty much guaranteed never to clash with any other company's names.
    Can anyone shed any light on this?
    Thanks in advance
    Bob

    if you use your system as the template and that folder exist, doesn't Package Maker create that directory on the client if it doesn't exist?
    I know I've done this before but perhaps it was with a third party shareware package maker.

  • Can an ADT-packaged native installer install the AIR runtime in silent mode?

    Silent installation of my app works fine when the runtime is installed, as follows:
    <path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenu
    However, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.
    Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?
    Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?
    I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.
    Thanks.

    chris.campbell wrote:
    Dmitry Svetlakov wrote:
    I try use silent mode under Mac OS - doesn't work in this situation: Adobe AIR not installed on system.
    Because isntaller needs in access from administrator.
    Log:
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Could not create directory at /Applications/Adobe/Flash Player/AddIns/airappinstaller
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Error occurred during copy and set resource fork operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Rollback complete
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Application Installer end with exit code 7
    Hi Dmitry,
    Are you trying to sub launch AIR silently through your installer?  If so, and you haven't already, please fill out the AIR distribution agreement form and you'll receive documentation that discusses silent installs and uninstall's.
    If you are just trying this out, you are correct that the runtime needs admin access.  You can achieve this by prefixing your command line with sudo.
    Thanks,
    Chris
    Yes, but that not decide our task: create custom installer from air app native installer. I hope you understand that i mean. This installer should work for anyone user - and have to install Adobe AIR Runtime.

  • "Downloading packages" during installation ... extremely slow!

    I'm on the step where Arch downloads packages from a server. I chose a Swedish server since I'm in Norway.
    It takes forever, and it only downloads at a speed of 2-5 kb/s. Can I quit the installation and start over?
    Also, I chose XFS for my primary Linux partition ( or / ). Is it good or should I choose something else?
    Stalker72

    Inxsible wrote:
    Stalker72 wrote:
    Inxsible wrote:Well I have a US keyboard and I can tell you for sure that there is a > sign on my keyboard.
    There is one on mine too, but if I pick the Norwegian layout, it doesn't produce that symbol.
    Stalker72
    Aah.. so you have a US keyboard and are using the Norwegian layout. You can either go back to US layout until you finish installation I guess... I am not sure where the > sign key is in a norwegian layout.
    I chose the US layout this time. I just have to wait overnight for packages to download.
    Stalker72
    Last edited by Stalker72 (2009-02-07 10:04:29)

  • Build tools language resources - amd64 "packages missing" Installation stuck

    I am installing the VS2015 Enterprise RC, the first installation went well, but after the second one, the installation pauses asking, package missing, download from internet or search in this address? I chose the internet one, and the installation has
    never advanced ever since, the package that is missing is "build tools language resources - amd64", and it is still acquiring this package.
    Tao Wang

    Hi ,
    Export location provided is not correct , make sure files exist as per  requirement.
    Import directory 'C:\Documents and Settings\belis\My Documents\NW7.02\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1' does not exist;
    Import directory 'C:\Documents and Settings\belis\My Documents\NW7.02\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP2' does not exist;
    Import directory 'C:\Documents and Settings\belis\My Documents\NW7.02\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP3' does not exist.
    Regards,

  • Add packages using installation cds , post  installation of os

    Hi,
    Please guide how to find packages & add them once the os installation is already over, using the installation cds.
    Specifically, I want to know about adding the SPROcc package to get the c compiler.
    Though I installed Solaris 10 x86 using the option "entire software distribution group " installation , still pkginfo SPROcc is not able to get any information about it.
    Thanks,
    Omendra

    The Sun pro compilers are not part of the OS and are not on the OS installation CDs. They're a separate product.
    If you need a compiler, the Sun Studio 11 suite is here (http://developers.sun.com/prodtech/cc/products/get.html), or GCC is installed in /opt/sfw/bin.
    Darren

Maybe you are looking for

  • DVDSP3 all messed up! plus menu question

    Ok, i've been using Dvd Studio Pro since it came out. This is the first time I have had any problems with it. First of all, it keeps crashing, no reason. Second, now now video will play in the viewer. Third, Items on my menu seem to be locked and i c

  • Changing a scanned document

    Can I replace one page of a scanned document in one file with another page from a different file?

  • Saving scanned photos into iPhoto

    We've just bought a Canon Pixma MP620 and I want to save the photos directly into iPhoto. Is there anyway to do this? So far I've tried dragging and dropping into iPhoto (with it open) and it hasn't worked. Nor could I get iPhoto to import into its l

  • Sap netweaver developer studio falls to half open

    *Do help me, I am making application in SAP NetWeaver Developer Studio, but to open many windows on the hill and you are unable to reopen wants to open but closes.*

  • Which port do we use?

    Hi, a consultant is setting up a firewall on our servers, and he asked me which ports coldfusion uses. The server is a standard installation of coldfusion 7 on a windows 2003 server, and uses - web services - cfhttp - standard web pages (cfm and html