How to Uninstall an installed package

I was trying to access a site that required ActiveX and downloaded and installed an application which was supposed to enable it. However it doesn't work. I tried to uninstall via the Installer but there isn't an option to do that. How is the best way to uninstall this package at this point? Are there logs somewhere which will tell me what was installed? I found the receipt in the Library, but not sure what if anything it does. Thanks.

First, I suggest backing up your drive in case you uninstall something you shouldn't have uninstalled.
Most small programs can have all their components contained within an app package. After running, the program will likely install a file in Preferences (either in your user area, or the main preferences, or both). Dragging a program and its preferences to the trash is often all that is needed, or you can use a program like AppDelete to delete these programs. However, most app delete programs will not have an inventory of what is installed -- they just look for files that are clearly associated with the app you are deleting.
Try to find files associated with the application you want to delete by using Spotlight, Finder, or EasyFind (free and generally highly recommended) to search for the application's name. Favorite folders for files to be installed are:
/Applications/
/Library/Preferences/
/Users/YourName/Library/Application Support/
/Users/YourName/Library/Preferences
where YourName refers to the user name when you login and the / indicates the series of folders down from your main drive.
A few programs may set login items to start automatically when your computer starts or a specific user logs in. These items are located in: /Library/StartupItems/ or /Users/YourName/Library/StartupItems/ To edit these, go to your account set up in System Preferences, login items tab, select the item(s) and a "-" to remove.
More involved programs (e.g., Office) may install bits and pieces all over the place, like fonts, libraries, etc. The software installer may have an uninstall option, or there may be a separate uninstaller for these. In bad situations you have to hunt around yourself.
Some programs install invisible files. You can use a utility like Onyx to toggle visibility on your computer and check for invisible files.
Sometimes programs install files (often hidden) not readily associated with the program and if you're worried about those the only thing to do is a scan before and after installing a program and see what has changed.
Check out the utility [AppDelete|www.apple.com/downloads/macosx/systemdiskutilities/appdelete.html]. It will remove simple applications and most of their associated files.
[X Lab FAQ: Uninstalling applications|http://www.thexlab.com/faqs/uninstallingapps.html]
[http://discussions.apple.com/thread.jspa?messageID=6690807&#6690807]

Similar Messages

  • HT3258 how to uninstall the installed incompatible  third party application?

    have install the incompatible application named "asphalt 6". but it doesn't remove from my machine. do you please tell me how to uninstall that type of application?

    Have you checked the developers web site for directions?
    Ciao.

  • Is CS5 good w/Windows 8? If so, how to uninstall and install on new computer? If not, upgrade?

    Is CS5 compatible with Windows 8? If so, how do I uninstall and install on new computer if I no longer have any installation files? If it isn't compatible, is there an option to upgrade?

    You won't know until you try. As always, results on untested system configurstions depend on a gigazillion tiny things and this is just that. Coul work, could turn into a nightmare. Downloads are available here:
    http://prodesigntools.com/tag/ddl
    Mylenium

  • How do I update/install packages from a CD?

    Hello,
    I am new to Arch Linux. Kindly excuse me if this task is very trivial. I have installed the base system and updated it using pacman -Syu. I also installed all the other software packages using pacman -S <packagename>. Now I want to burn a CD containing all these updates and packages so that I can make a similar installation later on other systems which are not connected to the internet. I am not able to figure out how this can be done.
    I need to upgrade the system and install all the packages I have on the CD by giving minimum number of commands at the command line. This helps me install Arch Linux on a large number of machines in a very short time.
    Thanks for your help.

    If you're talking about batch installing packages, the method you suggested
    will work for every package in the current directory.

  • How to backup yaourt installed package?

    Hello,
    I didn't if I installed package from aur, how can I backup before remove if I want install next time with pacman?
    I seen mine package structure in /var/lib/pacman/local, but I don not understand where can I found   pkg.tar.xz fie?
    I wait for your answer.
    Thanks

    If you built the package using yaourt, then it probably put the pkg.tar.xz in /tmp. If you've rebooted since building the package, then the .pkg.tar.xz has gone. You'll have to rebuild it if you want to reinstall it.
    I suggest you use makepkg directly, rather than using an AUR helper to build packages, but if you insist on using yaourt, I believe you can change where it saves it's completed packages (or at least where it builds them).

  • Does anyone know how to uninstall/re-install iTunes on Mountain Lion?  I can't hear music in the "Store", but I can in my Library?

    I can not hear music in iTunes when I select a song for play in the "Store", but I can when I select them from my Library?  I can hear music offered in "iTunes Preview", just not in the actual store.  Contacted Apple Support and was advised to uninstall/re-install iTunes, but found you can't do that because it is integral to OSX? I previously downloaded Audirvana software after reading about it in Stereophile Mag.  I could hear Store songs with the original version of Audirvana, and later updated it.  After the update, no audio in the Store.  I've had no luck with email exchanges to date with Audirvana, or with Apple Support.  Any suggestions appreciated...

    Try opening Audirvana and in the "Audirvana Plus" menu uncheck "iTunes Integrated Mode".

  • How to uninstall manually installed application ?

    Hi everyone ,
    I'm new to Arch and no more xp.I have installed a application which was downloaded by SourceForge. It contained a bash script file to install it and i ran the script.Now I want to uninstall that application but no idea about how to do it.Please tell me how to do it.
    Thanks !
    Last edited by srivinprabhash (2015-05-20 16:48:56)

    Edit your first post's Subject to be prefixed by [SOLVED].  I read through the whole thing, and realized it was fixed already.
    Btw, I'm a newb as well. 
    So two lessons here.  I just wanted to emphasis what I do in these circumstances.
    Trilby wrote:
    You ran the "install.sh" provided from that site?  How many dozen errors did it throw?  It's got several debian-specific commands (apt-get, dpkg).  That would completely fail.
    (...snip...)
    +1 this. Before I run "any" script, I always open the script and inspect it.  99 out of 100 times, it is Debian-specific (aptitude's "apt-get" is a dead giveaway).  In these cases, you are on your own to install it manually by reading each line in the script and executing it.  Welcome to Arch (the same if you were installing on CentOS as well, since it was written for Debian).
    Unless.....
    thiagowfx wrote:It looks like someone has created a package for this: https://aur.archlinux.org/packages/ussdpad/
    ...someone has already made an Arch package for it, like above.  Then follow the AUR steps to install it.
    Personally, I've started to lean onto the AUR process over manual installs.  If it hasn't been "ported" to Arch via AUR, I've started to remove them from my toolbelt.  Lightening the load, I guess you could say.
    Until you get a lot more familiar that is.
    Last edited by eduncan911 (2015-05-24 05:02:45)

  • How tu use or install package API Toolkit BPC

    Dear All,,,
    I have problem with performance SAP BPC, then i read SAP Note from SAP Support Portal. In that document, there are download API toolkit. I don't understand how to use this file (API Toolkit)...??
    Any Idea..??
    Thanks...
    Dharma Setiadi

    The reflow plug-in is installed by default when you install Reader. In order for it to work optimally, the document should be correctly tagged, which is something you can do in Acrobat. To activate Reflow in Reader X, select: View > Zoom > Reflow

  • How to uninstall the installed software updates

    i have installed the update without reading what is it , and now all my compyuter is in hebrew the update called "Mac OS X Update Combined"
    thanks!

    Hi
    It's not the OS X update that is the problem, although it did enable Hebrew as a system language. Here are the instructions to get English (I'm assuming that's your preference?) back as the system language. You may need to follow visually as many of your icon labels will now be in Hebrew.
    Open System Preferences from the Dock (square icon with cogwheels) or from the Apple menu (4 down from the top).
    Click Languages (blue flag on the top line).
    In the list (for Hebrew, the list is on the right), locate US English or UK English, and drag it to the top of the list (above the Hebrew line). Close System Preferences. Log out (Apple menu, bottom option).
    Hope that helps
    Matt

  • How to uninstall and reinstall itunes...it has gone crackers... sometimes opens, other times asks for agreement, then when it is open, asks over and over for charge card verification... this is one horrid product but we are stuck with this crap... how

    How to uninstall and install itunes... has gone crazy... opens up sometimes, other times ask me to sign agreement over and over, takes me to tutorial, wants me to download what I have already downloaded...this is post last upgrade... How to fix this garbage and get back to the normal I have been used to... this is infuriating

    Hello binbingogoABC,
    Shopping on BestBuy.com should be easy and fun and not fraught with the kind of trouble that you describe. I regret very much that this has been your experience.
    Using the information you provided when you signed up for Best Buy Unboxed I was able to locate your cancelled orders. I have requested more information from my back-office partners. As soon as I have additional details about your situation, I will reply again to this message. In the interim, I'm sorry that I must impose upon your patience.
    I'm very grateful that you wrote to us with your concerns.
    Sincerely,

  • How to uninstall preinstalled apps on nukia lumia...

    Please let me know how to uninstall pre installed apps on lumia 510 as it has only 4 gb internal memory
    I dont use much of the apps
    Solved!
    Go to Solution.

    What is the app you wish to unninstall?

  • How to Uninstall 11i Windows XP ?

    Dear all,
    How to uninstall 11i installed in windows Xp sp2 without re-formating the HDD ?
    Is there any software to do so ?
    Regards,
    Willynelly.

    Hi I am getting the error when tried to install in Windows 2000 Advance Server with SP4. Follow are my logiles.It errored out after only 20% complete of the Top Progress bar.
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.10.34
    >> Install session started : Wed Feb 06 04:59:15 GMT+05:30 2008
    >> Rapid Wizard source location : D:\Stage11i\StartCd\Disk1\rapidwiz
    >> Command Line arguments for this execution : restart
    =================================================================
    Install Session Information
    Host Name : appserve-4aab35.oracle.com
    Host Operating System : Windows 2000
    User running Install : Administrator
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    InstallPanel
         User action : Create configuration file
         Description : To create a new intance cofiguration.
    NumNodesPanel
         Install type : Single node Install
         Description : Installs all the services on a single node.
    InstallSidPanel
         Database type : Vision Demo Database
         Database name : VIS
    RdbmsPanel
         Derived Mount Points :
              Base Install directory : C:\oracle
              Oracle Home : C:\oracle\visdb\9.2.0
              Data Top (SYS) : C:\oracle\visdata
              Data Top (LOG) : C:\oracle\visdata
              Data Top (TXN) : C:\oracle\visdata
              Data Top (ARCHIVE) : C:\oracle\visdata
    MtierInfoPanel
         Configuration Information for Node - appserve-4aab35 - Admin Server / Concurrent Mgr / Forms Server / Web Server
              Derived Mount Points :
                   MKS directory : C:\Program Files\MKS Toolkit\mksnt
                   MSDEV directory : C:\Program Files\Microsoft Visual Studio\VC98
                   Base Install directory : C:\oracle
                   APPL_TOP Mount point : C:\oracle\visappl
                   APPL_TOP aux. 1 : C:\oracle\visappl
                   APPL_TOP aux. 2 : C:\oracle\visappl
                   APPL_TOP aux. 3 : C:\oracle\visappl
                   COMMON_TOP : C:\oracle\viscomn
                   8.0.6 ORACLE_HOME : C:\oracle\visora\8.0.6
                   iAS ORACLE_HOME : C:\oracle\visora\iAS
                   Temp Directory : C:\oracle\viscomn\temp
    PortPanel
              Selected port pool :
                   Domain Name : oracle.com
                   Database Port : 1521
                   RPC Port : 1626
                   Reports Port : 7000
                   Web Listener Port : 8000
                   OProcMgr Port : 8100
                   Web PLSQL Port : 8200
                   Servlet Port : 8800
                   Forms Listener Port : 9000
                   Metrics Server Data Port : 9100
                   Metrics Server Req. Port : 9200
                   JTF Fulfillment Server Port : 9300
                   Map Viewer Servlet Port : 9800
                   OEM Web Utility Port : 10000
                   VisiBroker OrbServer Agent Port : 10100
                   MSCA Server Port : 10200
                   MSCA Dispatcher Port : 10300
                   Java Object Cache Port : 12345
                   OACORE Servlet Port Range : 16000-16009
                   Discoverer Servlet Port Range : 17000-17009
                   Forms Servlet Port Range : 18000-18009
                   XMLSVCS Servlet Port Range : 19000-19009
    AppsConfig temp dir set to: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1
    ConfigFilePanel
              Setting temp directory to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1 <-> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\
              Writing configuration file to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\config.txt
    Port Availability Check :
    Database Port Value = 1521...... Available
    RPC Port Value = 1626...... Available
    Forms Listener Port Value = 9000...... Available
    Metrics Server Port Value = 9100...... Available
    Metrics Client Port Value = 9200...... Available
    Forms Servlet Port Range Value = 18000...... Available
    Forms Servlet Port Range Value = 18001...... Available
    Forms Servlet Port Range Value = 18002...... Available
    Forms Servlet Port Range Value = 18003...... Available
    Forms Servlet Port Range Value = 18004...... Available
    Forms Servlet Port Range Value = 18005...... Available
    Forms Servlet Port Range Value = 18006...... Available
    Forms Servlet Port Range Value = 18007...... Available
    Forms Servlet Port Range Value = 18008...... Available
    Forms Servlet Port Range Value = 18009...... Available
    Report Listener Port Value = 7000...... Available
    Web Listener Port Value = 8000...... Available
    Web Listener PLSQL Port Value = 8200...... Available
    Servlet Port Value = 8800...... Available
    JTF Fulfillment Server Port Value = 9300...... Available
    Map Viewer Servlet Port Value = 9800...... Available
    OEM Web Utility Port Value = 10000...... Available
    VisiBroker OrbServer Agent Port Value = 10100...... Available
    MSCA Server Port Value = 10200...... Available
    MSCA Dispatcher Port Value = 10300...... Available
    OACORE Servlet Port Range Value = 16000...... Available
    OACORE Servlet Port Range Value = 16001...... Available
    OACORE Servlet Port Range Value = 16002...... Available
    OACORE Servlet Port Range Value = 16003...... Available
    OACORE Servlet Port Range Value = 16004...... Available
    OACORE Servlet Port Range Value = 16005...... Available
    OACORE Servlet Port Range Value = 16006...... Available
    OACORE Servlet Port Range Value = 16007...... Available
    OACORE Servlet Port Range Value = 16008...... Available
    OACORE Servlet Port Range Value = 16009...... Available
    Discoverer Servlet Port Range Value = 17000...... Available
    Discoverer Servlet Port Range Value = 17001...... Available
    Discoverer Servlet Port Range Value = 17002...... Available
    Discoverer Servlet Port Range Value = 17003...... Available
    Discoverer Servlet Port Range Value = 17004...... Available
    Discoverer Servlet Port Range Value = 17005...... Available
    Discoverer Servlet Port Range Value = 17006...... Available
    Discoverer Servlet Port Range Value = 17007...... Available
    Discoverer Servlet Port Range Value = 17008...... Available
    Discoverer Servlet Port Range Value = 17009...... Available
    XMLSVCS Servlet Port Range Value = 19000...... Available
    XMLSVCS Servlet Port Range Value = 19001...... Available
    XMLSVCS Servlet Port Range Value = 19002...... Available
    XMLSVCS Servlet Port Range Value = 19003...... Available
    XMLSVCS Servlet Port Range Value = 19004...... Available
    XMLSVCS Servlet Port Range Value = 19005...... Available
    XMLSVCS Servlet Port Range Value = 19006...... Available
    XMLSVCS Servlet Port Range Value = 19007...... Available
    XMLSVCS Servlet Port Range Value = 19008...... Available
    XMLSVCS Servlet Port Range Value = 19009...... Available
    Operating System Check
    command : cmd.exe /c D:\Stage11i\StartCd\Disk1\rapidwiz\bin\checkOS.cmd
    D:\Stage11i\StartCd\Disk1\rapidwiz>echo off
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    CLIENTNAME=SANJAYLAP
    ClusterLog=C:\WINNT\cluster\cluster.log
    CMDOPTS= restart
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=APPSERVE-4AAB35
    ComSpec=C:\WINNT\system32\cmd.exe
    DISPLAY=:0.0
    HOME=C:\Documents and Settings\Administrator
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    LOGONSERVER=\\APPSERVE-4AAB35
    MAN_CHM_INDEX=C:/PROGRA~1/MKSTOO~1/mksnt/tkutil.idx;C:/PROGRA~1/MKSTOO~1/mksnt/tkapi.idx;C:/PROGRA~1/MKSTOO~1/mksnt/tcltk.idx;C:/PROGRA~1/MKSTOO~1/mksnt/tkperl.idx
    MAN_TXT_INDEX=C:/PROGRA~1/MKSTOO~1/etc/tkutil.idx;C:/PROGRA~1/MKSTOO~1/etc/tkapi.idx;C:/PROGRA~1/MKSTOO~1/etc/tcltk.idx;C:/PROGRA~1/MKSTOO~1/etc/tkperl.idx
    NUMBER_OF_PROCESSORS=2
    NUTCROOT=C:\PROGRA~1\MKSTOO~1
    OS=Windows_NT
    Os2LibPath=C:\WINNT\system32\os2\dll;
    Path=C:\PROGRA~1\MKSTOO~1\bin;C:\PROGRA~1\MKSTOO~1\bin\X11;C:\PROGRA~1\MKSTOO~1\mksnt;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Intel\DMIX
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.sh;.ksh;.csh;.sed;.awk;.pl
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f0d
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    ROOTDIR=C:/PROGRA~1/MKSTOO~1
    SESSIONNAME=RDP-Tcp#1
    SHELL=C:/PROGRA~1/MKSTOO~1/mksnt/sh.exe
    SystemDrive=C:
    SystemRoot=C:\WINNT
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1
    TERM=nutc
    TERMCAP=C:\PROGRA~1\MKSTOO~1\etc\termcap
    TERMINFO=C:\PROGRA~1\MKSTOO~1\usr\lib\terminfo
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1
    TMPDIR=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp
    USERDOMAIN=APPSERVE-4AAB35
    USERNAME=Administrator
    USERPROFILE=C:\Documents and Settings\Administrator
    windir=C:\WINNT
    Operating System patch/version test has succeeded
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME available:
    Mount Point = C:\oracle\visdb\9.2.0
    Database ORACLE_HOME admin folder available:
    Mount Point = C:\oracle\visdb\9.2.0\appsutil
    Database ORACLE_HOME temp folder available:
    Mount Point = C:\oracle\visdb\9.2.0\appsutil\temp
    Database Install Log Directory available:
    Mount Point = C:\oracle\visdb\9.2.0\appsutil\log\VIS_appserve-4aab35
    Database Install Out Directory available:
    Mount Point = C:\oracle\visdb\9.2.0\appsutil\out\VIS_appserve-4aab35\templbac
    Database System File Directory available:
    Mount Point = C:\oracle\visdata
    Database Log File Directory available:
    Mount Point = C:\oracle\visdata
    Database Transaction File Directory available:
    Mount Point = C:\oracle\visdata
    Database Archive File Directory available:
    Mount Point = C:\oracle\visdata
    APPL_TOP available:
    Mount Point = C:\oracle\visappl
    APPL_TOP admin available:
    Mount Point = C:\oracle\visappl\admin
    APPL_TOP mount 2 available:
    Mount Point = C:\oracle\visappl
    APPL_TOP mount 3 available:
    Mount Point = C:\oracle\visappl
    APPL_TOP mount 4 available:
    Mount Point = C:\oracle\visappl
    COMMON_TOP available:
    Mount Point = C:\oracle\viscomn
    JAVA_TOP available:
    Mount Point = C:\oracle\viscomn\java
    PORTAL_TOP available:
    Mount Point = C:\oracle\viscomn\portal
    Temp Directory available:
    Mount Point = C:\oracle\viscomn\temp
    APPL_TOP admin Install Log Directory available:
    Mount Point = C:\oracle\visappl\admin\VIS_appserve-4aab35\log
    APPL_TOP admin Install Out Directory available:
    Mount Point = C:\oracle\visappl\admin\VIS_appserve-4aab35\out\templbac
    Apps ORACLE_HOME available:
    Mount Point = C:\oracle\visora\iAS
    Tools ORACLE_HOME available:
    Mount Point = C:\oracle\visora\8.0.6
    File Space Check :
    Disk space on system acceptable :
    Database ORACLE_HOME = C:\oracle\visdb\9.2.0
    required = 3031.0
    actual = 124547.64453125
    Disk space on system acceptable :
    Database System File Directory = C:\oracle\visdata
    required = 12009.0
    actual = 121516.64453125
    Disk space on system acceptable :
    Database Log File Directory = C:\oracle\visdata
    required = 159.0
    actual = 109507.64453125
    Disk space on system acceptable :
    Database Transaction File Directory = C:\oracle\visdata
    required = 28438.0
    actual = 109348.64453125
    Disk space on system acceptable :
    Database Archive File Directory = C:\oracle\visdata
    required = 20186.0
    actual = 80910.64453125
    Disk space on system acceptable :
    APPL_TOP = C:\oracle\visappl
    required = 5388.0
    actual = 60724.64453125
    Disk space on system acceptable :
    APPL_TOP mount 2 = C:\oracle\visappl
    required = 2664.0
    actual = 55336.64453125
    Disk space on system acceptable :
    APPL_TOP mount 3 = C:\oracle\visappl
    required = 4667.0
    actual = 52672.64453125
    Disk space on system acceptable :
    APPL_TOP mount 4 = C:\oracle\visappl
    required = 2157.0
    actual = 48005.64453125
    Disk space on system acceptable :
    COMMON_TOP = C:\oracle\viscomn
    required = 2207.0
    actual = 45848.64453125
    Disk space on system acceptable :
    Apps ORACLE_HOME = C:\oracle\visora\iAS
    required = 1130.0
    actual = 43641.64453125
    Disk space on system acceptable :
    Tools ORACLE_HOME = C:\oracle\visora\8.0.6
    required = 2425.0
    actual = 42511.64453125
    Host/Domain Check
    command : ping -n 1 appserve-4aab35
    Pinging APPSERVE-4AAB35.oracle.com [160.190.10.10] with 32 bytes of data:
    Reply from 160.190.10.10: bytes=32 time<10ms TTL=128
    Ping statistics for 160.190.10.10:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has succeeded
    command : ping -n 1 appserve-4aab35.oracle.com
    Pinging APPSERVE-4AAB35.oracle.com [160.190.10.10] with 32 bytes of data:
    Reply from 160.190.10.10: bytes=32 time<10ms TTL=128
    Ping statistics for 160.190.10.10:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host.domain ping has succeeded
    OS Patch Checks
    running command : OSPatchCheck.checkPatch()
    OS = Windows 2000 OSVersion = 5.0
    No Patch Information available for this Platform
    System Utilities Check
    command : cmd.exe /c D:\Stage11i\StartCd\Disk1\rapidwiz\bin\adchkutl.cmd C:\Program Files\MKS Toolkit\mksnt C:\Program Files\Microsoft Visual Studio\VC98
    There was an error while running the command - cmd.exe /c D:\Stage11i\StartCd\Disk1\rapidwiz\bin\adchkutl.cmd C:\Program Files\MKS Toolkit\mksnt C:\Program Files\Microsoft Visual Studio\VC98
    The system cannot find the path specified.
    'which' is not recognized as an internal or external command,
    operable program or batch file.
    D:\Stage11i\StartCd\Disk1\rapidwiz>echo off
    'which' command is not available. Check MKS installation.
    ERRORCODE = 1 ERRORCODE_END
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    RW-10000: The rapidinstall wizard has detected that your configuration requires review. Continue only if all issues have been fully resolved. Do you want to continue your installation now?
    Install Check warning has been issued and user chooses to continue.
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area D:\Stage11i\oraDB\Disk1
    RapidWiz location: D:\Stage11i\StartCd\Disk1\rapidwiz
    Install Media location: D:\Stage11i\StartCd\Disk1
    APPL_TOP location: C:\oracle\visappl
    Database ORACLE_HOME: C:\oracle\visdb\9.2.0
    Database SID: VIS
    Database Context Name : VIS_appserve-4aab35
    Creating 9.2.0 DB Context from D:\Stage11i\StartCd\Disk1\rapidwiz\etc\adxdbctx.tmp to C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    instantiate file:
    source : D:\Stage11i\StartCd\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    dest : C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    dest : C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    dest : C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visdb\9.2.0\temp\restart.xml
    dest : C:\oracle\visdb\9.2.0\temp\restart.xml
    instantiate file:
    source : C:\oracle\visdb\9.2.0\temp\restart.xml
    dest : C:\oracle\visdb\9.2.0\temp\restart.xml
    Creating APPL_TOP Context from D:\Stage11i\StartCd\Disk1\rapidwiz\etc\adxmlctx.tmp to C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    instantiate file:
    source : D:\Stage11i\StartCd\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    dest : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    dest : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    dest : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    dest : C:\oracle\visappl\admin\VIS_appserve-4aab35.xml
    instantiate file:
    source : C:\oracle\viscomn\temp\restart.xml
    dest : C:\oracle\viscomn\temp\restart.xml
    instantiate file:
    source : C:\oracle\viscomn\temp\restart.xml
    dest : C:\oracle\viscomn\temp\restart.xml
    Processing DriverFile = D:\Stage11i\StartCd\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for D:\Stage11i\StartCd\Disk1\rapidwiz\template\adridb.drv
    Processing DriverFile = D:\Stage11i\StartCd\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for D:\Stage11i\StartCd\Disk1\rapidwiz\template\adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = D:\Stage11i\StartCd\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for D:\Stage11i\StartCd\Disk1\rapidwiz\template\adridb.drv
    instantiate file:
    source : D:\Stage11i\StartCd\Disk1\rapidwiz\template\adrun9i.cmd
    dest : C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrun9i.cmd
    backup : C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrun9i.cmd to C:\oracle\visdb\9.2.0\appsutil\out\VIS_appserve-4aab35\templbac\adrun9i4.cmd
    instantiate file:
    source : D:\Stage11i\StartCd\Disk1\rapidwiz\template\adrundb.cmd
    dest : C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrundb.cmd
    backup : C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrundb.cmd to C:\oracle\visdb\9.2.0\appsutil\out\VIS_appserve-4aab35\templbac\adrundb4.cmd
    Step 0 of 5
    Command: C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrun9i.cmd
    Processing Step 1 of 5
    Executing: C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrun9i.cmd APPS APPS
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM $Header: adrun9i.cmd 115.31 2004/08/19 21:47:16 psaddi ship $
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM ###############################################################
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink document
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM 165195.1 for assistance.
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM ###############################################################
    D:\Stage11i\StartCd\Disk1\rapidwiz>REM
    D:\Stage11i\StartCd\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    D:\Stage11i\StartCd\Disk1\rapidwiz>(set date=Wed 02/06/2008 )
    D:\Stage11i\StartCd\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    D:\Stage11i\StartCd\Disk1\rapidwiz>(set time= 5:02a )
    D:\Stage11i\StartCd\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 9I RDBMS : Wed 02/06/2008 5:02a
    STARTED INSTALL PHASE : 9I RDBMS : Wed 02/06/2008 5:02a
    D:\Stage11i\StartCd\Disk1\rapidwiz>SET JRE_PATH=D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java
    D:\Stage11i\StartCd\Disk1\rapidwiz>SET JRE_CP=.;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java
    D:\Stage11i\StartCd\Disk1\rapidwiz>SET XML_FILE=C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml
    D:\Stage11i\StartCd\Disk1\rapidwiz>SET PATH=D:\Stage11i\StartCd\Disk1\rapidwiz\unzip\NT;C:\PROGRA~1\MKSTOO~1\bin;C:\PROGRA~1\MKSTOO~1\bin\X11;C:\PROGRA~1\MKSTOO~1\mksnt;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Intel\DMIX
    D:\Stage11i\StartCd\Disk1\rapidwiz>SET EC=ERRORCODE
    D:\Stage11i\StartCd\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    D:\Stage11i\StartCd\Disk1\rapidwiz>CD /D C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM Install 9i will only happen, if database is "db920"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if "db920" == "db920" goto :INSTALL_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM Installing 9i RDBMS
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if "FALSE" == "C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrun9i.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "runProcess_1"
    "runProcess_1"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM Setting the driver file name
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>SET DRVNAME=gdb920.drv
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM install 9i
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "Statusstring Installing 9i - D:\Stage11i\StartCd\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    "Statusstring Installing 9i - D:\Stage11i\StartCd\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml -d D:\Stage11i\StartCd\Disk1\rapidwiz\driver\db\driver\gdb920.drv -pwd no_password_here -log C:\oracle\visdb\9.2.0\appsutil\log\VIS_appserve-4aab35\dbInstall.log -nthreads 2 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - RDBMS Disk 1 :
    Checking Disk contents in - D:\Stage11i\StartCd\Disk1\rapidwiz
    Checking Disk contents in - D:\Stage11i\oraDB\Disk1
    Checking Disk contents in - D:\Stage11i\oraDB\Disk1
    UnzipCount:114
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if 0 == 0 goto :DBINSTALL_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "runProcess_2"
    "runProcess_2"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM Update the oracle.key
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>call C:\oracle\visdb\9.2.0\appsutil\bin\adgenhnm.exe C:\oracle\visdb\9.2.0
    The C:\oracle\visdb\9.2.0\bin\oracle.key is up-to-date
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if 0 == 0 goto :UPDKEY_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "runProcess_3"
    "runProcess_3"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM Get db_homenum and update Context
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>cmd /c for /f %a in ('type C:\oracle\visdb\9.2.0\bin\oracle.key') do (for /f "tokens=1-3 delims=\" %i in ('echo %a') do (for /f "tokens=1-2 delims=Ee" %r in ('echo %k') do (cmd /c D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml s_db_homenum %s)))
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>(for /F "tokens=1-3 delims=\" %i in ('echo SOFTWARE\ORACLE\HOME0') do (for /F "tokens=1-2 delims=Ee" %r in ('echo %k') do (cmd /c D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml s_db_homenum %s ) ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>(for /F "tokens=1-2 delims=Ee" %r in ('echo HOME0') do (cmd /c D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml s_db_homenum %s ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>(cmd /c D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml s_db_homenum 0 )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if 0 == 0 goto :HMNUM_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "runProcess_4"
    "runProcess_4"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM Perform the install time configuration
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "Statusstring InstantiateFile -d C:\oracle\visdb\9.2.0\appsutil\driver\instconf.drv"
    "Statusstring InstantiateFile -d C:\oracle\visdb\9.2.0\appsutil\driver\instconf.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml -d C:\oracle\visdb\9.2.0\appsutil\driver\instconf.drv -pwd no_password_here -log C:\oracle\visdb\9.2.0\appsutil\log\VIS_appserve-4aab35\dbInstallcfg.log
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if 0 == 0 goto :TCFG_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "runProcess_5"
    "runProcess_5"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM Perform the instance configuration
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "Statusstring InstantiateFile -d C:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    "Statusstring InstantiateFile -d C:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\RapidWiz.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\share-1_1_11.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\jnls.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\acc.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\help-3_1_8.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\netcfg.jar;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\xmlparserv2.zip;D:\Stage11i\StartCd\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e C:\oracle\visdb\9.2.0\appsutil\VIS_appserve-4aab35.xml -d C:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv -pwd no_password_here -log C:\oracle\visdb\9.2.0\appsutil\log\VIS_appserve-4aab35\dbInstancecfg.log -run INSTE8_SETUP
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if 1 == 0 goto :ICFG_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>echo "Cannot execute configure of environment for database ORACLE_HOME\n";
    "Cannot execute configure of environment for database ORACLE_HOME\n";
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1>if "" == "TRUE" goto :ICFG_OK
    There was an error while running the command - C:\oracle\visdb\9.2.0\temp\VIS_appserve-4aab35\adrun9i.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Please Help On this.

  • How to uninstall windows in RT system

    Hello friends
                       I bought one RT system from NI.But Windows is installed in ths RT system.I want to uninstall Windows and install the RT software.Can anyone tell the procedure how to uninstall and Install.otherwise send the link also.
    Thanks
    Jayavel

    Hi,
    I transformed a desktop PC to make RT target. Maybe it is the same system for your application.
    I had to create a USB boot, and it worked.
    The toturial is here
    Hope it will help you.
    Best regards,
    V-F

  • How to Uninstall FB 4.5 to Install FB 4.6?

    Hi,
    I would really like to use the features in Flash Builder 4.6, but for the life of me, I cannot figure out how to uninstall Flash Builder 4.5 so that I can then install 4.6!
    Adobe's instructions found here: http://kb2.adobe.com/cps/921/cpsid_92180.html   just tell you to remove the old and install the new.
    However, all of my versions of FB 4.5 were installed as part of Adobe Master Collection CS 5.5.   
    There is no option anywhere I can find to uninstall just the FB 4.5 component of CS 5.5!
    I posted this question on Adobe's Flash Builder Facebook page, on their announcement thread, but received no reply.
    When 4.5.1 was released in June which allowed us to output to iOS and Blackberry,  it was included as part of the Adobe Updates process.
    However,  according to the Flash Builder Facebook post,  this release (4.6) will not be provided that way.  Instead you are told to manually uninstall 4.5 and then install 4.6.
    Which would be great if there was a way to uninstall just that portion of the adobe suite! 
    I'm on a merry-go-round!  :-)
    Has anyone done this, know how to remove a single software tool from the Master Collection suite?
    Thanks!

    Hi Shannon,
    I'm having the exact same problem and I cannot believe your question hasn't been answered yet!
    Also, I expected a lot more people to have this same problem.
    I encountered an entry on the stackoverflow website, was that you?
    Quote:
         " I've flashbuilder 4.6 and I need to uninstall it. It appears to be missing the installation package, and as such it doesn't appear in the control panel->uninstall list for windows 7.  I have filed a case with adobe for help (as its a paid product), but after month & 1/2 no answer. So any suggestions on how to get rid of it including any links it will have to the registry or similar. It must be a clean uninstall as to install the newer version the current one must be removed and the newer version installation knows that I have it (previous version) installed already.
    I have tried the uninstall tool called Revo as well without success.
    Cheers."
    This person answered his/her own question:
    Quote:
    "What I needed to do was to find the exact version of the software I used to install it originally. Then once I ran the installer, (for the already installed software) windows picked up the installation packager and I could uninstall it.
    Once removed I could then install the newer version of the same software."
    I hope this was you and you have found your answer already, but I will try this one and see if it works for me too.  I'm not sure yet
    Help from Adobe on this will be greatly appreciated!!!
    Thanks for your post!

  • How to UNinstall/install over an OS??

    Hey all, so this is kinda just a speculative, worst-case-scenario kind of question, but nonetheless:
    I've been having some problems with my G4 computer freezing several times in one day (along with the usual Kernal Panic-BS) since I upgraded it from the last version of Panther to Tiger, and its last version.
    I have not yet figured out what the cause of the problem is; the drives/drive partitions came up okay when I Verified & Repaired them before installation (using Disk Utility), and I ran the program Rember, which SAID all my RAM was working okay (though I DO kind of suspect that the RAM may be either need to be increased, or third-party stuff which was either insufficient, or never meant for this particular model).
    For the time being though, it's difficult to troubleshoot though, or to do any online research into the problem with having to worry if the computer's going to freeze at any given moment. I cloned my old Panther partition (using Carbon Copy Cloner) to an external Firewire drive, and am thinking that I may just want to revert back to that for the time being, so my computer will be less cantankerous until when--or if--I can successfully upgrade again.
    What does that process entail??
    If you have any other suggestions about how to troubleshoot the issues I'm having, I'd appreciate it; the thing is, apparently this computer used to crash before I ever even took over it (I was given it by my brother and subsequently zeroed out the HD and reinstalled Panther; this is the first time it's ever been upgraded to Tiger), so I have to wonder if it's something deeper going on.
    It's just very frustrating, because my previous G4 (an older, 2000-era Gigabyte Ethernet version) hardly EVER crashed, much less did I EVER see any of these "Kernel Panic" warnings, and now I'm hearing they're more frequent than I thought. It almost leads me to believe that Apple's just starting to rush out their products for the sake of publicity and a quick profit, without really resolving anything...

    I DID actually upgrade to 10.4.11 using Software Upgrade... and my computer even FROZE while I was doing THAT, so I had to re-download and try again afterwards... the 10.4.11 Combo Update is even saved in a "Recovered Files" folder that was generated on my desktop. So whether or not ANYTHING actually installed in the process, it was suggested that that having happened could be generating further trouble... although the fact that the computer had already froze DURING the upgrade does make me suspect that there were pre-existing problems.
    And again, I did actually use Disk Utility to Verify & Repair every drive and partition beforehand. I'd even zeroed out the drive for this computer even before I'd installed Panther. I'd try that now, and reinstall Tiger over the zeroed-out drive, but I suspect there's something else going on...
    Anyway, I'll definitely try downloading the Package Upgrade from that link. I'm just wondering:
    A) is there any way to remove/uninstall just the PACKAGE upgrade--thereby reverting to basic Tiger--to reinstall??
    B) Or should I just completely erase Tiger, and return to the Panther clone for now? And how??
    C) I've actually been saving the crash logs as of late, hoping that I--or someone--can make sense of them, what's causing the problem. Are there any programs (shareware or otherwise), or services (Apple Care or other) that can translate what they're telling me?? Because hopefully that can save me a lot of time and troubleshooting...
    D) Although the program Rember suggested that all the RAM was okay, I'm still skeptical, whether it's enough, or--more importantly--whether it's completely compatible for this machine. And in that case, I wouldn't know WHICH piece isn't. How would I find out?? I don't want to waste money replacing ALL of it, if SOME of it is good...

Maybe you are looking for