Cs5 master collection deactivate+uninstall, reinstall errors on update

I have cs5 master collection.
I had to reinstall windows form scratch.. windows is on c:. I had to reformat that drive. adobe cs5 stores some of its files on C: and some of its files in the appointed install directory, on a data drive which was f:
i deactivated+uninstalled adobe cs5.
formatted c: and installed windows. of course, some adobe files are still left over on f:
reinstalled adobe cs5 to same location on f:
started dreamweaver, help, update (to update cs5)
I get update errors on half or more of the products. another update gives th esame problem, it's stuck.
how do I fix? this isn't the first time I have had trouble with AAM.
also, adobe community help refuses to pin to the taskbar or start menu. I don't know why, it's an exe. also, cs5 doesn't make an icon for it. I tried creating a shortcut for the exe and dragging it to the taskbar, but this doesn't work either. I got it on there once, but I have no idea how.
9/26/2014:
I uninstalled and deactivated cs5 and acrobat 9, did all necessary reboots, and uninstalled all adobe products.
missed a step, so wrote this windows .cmd batch file to remove adobe leftovers after uninstall and deactivate.
contents of adobe-cs5-removal-tool.cmd
@rem Author: Jim Michaels
@rem Created: 9/27/2014
@rem Version: 1.0
@rem Abstract: removes cs5 and commonly-used adobe products from windows
@rem if I could get the uninstaller location, I would do the uninstall automatically.
rem handle help switches
if /i @%1@ equ @@       goto help
if /i @%1@ equ @--help@ goto help
if /i @%1@ equ @-help@  goto help
if /i @%1@ equ @/help@  goto help
if /i @%1@ equ @--h@    goto help
if /i @%1@ equ @-h@     goto help
if /i @%1@ equ @/h@     goto help
if /i @%1@ equ @--?@    goto help
if /i @%1@ equ @-?@     goto help
if /i @%1@ equ @/?@     goto help
rem handle dir switches
if /i @%1@ equ @--acrobat-root-dir@ (
    set acrobatRoot=%2
    shift
    shift
if /i @%1@ equ @-acrobat-root-dir@ (
    set acrobatRoot=%2
    shift
    shift
if /i @%1@ equ @/acrobat-root-dir@ (
    set acrobatRoot=%2
    shift
    shift
if /i @%1@ equ @--cs5-root-dir@ (
    set cs5Root=%2
    shift
    shift
if /i @%1@ equ @-cs5-root-dir@ (
    set cs5Root=%2
    shift
    shift
if /i @%1@ equ @/cs5-root-dir@ (
    set cs5Root=%2
    shift
    shift
rem processing
@echo a good uninstallation order is:
@echo adobe acrobat 9 Pro
@echo adobe creative suite 5 master collection
@echo adobe community help
@echo adobe media player
@echo adobe reader
@echo adobe air
@echo adobe flash player 15 Activex
@echo adobe flash player 15 plugin
@ECHO backup your leftover plugins in %appdata%\Adobe, %appdata%\..\locallow\Adobe, %localappdata%\Adobe, %PROGRAMDATA%\Adobe first.
@ECHO DO NOT PROCEED UNTIL ALL ADOBE PRODUCTS ARE UNINSTALLED AND DEACTIVATED FIRST! DO REBOOT AFTER EACH UNINSTALL.
@ECHO CTRL-C TO QUIT NOW
@pause
@ECHO ARE YOU SURE?
@ECHO CTRL-C TO QUIT NOW OR PRESS A KEY TO REMOVE ADOBE CS5
@pause
@echo
rem create .reg file
echo Windows Registry Editor Version 5.00>"adobe-cs5-reg-remove.reg"
echo.>>"adobe-cs5-reg-remove.reg"
echo [-HKEY_CURRENT_USER\Software\Adobe]>>"adobe-cs5-reg-remove.reg"
echo.>>"adobe-cs5-reg-remove.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Adobe]>>"adobe-cs5-reg-remove.reg"
rem remove directories
rd /s /q "%ProgramFiles%\Adobe"
rd /s /q "%ProgramFiles(x86)%\Adobe"
rd /s /q "%CommonProgramFiles%\Adobe"
rd /s /q "%CommonProgramFiles(x86)%\Adobe"
rd /s /q "%APPDATA%\Adobe"
rd /s /q "%LOCALAPPDATA%\Adobe"
rd /s /q "%APPDATA%\..\LocalLow\Adobe"
rd /s /q "%ProgramData%\Adobe"
rd /s /q "C:\Users\All Users\Adobe"
rd /s /q "%temp%\adobe"
rd /s /q "%tmp%\adobe"
if @%adobeRoot%@ neq @@ rd /s /q %adobeRoot%
if @%cs5Root%@   neq @@ rd /s /q %cs5Root%
start "adobe-cs5-reg-remove.reg"
@echo waiting until you are finished with entering the registry stuff (a deletion of adobe keys)
@echo then press a key.
@pause
del "adobe-cs5-reg-remove.reg"
goto end
:help
@echo adobe-cs5-removal-tool - remove adobe cs5 and any adobe products (after uninstall and deactivate of all adobe products)
@echo usage: adobe-cs5-removal-tool [options]
@echo options:
@echo   [-[-]h[elp]^|/h[elp]^|-[-]?^|/?] this help
@echo   [-[-]^acrobat-root-dir|/acrobat-root-dir doubleQuotedDirPath] specifies extra Acrobat dir path to delete, usually with Adobe on the end. double quotes "" are expected around the dir path.
@echo   [-[-]^cs5-root-dir|/cs5-root-dir doubleQuotedDirPath] specifies extra CS5 dir path to delete, usually with Adobe on the end. double quotes "" are expected around the dir path.
@echo if I could get the uninstaller location, I would do the uninstall automatically.
@echo a good uninstallation order is:
@echo adobe acrobat 9 Pro
@echo adobe creative suite 5 master collection
@echo adobe community help
@echo adobe media player
@echo adobe reader
@echo adobe air
@echo adobe flash player 15 Activex
@echo adobe flash player 15 plugin
goto end
:end
I need to try this, going to take another hour or two. I hope this causes enough of an uninstall that adobe will update. I missed a step last time.

I noticed the backup section is missing the file. I could really use that. I noticed an uninstall+deactivate leaves the plugins behind, and that the dirs can be copied to a safe place if you know where they are. thanks for the tip.
16.16 Apple. If the Software is downloaded from the Apple iTunes Application Sto
re (ôAppö), then Customer acknowledges and agrees to the following additional te
rms: (a) Apple has no liability for the App and its content; (b) CustomerÆs use
of the App is limited to a non-transferable license to use the App on any iPhone
Ö, iPadÖ or iPod TouchÖ that Customer owns or controls as allowed by the Applica
tion Store Terms of Service; (c) Apple has no obligation whatsoever to furnish a
ny maintenance and support services for the App; (d) to the extent permitted by
applicable law, Apple has no warranty obligation to the App and Adobe will be re
sponsible for any claims, losses, liabilities, damages, costs, or expenses attri
butable to any failure to conform to any warranty set forth in this agreement; (
e) Apple is not liable for any claims relating to the App or CustomerÆs possessi
on and/or use of the App, including, but not limited to: product liability c
laims; (ii) any claim that the App fails to conform to any applicable legal requ
irement; and (iii) consumer protection claims; (f) Apple is not liable for any t
hird-party claims that the App infringes a third partyÆs intellectual property r
ights; and (g) Apple and its subsidiaries are third party beneficiaries of this
agreement with respect to any such App, and that Apple will have the right to en
force the Agreement against Customer as a third party beneficiary.
Gen_WWCombined-en_US-20121017_1230
Please enter (y) for Yes or (n) for No. ... >>
so... what's "Gen_WWCombined-en_US-20121017_1230" mean? is this webkit or something? do I want to remove this?
ah - I got it, you just say y, that's just the product code.
after a run the new revision of my removal tool, it didn't see cs5.
does the CC removal tool require any uninstallation? I would like to know, if it doesn't, that would make the uninstallation process a whole lot simpler. it should also remove adobe reader, adobe air, adobe community help if it doesn't already, adobe media player - I would assume it does this (but those aren't in the list).
I would like to see an antry where it removes everything but the adobe ID (is that a bad thing? what exactly does that do? does it remove my adobe account?) .
until then, this latest revision of my tool may or may not be of use.
@rem Author: Jim Michaels
@rem Created: 9/27/2014
@rem Version: 1.1
@rem Abstract: removes cs5 and commonly-used adobe products from windows
@rem if I could get the uninstaller location, I would do the uninstall automatically.
@rem handle help switches
if @%SESSIONNAME%@ neq @@ goto admerr
if /i @%1@ equ @@         goto help
if /i @%1@ equ @--help@   goto help
if /i @%1@ equ @-help@    goto help
if /i @%1@ equ @/help@    goto help
if /i @%1@ equ @--h@      goto help
if /i @%1@ equ @-h@       goto help
if /i @%1@ equ @/h@       goto help
if /i @%1@ equ @--?@      goto help
if /i @%1@ equ @-?@       goto help
if /i @%1@ equ @/?@       goto help
rem handle dir switches
if /i @%1@ equ @--acrobat-root-dir@ (
    set acrobatRoot=%2
    shift
    shift
if /i @%1@ equ @-acrobat-root-dir@ (
    set acrobatRoot=%2
    shift
    shift
if /i @%1@ equ @/acrobat-root-dir@ (
    set acrobatRoot=%2
    shift
    shift
if /i @%1@ equ @--cs5-root-dir@ (
    set cs5Root=%2
    shift
    shift
if /i @%1@ equ @-cs5-root-dir@ (
    set cs5Root=%2
    shift
    shift
if /i @%1@ equ @/cs5-root-dir@ (
    set cs5Root=%2
    shift
    shift
rem processing
@echo A good uninstallation order (because of dependencies) is:
@echo Adobe Acrobat 9 Pro
@echo Adobe Creative Suite 5 Master Collection
@echo Adobe Community Help
@echo Adobe Media player
@echo Adobe Reader
@echo Adobe Air
@echo Adobe Flash Player Activex
@echo Adobe Flash Player plugin
@ECHO backup your leftover plugins in %appdata%\Adobe, %appdata%\..\locallow\Adobe, %localappdata%\Adobe, %PROGRAMDATA%\Adobe first.
@ECHO DO NOT PROCEED UNTIL ALL ADOBE PRODUCTS ARE UNINSTALLED AND DEACTIVATED FIRST! DO REBOOT AFTER EACH UNINSTALL.
@ECHO CTRL-C TO QUIT NOW
@pause
@ECHO ARE YOU SURE?
@ECHO CTRL-C TO QUIT NOW OR PRESS A KEY TO REMOVE ADOBE CS5
@pause
@echo
rem create .reg file
echo Windows Registry Editor Version 5.00>"adobe-cs5-reg-remove.reg"
echo.>>"adobe-cs5-reg-remove.reg"
echo [-HKEY_CURRENT_USER\Software\Adobe]>>"adobe-cs5-reg-remove.reg"
echo.>>"adobe-cs5-reg-remove.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Adobe]>>"adobe-cs5-reg-remove.reg"
rem remove directories
rd /s /q "%ProgramFiles%\Adobe"
rd /s /q "%ProgramFiles(x86)%\Adobe"
rd /s /q "%CommonProgramFiles%\Adobe"
rd /s /q "%CommonProgramFiles(x86)%\Adobe"
rd /s /q "%APPDATA%\Adobe"
rd /s /q "%LOCALAPPDATA%\Adobe"
rd /s /q "%APPDATA%\..\LocalLow\Adobe"
rd /s /q "%ProgramData%\Adobe"
rd /s /q "%windrive%\Users\All Users\Adobe"
rd /s /q "%temp%\adobe"
rd /s /q "%tmp%\adobe"
if @%adobeRoot%@ neq @@ rd /s /q %adobeRoot%
if @%cs5Root%@   neq @@ rd /s /q %cs5Root%
"adobe-cs5-reg-remove.reg"
@echo waiting until you are finished with entering the registry stuff (a deletion of adobe keys)
@echo then press a key.
@pause
del "adobe-cs5-reg-remove.reg"
goto end
:help
@echo adobe-cs5-removal-tool - remove adobe cs5 and any adobe products (after uninstall and deactivate of all adobe products)
@echo usage: adobe-cs5-removal-tool [options]
@echo options:
@echo   [-[-]h[elp]^|/h[elp]^|-[-]?^|/?] this help
@echo   [-[-]^acrobat-root-dir^|/acrobat-root-dir doubleQuotedDirPath] specifies extra Acrobat dir path to delete, usually with Adobe on the end. double quotes "" are expected around the dir path.
@echo   [-[-]^cs5-root-dir^|/cs5-root-dir doubleQuotedDirPath] specifies extra CS5 dir path to delete, usually with Adobe on the end. double quotes "" are expected around the dir path.
@echo if I could get the uninstaller locations, I would do the uninstall automatically.
@echo A good uninstallation order is:
@echo Adobe Acrobat 9 Pro    (depends upon Air)
@echo Adobe Creative Suite 5 Master Collection    (installs and depends upon Air)
@echo Adobe Community Help    (Depends upon Air)
@echo Adobe Media Player    (depends upon Air)
@echo Adobe Reader    (I think depends upon Air)
@echo Adobe Air
@echo Adobe Flash Player Activex
@echo Adobe Flash Player Plugin
goto end
:admerr
@echo you need to right click and run your cmd shell or this script as Administrator first before running this script, or create a shortcut to this script with Administrator rights (advanced).
@echo nothing done, exiting
pause
goto end
:end

Similar Messages

  • Adobe CS5 Master Collection downloaded files extraction error

    Every time I download Adobe CS5 Master Collection, it give me this error, "A problem occued while extracting some files. Check available space on your computer and the write privileges on the destinition folder". I've 16.3GB free space in the drive in which I'm extacting this file and I'm logged in as Administrator.. I'm fadup of this... goosh its 4.45 GB.. Please help..

    where are you extracting the file?
    if you are extracting the file to program files try to change the path like c:\installer

  • Can't install CS5 master collection, receive the following error: "Inconsistency in the installer database. Please restart your computer and install again."

    I have already restarted my computer 3 times! I have class next week any help would be appreciated!!! My serial number is accurate, all I did was buy a new computer: Mac OS X 10.9.4

    uninstall (if anything cs5 is installed), clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • CS5 Master Collection - installation error

    I reinstalled my mac and now trying to install my old adobe software to Yosemite. I got CS5 master collection (now downloaded the installer from Adobe website) but after asking password, (which the installation accepts) it gives an error message: Asennusohjelman tietokannassa havaittiin epäyhtenäisyys. Käynnistä tietokone uudelleen ja asenna uudelleen. (Finnish). I´ve tried to restart the computer but no matter what, still the same error message (Translated to English) Installation of the program in the database were observed heterogeneity . Restart the computer and re-install

    apply this info to cs5.
    cs3:  http://helpx.adobe.com/creative-suite/kb/error-installer-database-corrupt-install-1.html
    cs4:  https://helpx.adobe.com/creative-suite/kb/error-installer-database-corrupt-install.html

  • Error When Trying To Download CS5 Master Collection

    When I try to Download the CS5 Master Collection Trial, using the downloader provided it only downloads the .exe file but the compressed file is not downloaded. It says calculating time 0bytes out of 276bytes transfer.
    If i try to directly download the file i get this error
    Access denied due to security policy violation
    Reject ID: 4bdb4c37-27-14010a0a-7b6
    Any clue what is causing this?
    I can download any other suite just fine.

    Manish,
    The download fails for me with this message:
    I'm downloading in Safari on a MacBook Pro, Mac OS X 10.9.3.

  • During CS5 master collection update, I get the error "There was an error downloading this update. Please quit and try again later." This has been happening for the past few days. Can someone help me getting my updates?

    During CS5 master collection update on Windows 7, 64-bit laptop, I get the error "There was an error downloading this update. Please quit and try again later." This has been happening for the past few days. Can someone help me getting my updates?

    Since CS5 is from 4+ years before the Cloud, this is not the right forum... but I don't really know a correct forum for that very old product
    Have you tried to manually update the individual programs?
    All updates start here and select product, read to see if you need to install updates in number order, or if the updates are cumulative for the individual product http://www.adobe.com/downloads/updates/

  • Both CS4 and CS5 Master Collections installed. Uninstall CS4?

    I have both Adobe CS4 Master Collection and CS5 Master Collection installed on my mac OS X 10.6.6.
    What is the proper uninstall procedure for my entire CS4 collection and do I have to take precautions so it does not interfere with my CS5 installation?

    It's a company laptop and that is not an option. On my own computer, that would be my first choice.
    My space is tight partly b/c of multiple virtual machines I have.  I need to free up some space, simply put.
    No other suggestion?

  • Error message occurs during CS5 Master Collection Trial Install.

    I downloaded the trial version of CS5 Master Collection from the Adobe site. Everything works until after I enter my password to start installation an error message comes up saying:
    The Setup encountered and error(-1) during install. Please restart the machine and try again.
    I've done that and it still shows the same message! What do I do?

    Since CS5 is from 4+ years before the Cloud, this is not the right forum... but I don't really know a correct forum for that very old product
    Have you tried to manually update the individual programs?
    All updates start here and select product, read to see if you need to install updates in number order, or if the updates are cumulative for the individual product http://www.adobe.com/downloads/updates/

  • Error when attempting to update Adobe CS5 Master Collection via Adobe Application Manager

    I have a copy of Adobe CS5 Master Collection running on OS X Yosemite.
    For the last few weeks, anytime that I'm prompted to update CS5, I allow it but it fails.  See the first screenshot below for details.  The second screenshot is the error log file.
    Any help would be appreciated.  Thanks in advance!

    Bumping this to hopefully get some exposure and replies.  Still getting this error, and not able to update.  Any ideas?

  • I keep getting an error (for twelve updates), when trying to update CS5 Master Collection.  I used chat, and was told to come here.

    I keep getting an error (for twelve updates), when trying to update CS5 Master Collection.  I used chat, and was told to come here.

    update directly, http://www.adobe.com/downloads/updates/

  • Hi I have a Creative Suite CS5 Master Collection. I want to upgrade to CSS but when I write all the required fields to obtain the special price, I have an Error Message. Is there a phone where I can have a response?

    Hi I have a Creative Suite CS5 Master Collection. I want to upgrade to CSS but when I write all the required fields to obtain the special price, I have an Error Message. Is there a phone where I can have a response?
    I´m from Mexico
    Thanks a lot

    Under this address, CC has been purchased in July  21st, 2014, that is the reason it is not allowing further purchase as under one Adobe ID, only one subscription of CC( Individual, single app, Team) can be activated & used.
    Regards
    Rajshree

  • Reinstall my CS5 master collection education

    Hi!
    23 Feb, 2011 i purcased the CS5 master collection, edu, as i work in the goverment education.
    I have my serial in "my adobe", and as i have dowloaded (as i see in the forums) the right version from http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    i get "This serial number is not valid for this product" when installing.
    The file i dowload from prodesigntools.com is named "MasterCollection_CS5_LS4.dmg" and have size 10.17 GB
    Could this have something to do as i have an edu serial? See attached picture.
    Please help, i need to use my CS5.
    Goran

    You need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • Installing CS5 Master Collection

    First of all I would like to thank Mr. Bill Hunt and others for helping me.
    I am going to receive my CS5 Master Collection by tomorrow. I am currently running the Trial Version.
    Is it better to uninstall all the Trial version, and my older Adobe products, and Start with a Fresh Installation of CS5 Master Collection.
    < OR > apply the  S/N Number from the Master Collection into the Trial version.
    Thanks.

    You should be able to simply activate with the serial number. Once you launch, you'll be told that we need to download the protected content and that you'll need to restart. After that, you should be good to go.
    If for any reason you have to reinstall after that, remember to deactivate first.

  • PS and AE will not open in CS5 Master Collection

    Window7, 64-bit, CS5 Master Collection, LightRoom 3…
    Have had no trouble since loading CS5 (which was difficult) for the last month. Today, PS 64-bit, LR 3, AE and Mocha for AE will not open.  These programs close with a similar error message “Adobe Photoshop 64-bit has stopped working.  All other programs in CS5 including Photoshop 32-bit will open?
    Any suggestions on what to do to correct the problem?  After spending 2 weeks installing CS5 this is heartbreaking - I wish Adobe would pay for my downtime!
    Thanks,
    Randy

    Hi Mylenium,
    I ran the Adobe Support Advisor and it came back without identifying any errors.  However, when I closed the advisor this grayed out message come up:
    "Creative Suite Product Install Inspector has identified the issue(s) that needs attention. An issue report has been generated.  Adobe will use this issue report to helpaddress the issue(s) in the future."
    I just spent 2 hrs with Adobe Tech Service and they could not identify a problem and suggested that I remove all 3 programs and reload.  LR3 almost loads - it is in "Web" trying to open a flash gallery plug in when it fails.  The other programs do not open at all...
    I am going to remove and reinstall LR3 first and see what happens.  Then I will (unless someone suggest something else), reinstall Windows 7.  Reinstalling W7 was the only thing that worked for me when I initially installed CS5 for the first time...
    Thanks,
    Randy

  • PPro and AE not installing in CS5 Master Collection

    Following the many excellent suggestions made on this thread:
    http://forums.adobe.com/thread/628980?tstart=0
    I was able to finally installl the CS5 Master Collection on my notebook, but I am having a problem with my workstation.
    I can install everything except for Premiere Pro and After Effects.
    I have a Boxxtech workstation running win7 64bit 8 GB RAM and an nVidia Quadro FX 3600 graphics card.
    Following the suggestions made on the above mentioned thread:
    Uninstalled any CS      products
    Ran Windows Installer      Clean up Utility
    Ran WinCS5 Clean up script      (all three options)
    Ran msconfig and shut down      all but the basic MS startup processes
    Rebooted
    Ran WinCS5 Clean up script      (all three options) (again)
    Rebooted
    Logged on as the      Administrator
    Installed CS5
    I have tried this three times so far all with the same results: everything except After Effects and Premiere Pro installs.
    I get the following details on the errors:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 29 error(s), 51 warning(s)
    WARNING: OS requirements not met for {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {7816FDDE-40D4-482D-AD7D-97858985DB3E}
    WARNING: OS requirements not met for {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    WARNING: OS requirements not met for {9B97EC91-B3FD-4BFF-88FC-5345A26AC2E7}
    WARNING: OS requirements not met for {AAE6F374-91CB-45FB-9282-4CFA0DED2088}
    WARNING: OS requirements not met for {ABDC1F61-2C50-4BB1-ACDA-66D412D72582}
    WARNING: OS requirements not met for {B8D286BC-A68D-4E74-9F68-8756A49896D8}
    WARNING: OS requirements not met for {C0AA232E-BD1B-40B5-A176-A2BEB67FFAE1}
    WARNING: OS requirements not met for {C79312BD-3E76-4474-A10C-1435D1856A4B}
    WARNING: OS requirements not met for {CBE4F6C3-788E-4CAC-BA25-26FE39A3BC8C}
    WARNING: OS requirements not met for {CD29B5CA-4727-4114-9AD9-25CCCE6E4014}
    WARNING: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    WARNING: OS requirements not met for {D8465547-5D5B-4856-A93A-8AC0A05C5D4D}
    WARNING: OS requirements not met for {DE5DE662-2ECB-4D93-967B-221FBCC8A736}
    WARNING: OS requirements not met for {DE60F0DE-469A-42DC-A678-978313210057}
    WARNING: OS requirements not met for {E8815668-95B0-443D-AC92-2BFD7DD8F16A}
    WARNING: OS requirements not met for {F319804F-E3A4-4C02-8AEC-CB39A4F6447E}
    WARNING: OS requirements not met for {F9766AC1-1461-1033-B862-DF8FE1C033BE}
    WARNING: OS requirements not met for {F9C71630-0EE3-475C-9E2B-ED95AE197DBD}
    WARNING: OS requirements not met for {FBB02B04-C034-4382-A3F6-57416E2752C4}
    WARNING: 1 ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 0 Exit Code: 0 Service Specific Exit Code: 0
    WARNING: CreateAlias:Icon file does not exist at C:\Program Files (x86)\Adobe\Adobe Utilities - CS5\Pixel Bender Toolkit 2\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging    0X1.1E6600P-1020rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f80493091 e8e552c84a2897e9da68fce for icon C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Master Collection CS5\Adobe Pixel Bender Toolkit 2.lnk with target C:\Program Files (x86)\Adobe\Adobe Utilities - CS5\Pixel Bender Toolkit 2\Pixel Bender Toolkit.exe
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: File/Folder does not exist at D:\Adobe CS5\payloads\AdobeContribute6-FFPlugin\OEM
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: File/Folder does not exist at D:\Adobe CS5\payloads\AdobeContribute6-IEPlugin\OEM
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: File/Folder does not exist at D:\Adobe CS5\payloads\AdobeContribute6-OfficePlugin\OEM
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: File/Folder does not exist at D:\Adobe CS5\payloads\AdobeContribute6-mul\OEM
    WARNING: File/Folder does not exist at D:\Adobe CS5\payloads\AdobeFireworks11All\OEM
    WARNING: File/Folder does not exist at D:\Adobe CS5\payloads\AdobeFireworks11en_USLanguagePack\OEM
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: 48 Failed to add Font 'C:\Windows\Fonts\KozGoPro-Bold.otf'. Error: 0
    ERROR: 48 Command ARKFontCommand failed.
    ERROR: 47 Failed to add Font 'C:\Windows\Fonts\KozGoPro-Bold.otf'. Error: 0
    ERROR: 47 Command ARKFontCommand failed.
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe Premiere Pro CS5: Failed due to Language Pack installation failure
    ERROR:  - Adobe After Effects CS5: Failed due to Language Pack installation failure
    ERROR:  - KoreanSpeechAnalysisModels: Install failed
    ERROR:  - Adobe After Effects CS5 Third Party RoyaltyContent Wrapper: Install failed
    ERROR:  - Adobe Premiere Pro CS5 Third Party Content Wrapper: Install failed
    ERROR:  - ItalianSpeechAnalysisModels: Install failed
    ERROR:  - Adobe Premiere Pro CS5_AdobePremierePro5en_USLanguagePack: Install failed
    ERROR:  - SpanishSpeechAnalysisModels: Install failed
    ERROR:  - Adobe After Effects CS5 Third Party Content Wrapper: Install failed
    ERROR:  - GermanSpeechAnalysisModels: Install failed
    ERROR:  - Adobe After Effects CS5 Support: Install failed
    ERROR:  - Adobe After Effects CS5_AdobeAfterEffects10en_USLanguagePack: Install failed
    ERROR:  - Adobe Premiere Pro CS5 Third Party Royalty Content Wrapper: Install failed
    ERROR:  - Required Common Fonts Installation x64: Install failed
    ERROR:  - InternationalEnglishSpeechAnalysisModels: Install failed
    ERROR:  - AdobeColorVideoProfilesAE CS5: Install failed
    ERROR:  - Required Common Fonts Installation: Install failed
    ERROR:  - Adobe After Effects CS5 Presets: Install failed
    ERROR:  - Adobe After Effects CS5 Template Projects & Footage: Install failed
    ERROR:  - FrenchSpeechAnalysisModels: Install failed
    ERROR:  - AdobeMotionPicture CS5: Install failed
    ERROR:  - JapaneseSpeechAnalysisModels: Install failed
    ERROR:  - Adobe Premiere Pro CS5 Functional Content: Install failed
    ERROR:  - Adobe Premiere Pro CS5 Support: Install failed
    Any suggestions?
    I tried searching to see if this has been covered, without success, If you know of another thread that has covered this please point me in that direction.
    Thanks
    Craig

    Still can't get it installed.
    Based on suggestions I uninstalled CS5 complete, ran the cleaners, rebooted, etc etc, result nothing installed at all
    Tried this several time same result.
    Went on vacation
    Came back followed darkmatters suggestions and voila could install everything...except Premiere Pro and After Effects
    I needed to get some work done in the course of which I allowed the installed programs to get updates.
    Finished the work I absolutedly needed to do and went back to try and install AE and PPro. No joy.
    Help!!?? Please!
    Error log:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 6 error(s), 7 warning(s)
    WARNING: OS requirements not met for {FBB02B04-C034-4382-A3F6-57416E2752C4}
    WARNING: Payload:{7816FDDE-40D4-482D-AD7D-97858985DB3E} Adobe OnLocation CS5 Royalty Content has been updated and has been selected for repair. The patch {5AF84E15-9A23-4295-8508-F2901A923E83} Adobe OnLocation CS5 Royalty Content_5.0.1_AdobeOnLocation5RoyaltyAll will be uninstalled now.
    WARNING: Warning: {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5 will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5 will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41} Photoshop Camera Raw (64 bit) will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    ERROR: Found payload conflicts and errors:
    ERROR:  - Adobe Fireworks CS5 depends on Required Common Fonts Installation to be installed.
    ERROR:  - Adobe Photoshop CS5 Core depends on Required Common Fonts Installation to be installed.
    ERROR:  - Adobe Illustrator CS5 depends on Required Common Fonts Installation to be installed.
    ERROR:  - Adobe Encore CS5 depends on Required Common Fonts Installation to be installed.
    ERROR:  - Adobe InDesign CS5 Application Base Files depends on Required Common Fonts Installation to be installed.
    FATAL ERROR: Conflicts were found in the selected payloads. Halting installation.

Maybe you are looking for