How to install coldfusion 8 on windows xp pro sp3

hi
I  installed coldfusion 8 (standart or multiserver) with any error but browse coldfusion admin panel I getting some error like  The Macromedia application server(s) are unreachable.
how to solve this problem
firewall turn off
antivirus software not install
.net 2.0 installed
xp pro sp3 tr
thanks

This forum is for feedback about the OTN site. The best place to get an answer to your question is the database installation forum. the URL is:
Database Installation

Similar Messages

  • How to install Oracle7 on Windows 2000 Pro??

    Hello all,
    I got the following message when install Oracle7 on Windows 2000 Pro.
    "oback.vrf(379) OS_ERROR while getting service status portmap"
    How to solve it?? Thank you.

    Oracle7 ???!!
    Really you need that (so old) version ? Reason ?
    Anyway, see if Re: Oracle 7 on a Pentium 4 may be of some help.

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • I am trying  to install CS3 on Windows 8 and keep getting a message saying "the serial number I entered is not valid please enter it again" Does anyone know how to install successfully on Windows 8?

    I am trying  to install CS3 on Windows 8 and keep getting a message saying "the serial number I entered is not valid please enter it again" Does anyone know how to install successfully on Windows 8?

    CS3 is unsupported under Windows 8. That said, you'll need to contact Adobe
    directly for serial number issues.

  • I can't install ANY AIR-based App in Windows XP Pro SP3

    Here is the problem: I have AIR 1.5.1.8210, but any AIR apps can't be installed and when I try it the OS crashes and I have my computer restarted. It's very weird 'cause it's heppen only with AIR apps.
    Yes, this is my last resource to find an answer to it.
    Yes, I've done my homework and yes, I've done some research (and still doing it)
    Yes, I'm using my administrator account logged on with password (so, I think, apps has no problem to install)
    Yes, I tried install it with another user account I thought the app will ask the admin password (just like in Linux OS, when the app on installation ask you about the root password). Even though, no success. Of course, it's something expected 'cause the user hasn't admin permissions. But I give a shot.
    Yes, I've already installed/installed about 5 times AIR runtime and the AIR apps (even manually) and no success...at all!
    Yes, I used at least 4 apps to system/registry/file cleaning (CCleaner, Glary Utilities, Advanced System Care  and MVRegClean)...too many of them, but only to be sure of the complete cleaning.
      Here in the forum another person, but on Vista, found almost the same problem as I, here's the link: http://forums.adobe.com/thread/199842?tstart=30
      And another buddy ask about admin rights to install AIR apps, here's the link: http://forums.adobe.com/thread/415756?tstart=30
      And, I found two others infos in Adobe site per se about any troubleshooting on AIR: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403150&sliceId=1 and log actions during installation: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403123&sliceId=1.
    2+2 = 4. So, I done/undone all the steps in the last two links (I installed/unistalled the AIR runtime and AIR apps 5 times, remember?) Usually, I can handle my own problems in computer, but this one I can't figure it out.
    After all of this here's my system specifications: AMD Athlon 64 X2 Dual Core 3600+ (2.01Ghz), Windows XP Pro SP3 (32bits), Nvidia GeForce 7100 (512 Mb), 1.5 Gb RAM. Web browser: Mozilla Firefox 3.0.8 with TwitterFox.
    So, could anyone help? I know, I know to mucj information, burt it was to facilitate the conversation, believe me.
    Kisses, Cat777.

    Well, well, well, right before somenone could answer me. I found the answer just here in the forum. I really love it!!!
      Seems to be a incompatibility with the file created on Folder Lock installation: "windrvnt.sys." In this case, it is just uninstall Folder Lock and tah dah! Everything works perfectly.
      Here comes my request: Hey, developers you all could give a try in resolve this issue, huh? At least give a try...It'll be very nice have the two programs properly installed in anybody's (who wants it) system.
      Thanks, anyway for this space to research, change some infos even undirectly. If it was not this forum and all the debate in here maybe I'll be in the dark search for the resolution of it.
      Thanks.

  • How to install itune under Windows XP 64-bit professional with SP2?

    I have iPhone 3GS for over a year and I have set it up at my work computer (Windows XP professional) with latest iTune and it work great. Recently our IT has upgraded our system and all of our new machines has Windows XP 64-bit OS.
    I can't figure out how to install iTune under Windows XP 64-bit, to synch with my e-mail, contact and calendars any more?
    Can any one help?

    New machines? With XP 64-bit? Your IT department is being rather foolish, in my opinion, deploying new installations of XP 64 since Microsoft discontinued mainstream support for it (more than two years ago) and it's never really been satisfactory.
    Anyway, there is no version of iTunes that supports the 64-bit version of Windows XP and almost certainly never will be. If you search the iTunes for Windows forums for "XP 64" you'll find threads describing the process some people have used to "crowbar" iTunes onto XP 64, with varying levels of success, none of them complete. Connecting to iPhones is one of the most problematic issues.
    Regards.

  • How to install RAC on windows

    Can anyone tell me step by step how to install RAC on windows advanced server. I want to know whether RAC must need Microsoft Clust Service. When I create a cluster with clustersetup.exe, I'm told that it's need oracle partition, but I don't know how to make it.
    thanks advance!

    Hi, I am Nirmal ([email protected]) Please try this out
    Requirements:
    H/W: External shared hdd
    RAM: 256 MB
    OS:win Advance server ,win 2000
    PATCH:
    The Windows CFS and Clusterware Patch for 9.2.0.6 -- available in Metalink under Patch number 3973928
    The 2.2.0.18.0 Oracle Universal Installer -- available in Metalink under Patch number 2878462
    The 9.2.0.6 RDBMS patchset -- available in Metalink under Patch number 3948480
    1.Install shared disk array.
    2.Install cluster interconnect and public Network hardware
    a)Create two entries of NIC-Ensure Public IP listed at the top and private IP should be listed below the public IP.
    b)Inter connection between two nodes are connected by switch.
    3.Ensure the IP/Hostname of all node is entered in hosts file.
    4.Ensure the temp /tmp directories are same accross all node.
    5.Ensure that all nodes have same local admin name which has full access on the oracle home drive and win home drive.
    6.Run the final clustercheck which is available in patch 3973928 which will check the above process if any incorrect it will indicate.(Location is 3973928\Disk1\preinstall_rac\clustercheck subdirectory).
    7.Prepare the Logical Drives in Windows dont format or give any drive letter.
    8.Install and Configure Cluster software with RAW Datafile.
    a)Install oracle home on NTFS partitions and Datafile on Shared Logical Partition.
    9.Run Oracle cluster setup wizard.
    a)Click clustersetup command line.
    b)A welcome page launches click next.
    c)Create a cluster. click next.
    d)Choose "user private network for interconnect" and click Next.
    e)Network config page appears, enter the cluster name. then enter the public hostname for all nodes. Accept the default or change as appropriate for your cluster configuration. click next.
    f)Cluster file system option page appears. Choose No Cfs. click next.
    g)Disk config page appears. Click "Create Oracle Symbolic links button" label as srvcfg to the partition we have created.
    h)Oracle Object link Manage window appears:
         1)From symbolic Link column, select an empty row.
         2)Type in the desired datafile link name and hit enter to save
         3)click apply button to commit.
         4)When the progress bar at the bottom of the screen stops      moving choose close.
    i)VIA Detection screen appears. Choose yes or no depending on your config.(VIA-Virtual Interface Architecture).
    j)Install location screen appears. its default win_home\system32\osd9i accept .click finish.
    k)Cluster setup window appears if no error it will complete and close automatically.
    l)Check the serices,
         1.oracleobjectservice
         2.oracleCMService9i
    (if any error check the error log)
    10.Install the 22018 OUI
    a)home oracle_home.
    b)Click all nodes and install.
    11.If necessary install RDBMS Software into oracle home.
    RAC Database using DBCA::
    a)Create listeners using Net configuration assistant on each node
    b)Run DBCA from command prompt.
    c)Welcome page displays with the selection to create a cluster or
    single instance database. choose oracle cluster database. next
    d)Operation page is displayed. choose create database. Next.
    e)Node selection page. Select all nodes. Next.check OracleGSDService
    is running on all nodes.
    f)Database Templates page is displayed. Choose new database. next.
    g)Database Identification page. Enter the Global Database name and
    SID (oracle will register SID prefix with a number, this will
    become the SID of each node.)
    h)Option page for java and inter media database. Choose according to
    your need.
    i)Connection option select dedicated or shared server .
    j)Initialization parameter page. Add required values.
    k)Database storage window.(ensure the storage information points to
    the symbolic links specified in cluster.)
    l)Creation page displayed, click finish.
    m)DBCA summary page click create database and ok.
    Note:
    1)During Java creation it may slow down or hang. Check the CPU
    usage and at 95-99% it will slow down please wait check the log.
    2)ORA-29807 error may come. Ignore it its a (bug 2925665).
    3)alter installation run the script prvtxml.plb, utlrp.sql
    4)Any other error please check the alert log.
    Message was edited by:
    user474717

  • Problem installing NW2004s ABAP Trial version on windows xp pro SP3

    Good Day.
    I have drawbacks installing Abap Trial SP12. When it comes to 89% ends abruptly.
    I set up MS Loopback Adapter. The operating system is Windows XP Professional SP3. 1Gb RAM. Disk Space 50Gb Free.
    I have installed thousand and once and presents the same mistake. I have followed the procedure to uninstall the MaxDB, Stop service SAP, Clear Folders installed and clean record with RegCleanTool. And nothing, I am grateful for the help they can give me.
    Thank you.
    (May 27, 2008 7:13:42 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles, err, An error occurred and product installation failed. Look at the log file C:\SAP\NSP\log.txt for details.
    (May 27, 2008 7:13:42 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.execute(StepWrapperInstallFiles.java:2 54)
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.executeAllSteps(StepWrapperInstallFile s.java:224)
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.executeAllInstallationSteps(StepWrappe rInstallFiles.java:177)
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.install(StepWrapperInstallFiles.java:2 68)
    at com.installshield.product.service.product.PureJava ProductServiceImpl.installProductAction(Unknown Source)
    at com.installshield.product.service.product.PureJava ProductServiceImpl$InstallProduct.getResultForProd uctAction(Unknown Source)
    at com.installshield.product.service.product.Installa bleObjectVisitor.visitComponent(Unknown Source)
    at com.installshield.product.service.product.Installa bleObjectVisitor.visitInstallableComponents(Unknow n Source)
    at com.installshield.product.service.product.Installa bleObjectVisitor.visitProductBeans(Unknown Source)
    at com.installshield.product.service.product.PureJava ProductServiceImpl$InstallProduct.install(Unknown Source)
    at com.installshield.product.service.product.PureJava ProductServiceImpl$Installer.execute(Unknown Source)
    at com.installshield.wizard.service.AsynchronousOpera tion.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    (May 27, 2008 7:18:44 PM), Install, com.installshield.product.service.product.PureJava ProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed. Look at the log file C:\SAP\NSP\log.txt for details.
    (May 27, 2008 7:18:44 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.execute(StepWrapperInstallFiles.java:2 54)
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.executeAllSteps(StepWrapperInstallFile s.java:224)
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.executeAllUninstallationSteps(StepWrap perInstallFiles.java:192)
    at com.sap.installshield.sdcstepswrapper.StepWrapperI nstallFiles.uninstall(StepWrapperInstallFiles.java :313)
    at com.installshield.product.service.product.PureJava ProductServiceImpl.uninstallProductAction(Unknown Source)
    at com.installshield.product.service.product.PureJava ProductServiceImpl$InstallProduct.processActionsFa iled(Unknown Source)
    at com.installshield.product.service.product.Installa bleObjectVisitor.visitComponent(Unknown Source)
    at com.installshield.product.service.product.Installa bleObjectVisitor.visitInstallableComponents(Unknow n Source)
    at com.installshield.product.service.product.Installa bleObjectVisitor.visitProductBeans(Unknown Source)
    at com.installshield.product.service.product.PureJava ProductServiceImpl$InstallProduct.install(Unknown Source)
    at com.installshield.product.service.product.PureJava ProductServiceImpl$Installer.execute(Unknown Source)
    at com.installshield.wizard.service.AsynchronousOpera tion.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Problem solved.
    I had installed.
    - Windows XP Pro SP3
    - Java Runtime 1.6
    The uninstall and install the following.
    - Windows XP Pro SP2
    - Java Runtime 1.5
    Thanks.

  • How to install acrobat in windows 7 ?

    please help how to install acrobat in windows 7 ? when i install mobile spy software web account in my pc there is update massage about acrobat.
    thanks

    Hi,
    Is Acrobat already installed on the machine?
    Please share the screen shot of the error/warning message.
    Regards,
    Anand

  • How to install Snow Leopard on Macbook Pro? keep getting msg- cannot install Internal HD is used for Time Machine- this was reset to external HD and still get msg?

    How to install Snow Leopard on Macbook Pro? keep getting msg- cannot install Internal HD is used for Time Machine- this was reset to external HD and still get msg?

    At some point, your internal HD was selected for use as Time Machine backups, and a Backups.backupdb folder was created at the top level.   So OSX thinks you're trying to install it on the same drive as your backups.
    Open your internal HD with the Finder (you won't find it via a Spotlight or Finder search) and delete that folder.

  • How to install icloud on windows vista?

    how to install icloud on windows vista?

    Use iCloud control panel version 2.1.2 from here: http://support.apple.com/kb/DL1687.

  • How to install 10g on windows 2000

    Hello
    Please guide me step by step as how to install 10g on windows 2000 .
    I am a beginner and I want to install this setup in my office.At present we are using oracle8i on windows 2000.We want to do a fresh installation in a new setup and hence for the time being we are not going for upgrade or migration from 8i
    Please guide me .
    Thanks in advance.

    Just follow the installation guide, that's all you need,
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/toc.htm
    Make sure install Oracle 10g into different ORACLE_HOME than 8i

  • How to install Motion on Windows/PC ?

    How to install Motion on Windows/PC ?

    Motion is a OS X-only app, so it's not supported in Windows

  • Can anyone help me with how to install itunes on windows 8.  The apple techs suggestions did not work

    Can anyone help me with how to install itunes on windows 8.  The apple techs suggestions didn't work.  Spent most of today installing and uninstalling itunes according to their instructions.  They will charge me again if I call again.

    When I run the iTunes64setup.exe it says: "The thingy is not a valid win32 application."
    That generally indicates that the installer has been getting damaged on the download.
    What web browser have you been using for downloading the iTunes64Setup.exe? Does it make any difference if you use Firefox instead of IE for the download (or vice versa)?

  • How to install office 2013 window on imac

    how to install office 2013 window on I Mac do I have to use the bootcamp to install it ?

    It does not run on Macs, only on Windows. So, yes, you would need to install Windows on your computer or:
    Get Office 2011 - Mactopia - or you can try the freeware suite, Libre Office, that is functionally similar to Office 2007 for Windows except it works on Lion/Mountain Lion.
    These two suites are similar to Libre Office:
    NeoOffice - $30.00
    Open Office

  • I have Vista running under Bootcamp. How do I upgrade to Windows 7 Pro??

    I have Vista running under Bootcamp. How do I upgrade to Windows 7 Pro??

    Download > http://support.apple.com/kb/DL977 Then, insert the Windows disc and upgrade

Maybe you are looking for