Adobe CS3 Silent Deployment - Win7 x64

Hello,
I'm trying to silently deploy Adobe CS3 Web Premium to our Win7 x64 machines.  I've deployed it to XP machines in the past successfully but I keep getting errors now.  I've utilized the '--record=1' option and also successfully created the 'application.xml.override' file and placed it into the right folder.  When I go to run the silent install it fails after a minute with an 'exit code 7.' Looking at the installer log it says:
FATAL
Exception: Payload deployment data is invalid or missing
Exit code: 7
My command is: "%~dp0Setup.exe" --mode=silent -–deploymentFile="%~dp0deployment\install.xml" --skipProcessCheck=1
I've run the install manually and it succeeds except for one pop-up requesting 'AdobePDF.dll'
Here is the link to the log:
https://www.box.com/s/c18931eba6cce1bad49b

hi
read your issue, are you trying to deploy the software ??
if it a single machine instllation
this might help you
http://kb2.adobe.com/cps/400/kb400593.html
hope it helps
thanks and regards
anish

Similar Messages

  • ADOBE AIR INSTALLATION PROBLEM win7 x64

    hi , i have a problem since i formated my computer to windows 7 x64 .. i can't install adobe AIR i have this error :
    windows cant find 'C:/users/PC/appdata/local/temp/AIREB40.tmp/adobe air installer.exe' verifiy that you intered the right name , and try again .
    i didin't installed AIR since i formated the pc , i tried couple of things written in the forums , still the same problem , i can't find logs because its not even
    installed . HELP i  downloaded adobe AIR three or four times ... still same problem ,

    please guys , need help .

  • Adobe Flash Silent Deployment (Browsers Open????)

    Hi guys,
    I've been deploying flash to about 4,500 systems. I monitor to see if Webbrowsers are open before performing the silent install with the -install switch for the exe installer. Some users always leave there browsers open so it never gets installed. My question is would it be a big deal to perform the isntall with browsers open?? I'm sure the install may fail if the browsers are actually using the Flash Player plugin.
    Thanks,
    Justin

    I always run the uninstaller before installing the new version and have found that you will have some installations fail if the browser is open during installation due to files in the macromed\flash folder being tied up. I just do my installs only when no user is logged on to get around the problem and the installs that I put in Run Advertised Programs are scripted to close the browser as part of the install process.
    I would also recommend you get setup on the distributuion site so you can use the .msi installer(s) which is a cleaner solution IMHO.
    I would avoid doing the install if the browser is open if possible. I have done deployments and ran the install while browsers were open and saw a measurably higher failure rate. Most would install OK but a browser restart was needed for Flash to work and this caused a high call volume for the help desk.

  • Photoshop CS3 Extended - Silent Deploy

    Hello All,<br /><br />I'm having difficulty installing Photoshop CS3 silently.  I've made a copy of the "Adobe CS3" directory on the DVD media to a network share (its contents being Setup.exe, as well as several other files and the payloads, redist, and  resources directories). <br /><br />As per the instructions in cs3_deployment.pdf I've created a file with the name "application.xml.override" within the payloads\AdobePhotoshop10en_US_volume directory. The contents of this file are as follows:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><Configuration><br /><Payload><br /><Data key="Serial" protected="0">SERIALNUMBERHERE</Data><br /><Data key="Registration">Suppress</Data><br /><Data key="EULA">Suppress</Data><br /><Data key="Updates">Suppress</Data><br /></Payload><br /></Configuration><br /><br />After creating the file, I ran setup.exe with the --mode=Silent command line parameter after which I received the following message at the command prompt:<br /><br />"UI mode: Silent"<br /><br />After Setup.exe and msiexec.exe appeared in the task manager for a moment I received an error message at the command prompt as follows:<br /><br />"End Adobe Setup.  Exit code: 7"<br /><br />According to cs3_deployment.pdf this error code corresponds to the following message:<br /><br />"Unable to complete the silent workflow"<br /><br />I am at a loss as to what to do. I typed the file out manually with normal quotes so as not to experience the issue of typographer's quotes being used instead of normal quotes.<br /><br />According to the log file located in c:\program files\common files\adobe\installers, the following error was experienced:<br /><br />"Deployment file does not exist: C:\program"

    I'm having trouble getting the CS3 silent install to find the Serial Number & EULA options - I've been through the xml files many times to check my syntax & spelling, but can't seem to find the problem.
    My application.xlm.override is:
    <?xml version="1.0" encoding="utf-8"?>
    <Configuration>
    <Payload>
    <Data key="Serial" protected="0">13251xxxxxxxxxxxxxxxxxxx</Data>
    <Data key="Registration">Suppress</Data>
    <Data key="EULA">Suppress</Data>
    <Data key="Updates">Suppress</Data>
    </Payload>
    </Configuration>
    I've saved this file in \\Hamilton\apps2\AdobeCS3\payloads\AdobeMasterCollectionSuiteen_US_Volume - I got the folder name from setup.xml in \\Hamilton\apps2\AdobeCS3\payloads\
    I've also tried copying the file to \\Hamilton\apps2\AdobeCS3\, \\Hamilton\apps2\AdobeCS3\payloads & \\Hamilton\apps2\AdobeCS3\deployment
    I've checked the serial number is correct by copying & pasting it into the serial number prompt after doing a non-silent install.
    The shared components are installing and also Acrobat, but not the others. When I read the installation log files, the install fails because the serial number was not found. The logs also show that the EULA settings are not being found.
    Here is the command I've used to try to install AfterEffects:
    \\Hamilton\apps2\AdobeCS3\setup.exe --mode=Silent --deploymentFile=\\Hamilton\apps2\AdobeCS3\deployment\AfterEffects.xml
    And the contents of Aftereffects.xml are:
    <?xml version="1.0" encoding="UTF-8"?><Deployment>
    <Properties>
    <Property name="installLanguage">en_US</Property>
    <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
    <Property name="eula_EPIC_EULA_SELECTED">0</Property>
    </Properties>
    <Payloads>
    <!--Adobe After Effects CS3-->
    <Payload adobeCode="{FB245ED0-CD60-4B9C-9EB2-CDB63D189087}">
    <Action>install</Action>
    </Payload>
    <!--Adobe After Effects CS3 Template Projects & Footage-->
    <Payload adobeCode="{86B6D6BA-3231-4EF8-9C32-5DF258D3DB90}">
    <Action>install</Action>
    </Payload>
    <!--Adobe After Effects CS3 Third Party Content-->
    <Payload adobeCode="{A38BA97D-690D-487B-AA57-ED9F61AE5CC5}">
    <Action>install</Action>
    </Payload>
    </Payloads>
    </Deployment>
    I'm sure there is something I'm overlooking, but can't seem to find what it is.

  • Adobe programs don't work on Win7 x64 with IE8 x32

    I have been working for the last 2 hours trying to get adobe flash 10.1 downloaded and installed on Win7 x64 and IE8 x32.  It downloads and crashes and never finishes the install, even though sometimes the adobe site tells me it's installed.  when I access a website it asks to download the flash player each and every time.
    Mind you I don't have a lot of time to troubleshoot and fix adobe issues.  I have clients to take care of and if your not going to make  your product easier to use then I will block all adobe flash sites from my clients computers.  Needless to say this will make them angry at me but let me tell you I don't forgive.  I will bash you each and every time a client calls me.

    I don't understand - in your post you mention "new Flash Player" several times, but in the subject you mention 10.2...?
    What is the exact FP version you have?
    For your blue box problem, have you tried to disable Hardware Acceleration?

  • Cannot Install Adobe CS5.5 Master Collection in Win7 x64

    Hellom
    I've purchased many adobe products in the past, and i have been generally pleased with them.
    However, I downloaded a trial of the CS5.5 Master Collection, and it won't install.
    I've followed all of the solutions in http://forums.adobe.com/thread/628980?start=100&tstart=0 , but to no avail.
    I've diagnosed the root of the problem, and it's C:\Users\Yunyu\Desktop\MasterCollection_CS5_5_LS1\Adobe CS5_5\payloads\Microsoft_VC90_MFCLOC_x86\Microsoft_VC90_MFCLOC_x86.msi won't install.
    I get when i try to install, and the registry key trick does not work for me, as there is no registry key.
    Win7 Ultimate x64
    No antivirus
    What should i do?  I've contacted adobe but they don't answer.
    I really want to try and buy this product.

    Tried downloading and installing. Still failed.
    No programs at startup. no antivirus, no firewall, this is a fresh install with all updates.
    The individual CS5 (not 5.5) programs I purchased earlier installed perfectly (photoshop, illustrator, dreamweaver, flash, fireworks), however, the newer ones fail.
    I've tried reinstalling .NET, Windows Installer, sfc /scannow, registry fixes, disable services and startup items, etc... to no avail.
    The Adobe LOG analyzer doesn't even say I have a problem!
    Installer fail:
    My error log:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 133 error(s), 129 warning(s)
    ----------- Payload: {B6D38690-755E-4F40-A35A-23F8BC2B86AC} Microsoft_VC90_MFCLOC_x86 1.0.0.0 -----------
    ERROR: Error 1935.An error occurred during the installation of assembly component {937FF758-7DED-3922-B192-1CA34A6D9AC2}. HRESULT: 0x80070BC9.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1935.An error occurred during the installation of assembly component {937FF758-7DED-3922-B192-1CA34A6D9AC2}. HRESULT: 0x80070BC9.
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe ExtendScript Toolkit CS5.5: Install failed
    ERROR: DW050:  - Adobe Buzzword CS5.5: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Linguistics CS5 x64: Install failed
    ERROR: DW050:  - AIR for Apple iOS support (FB): Install failed
    ERROR: DW050:  - Digital Publishing: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Photoshop CS5.1 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Premiere Pro CS5.5 Support: Install failed
    ERROR: DW050:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 Core_x64: Failed due to Language Pack installation failure
    ERROR: DW050:  - Recommended Common Fonts Installation x64: Install failed
    ERROR: DW050:  - AdobeColorNA CS5.5: Install failed
    ERROR: DW050:  - Suite Shared Configuration CS5.5: Install failed
    ERROR: DW050:  - AdobePDFL x64 CS5: Install failed
    ERROR: DW050:  - DynamiclinkSupport: Install failed
    ERROR: DW050:  - Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack: Install failed
    ERROR: DW050:  - Microsoft_VC80_MFCLOC_x86_x64: Install failed
    ERROR: DW050:  - IE Plugin CS5.1: Install failed
    ERROR: DW050:  - Adobe Illustrator CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Digital Publishing Application Language Files_AdobeDigitalPublishingAppLang-en_US: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5_AdobeMobileExtension_Flash11.5-en_US: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5: Install failed
    ERROR: DW050:  - Pixel Bender Toolkit: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5.5: Install failed
    ERROR: DW050:  - Photoshop Camera Raw (64 bit)_6.3_AdobeCameraRaw6.0All-x64: Install failed
    ERROR: DW050:  - Adobe Hunspell Linguistics Plugin CS5.5: Install failed
    ERROR: DW050:  - CSXS Story Extension: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS5.5_AdobeDreamweaver11.5en_USLanguagePack: Install failed
    ERROR: DW050:  - Photoshop Camera Raw: Install failed
    ERROR: DW050:  - Adobe OnLocation CS5.1_AdobeOnLocation5.1en_USLanguagePack: Install failed
    ERROR: DW050:  - Camera Profiles Installer: Install failed
    ERROR: DW050:  - Adobe Extension Manager CS5.5: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll: Install failed
    ERROR: DW050:  - Adobe Flash Player 10 Plugin: Install failed
    ERROR: DW050:  - AdobeColorCommonSetRGB: Install failed
    ERROR: DW050:  - Microsoft_VC80_CRT_x86_x64: Install failed
    ERROR: DW050:  - AdobeColorPhotoshop CS5.5: Install failed
    ERROR: DW050:  - Firefox Plugin CS5.1: Install failed
    ERROR: DW050:  - Adobe Linguistics CS5.5: Install failed
    ERROR: DW050:  - Adobe Device Central CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Office Plugin CS5.1: Install failed
    ERROR: DW050:  - Adobe Mini Bridge CS5.1: Install failed
    ERROR: DW050:  - AdobeMotionPicture CS5.5: Install failed
    ERROR: DW050:  - Adobe SING CS5: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Common Language Files_AdobeInDesign7xCommonLang-en_US: Install failed
    ERROR: DW050:  - AdobeColorCommonSetCMYK: Install failed
    ERROR: DW050:  - Adobe OnLocation CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Feature Set Files: Install failed
    ERROR: DW050:  - Photoshop Camera Raw (64 bit): Install failed
    ERROR: DW050:  - Adobe Flash Builder 4.5: Install failed
    ERROR: DW050:  - Adobe Media Encoder CS5.5 X64: Install failed
    ERROR: DW050:  - AIR for APPLE IOS Support (FP): Install failed
    ERROR: DW050:  - Adobe Linguistics CS5: Install failed
    ERROR: DW050:  - PDF Settings CS5: Install failed
    ERROR: DW050:  - AdobeTypeSupport CS5: Install failed
    ERROR: DW050:  - Adobe CSXS Infrastructure CS5.5: Install failed
    ERROR: DW050:  - Adobe Flash Player 10 ActiveX: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Common Base Files: Install failed
    ERROR: DW050:  - Adobe Flash Fonts1: Install failed
    ERROR: DW050:  - Adobe After Effects CS5.5 Support: Install failed
    ERROR: DW050:  - Adobe OnLocation CS5.1 Third Party Content Wrapper: Install failed
    ERROR: DW050:  - AdobeHelp: Install failed
    ERROR: DW050:  - Required Common Fonts Installation x64: Install failed
    ERROR: DW050:  - Microsoft_VC90_ATL_x86_x64: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Base Files: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe InDesign CS5.5 Icon Handler: Install failed
    ERROR: DW050:  - Adobe Fireworks CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Story: Install failed
    ERROR: DW050:  - Microsoft_VC90_MFCLOC_x86_x64: Install failed
    ERROR: DW050:  - Microsoft_VC80_ATL_x86_x64: Install failed
    ERROR: DW050:  - Microsoft_VC90_CRT_x86_x64: Install failed
    ERROR: DW050:  - Adobe Device Central CS5.5_DeviceCentral3.5LP-en_US: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5_AdobeFlash11.5-en_USLanguagePack: Install failed
    ERROR: DW050:  - AdobeCMaps x64 CS5: Install failed
    ERROR: DW050:  - AdobeTypeSupport x64 CS5: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Icon Handler x64: Install failed
    ERROR: DW050:  - Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All: Install failed
    ERROR: DW050:  - Microsoft_VC90_MFC_x86_x64: Install failed
    ERROR: DW050:  - AdobeColorJA CS5.5: Install failed
    ERROR: DW050:  - AdobeOutputModule: Install failed
    ERROR: DW050:  - Acrobat Professional: Install failed
    ERROR: DW050:  - Adobe Audition_AdobeAudition4en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR: DW050:  - Adobe Contribute CS5.1_AdobeContribute6.1en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5 x64: Install failed
    ERROR: DW050:  - Microsoft_VC90_MFCLOC_x86: Install failed
    ERROR: DW050:  - AIR for APPLE IOS Support Wrapper: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_US: Install failed
    ERROR: DW050:  - AdobePDFL CS5: Install failed
    ERROR: DW050:  - AdobeCMaps CS5: Install failed
    ERROR: DW050:  - Adobe Toolhints CS5.5: Install failed
    ERROR: DW050:  - Adobe CSXS Extensions CS5.5: Install failed
    ERROR: DW050:  - Adobe Encore CS5.1_AdobeEncore5.1en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe After Effects CS5.5 Presets: Install failed
    ERROR: DW050:  - Adobe After Effects CS5.5 Third Party Content Wrapper: Install failed
    ERROR: DW050:  - Adobe After Effects CS5.5_AdobeAfterEffects10.5en_USLanguagePack: Install failed
    ERROR: DW050:  - Microsoft_VC80_MFC_x86_x64: Install failed
    ERROR: DW050:  - ph: Install failed
    ERROR: DW050:  - Adobe ReviewPanel CS5.5: Install failed
    ERROR: DW050:  - Required Common Fonts Installation: Install failed
    ERROR: DW050:  - AdobeColorVideoProfilesAE CS5.5: Install failed
    ERROR: DW050:  - AmericanEnglishSpeechAnalysisModels: Install failed
    ERROR: DW050:  - Adobe Premiere Pro CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Player for Embedding x64 3.1: Install failed
    ERROR: DW050:  - Adobe SwitchBoard 2.0: Install failed
    ERROR: DW050:  - HIL Help Search: Install failed
    ERROR: DW050:  - CS5.5 Master Collection: Install failed
    ERROR: DW050:  - Adobe Audition: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Flash Catalyst CS5.5: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - SiteCatalyst NetAverages CS5.5: Install failed
    ERROR: DW050:  - Adobe Contribute CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Illustrator CS5.1_AdobeIllustrator15_1en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Base Files2: Install failed
    ERROR: DW050:  - Adobe Flash CS5.5_AdobeMobileExtension_Flash11.5-mul: Install failed
    ERROR: DW050:  - Recommended Common Fonts Installation: Install failed
    ERROR: DW050:  - AdobeJRE: Install failed
    ERROR: DW050:  - Adobe Player for Embedding 3.2: Install failed
    ERROR: DW050:  - Adobe After Effects CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - AdobeColorVideoProfilesCS CS5.5: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 English Language Pack_AdobePhotoshop12-en_US: Install failed
    ERROR: DW050:  - Adobe Bridge CS5.1: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 Support: Install failed
    ERROR: DW050:  - Adobe Dreamweaver Widget Browser: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 English Language Pack_x64_AdobePhotoshop12-en_US_x64: Install failed
    ERROR: DW050:  - Adobe Encore CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All: Install failed
    ERROR: DW050:  - Adobe Premiere Pro CS5.5_AdobePremierePro5.5en_USLanguagePack: Install failed
    ERROR: DW050:  - AdobeColorEU CS5.5: Install failed
    ERROR: DW050:  - Adobe Content Viewer: Install failed

  • Adobe CS3 Windows 7 installation says does not meet minimum requirements

    I am trying to install Adobe Creative Suite 3 Design Premium on a brand new Windows 7 machine (32-bit). It is a downloaded copy from Adobe's website.
    When I start the install process, it takes me to the "Options" Screen and will not let me install Photoshop, Illustrator, or InDesign. All those options are grayed out.
    At the bottom, the reason it gives is as follows:
    "The minimum system requirements listed below needed to run adobe photoshop cs3 are required and are not met:
    - Windows XP (Service Pack 2)
    - Windows Vista"
    It gives the same error for the other 2 programs as well.
    I have tried the following troubleshooting steps already with no luck:
    1. Run Setup.exe as Administrator
    2. Run Setup.exe in compatibility mode (either as Windows XP SP2, or Windows Vista)
    3. Logged-in to Administrator profile and tried installing from there
    4. did the regsvr32 on both vbscript.dll and jscript.dll.
    5. Tried the CS3 cleanup tool at multiple levels.
    6. Made sure there are no other Adobe products installed
    7. Called Adobe Tech support, they are no help. They said to re-install the OS, which doesn't make any sense since it's a clean install.
    No AV installed yet, so that's not the issue either.
    Any ideas?

    I realise I'm a bit late to the party here.. but after spending a few hours going through the Adobe CS3 Bootstrapper and Install process and files, I have the answer to why Windows 7 does not meet the minimum requirements.
    The answer is in the xml files contained in the payloads for the CS3 Installation.
    Line 72786 of AdobeIllustrator13en_US.proxy.xml :
    <SystemRequirementsJSON>[
         {"OS":{"Windows":{"XP":{"Exclude":true,"Require":{"MinServicePack":"2","@servicePack64Bit" :1
    ,"Need64Bit":"0"}},"Server2003":{"Exclude":true},"Vista":{"Require":true}}},
                                  "Memory":{"System":{"Default":{"Require":"512","Exclude":"500"}}},
                                  "Display":{"Default":{"Require":{"Width":"1024","Height":"768"},"Exclude":{"Width":"800"," Height":"600"}}}
    ]</SystemRequirementsJSON>
    Basically it is this: For Adobe Illustrator CS3 the following is supported: Windows XP SP2, or Vista ONLY
    Not Windows XP SP2 or above, or Windows XP SP2 and Vista or above ...
    The same is in several other files, but not all. Illustrator and InDesign are the 2 that I know of.
    I have 500 odd machines that I need to deploy this software to.
    If Adobe would like to offer a work around with consideration to deploying the software silently via Microsoft SMS to 500 Windows 7 Workstations - I would be most grateful.
    My rage at software installer developers with such little foresight is only tempered by the knowledge that the task itself is so difficult.
    However, that does not excuse the lack of thought given to how enterprise level administrators are supposed to deal with updates, patches, and deployments to machines where users have limited rights, and the difficulty that is caused by the inclusion of unhelpful and sparse documentation and software (such as Adobe Updater).

  • CS3 Silent Install

    I am trying to setup network deployment of CS3 in our office. We are about 60 users and the longest part of setting up a new user is CS 3 Install. I want to get this automated so I can run it as a script with my netinstall.
    I have read through the adobe documentaiton which seems to have all the info in it. I have gone through all the steps and have manged to get it to run the install but it alway s errors out with End Adobe Setup.  Exit code: 6. After that error then I am back to square one and every time I try rerun the install I get End Adobe Setup.  Exit code: 7
    I have had a browse around the internet and it seem quite a common problem, but all the info I can find relates to windows installs. It seems there is not much diffrance between the windows and mac side in terms of commands to run so I have got as far as I can now.
    I have noticed that when i run the install I the installer creates a folder in my /Library/Application Support/Adobe/Installers/ this folder is a seems to be a reandom genrated number and in it, it dumps a setup.app file and some subfolders. It then goes onto to create a folder called /Library/Application Support/Adobe/Installers/R1 which it seem to either move or compile the data from the first folder into.
    When this is done the script errors out. I have noticed that setup.app does not show up it's icon correctly and will not run. It's like the file has erred in the copying process.
    Has any one had any luck with setting this up and have any ideas on how to fix my issue.
    Thanks

    TBH, the biggest problem you are going to face is not the initial installation but the running of all the software patches afterwards. With a disk image of the CS3 disks, install will complete in about 10-15 minutes. Upgrades OTOH may take up to an hour to complete (especially if you forget you're babysitting one) with numerous points where user intervention is required. Also, you need to run the upgrade check from within Adobe Acrobat or Acrobat won't get upgraded.
    I had a long treatise on how to make a working CS3 silent install posted on here at one point, but it was apparently misplaced in the recent Forum Fiasco er, Upgrade... Luckily, I took a text clipping of it and saved it. Hopefully it is helpful...
    BTW, another way to fix error code 7's... flush the contents of /Library/Applications Support/Adobe/Installers. I had a session in there that I apparently failed to delete correctly resulting in more error 7 misery.
    Failing that, the only other way I have been successful in clearing inexplicable error 7's is to do an install using the GUI and then immediately uninstall, again using the GUI. Hopefully that will clear up any lingering weirdness.
    And my final problem that caused the other 2-3 hours of failures? Somehow OS X had appended an invisible ".xml" to the end of my application.xml.override filename. (My own damn fault, didn't realize I hadn't disabled the damnable "hide extensions instead of deleting them" feature on this machine.)
    FWIW, here's my full successful recipe (in my example I'm only installing IDCS3, btw):
    # Create a folder called CS3 Install at the top level of your startup drive.
    # Copy the entire "Applications" DVD into /CS3 Install/ -- it makes a folder called Adobe CS3 Design Premium with your installer goodies.
    # Create a file in called /CS3 Install/install-idcs3-only.xml duplicated from the template in /CS3\ Install/Adobe\ CS3\ Design\ Premium/deployment/install.xml . Customize as necessary for your particular needs--since I only want IDCS3, I deleted everything except the Creative Suite and InDesign payloads from the list of installables in here.
    # Create /CS3 Install/Adobe CS3 Design Premium/payloads/AdobeDesignSuitePremiumen_US_Volume/application.xml.override from the supplied template in the KB, normalizing all double-quotes, and inserting your serial number with no dashes.
    # Make sure ALL web browsers and IM clients have been quit.
    Finally, in Terminal, run:
    sudo /CS3\ Install/Adobe\ CS3\ Design\ Premium/Setup.app/Contents/MacOS/Setup --mode=silent --deploymentFile="/CS3 Install/install-idcs3-only.xml"
    which should exit with Error code 0 (ie, Successful install).

  • PrE-10 Will not start in Win7(x64)

    I sincerely hope this is not redundant, but I have spent days on this forum looking for answers, but with no luck. I have seen many similar questions, but none of the 'fixes' proposed are relevant, or do not work for me.
    History:
    I have been running PrE-10 since its release, on Win-7(32-bit). I recently had a system crash after installing Windows-8 Beta and had to wipe my hard drive and start from scratch. This time I loaded Win-7 (x64). All my original apps I had stored on an external drive. Some re-installed, some not. I had to re-download PSE-10, and PrE-10 as 64-bit apps.
    PSE-10 and the associated Organizer, work fine as before. PrE-10 however does not start. I get the splash screen, with the options of NEW, OPEN and Organizer. Of these, only Organizer opens. The other two options either bring up a Windows Error box 'Pre-10 has failed to start', or it just sits and does nothing.
    It is not a system limitation as I have far more than the requirements needed to run it and as I said, it worked fine in the 32-bit version, and nothing else has changed (that I have input), so I am baffled.
    As I said, I have done many of the proposed fixes I have seen on the forum, if they are pertinent to my system, and even some that were not. I have now completed the reinstallation of most of my applications, and so far only PrE is causing a problem, but it is very important to me as I am working on a project that requires it.
    I have done a Belarc report, but I do not see a link to upload it. I see links for images, videos, tables and weblinks, but nothing for files (pdf). I will attempt to load it as an image and see if this works. I do not want to post it as text or HTML as it is 7 pages long! (Nope, it does not insert). Perhaps someone can tell me how to upload the file.
    Here is a system summary:
    OS Name
    Microsoft Windows 7 Ultimate
    Version
    6.1.7601- Service Pack 1 Build 7601
    Other OS Description
    64-bit
    OS Manufacturer
    Microsoft Corporation
    System Name
    DOUG-IQ775
    System Manufacturer
    HPQOEM
    System Model
    SLIC-CPC (TouchSMart IQ-775)
    System Type
    x64-based PC
    Processor
    AMD Turion(tm) 64 X2 Mobile Technology TL-58, 1900 Mhz, 2 Core(s), 2 Logical Processor(s)
    BIOS Version/Date
    American Megatrends Inc. 5.15, 11/26/2007
    SMBIOS Version
    2.4
    Windows Directory
    C:\Windows
    System Directory
    C:\Windows\system32
    Boot Device
    \Device\HarddiskVolume1
    Locale
    United States
    Hardware Abstraction Layer
    Version = "6.1.7601.17514"
    User Name
    DOUG-IQ775\DOUG
    Time Zone
    US Mountain Standard Time (AZ)
    Installed Physical Memory (RAM)
       4.00 GB
    Total Physical Memory
       4.00 GB
    Current Available Physical Memory  1.68 GB
    Total Virtual Memory
               8.00 GB
    Available Virtual Memory
               5.32 GB
    Page File Space
               4.00 GB
    Page File
    C:\pagefile.sys
    STORAGE
    USB Flash Memory, s/n 001D0F1FCF2DC8C08406020B, rev 1.00
    Generic Flash Disk -- drive 8, 8GB s/n 03483DBB, rev 8.07
    WDC WD16 00BEVS-60RST0 -- drive 7, 160GB  s/n WDC WD1600 WD-WXC108351497
    Generic CF Reader -- drive 5, s/n 058F12M111B, rev 1.01
    Generic SM/SD/MS Reader -- drive 6, s/n 058F12M111B, rev 1.00
    Century EX35SW4_SB4-A USB Device -- drive 1, s/n 011E011D3B, rev 0100
    Century EX35SW4_SB4-B USB Device -- drive 2, s/n 011E011D3B, rev 0100
    Century EX35SW4_SB4-C USB Device -- drive 3, s/n 011E011D3B, rev 0100
    Century EX35SW4_SB4-D USB Device -- drive 4, s/n 011E011D3B, rev 0100
    HARD DRIVES
    c:/D:(NTFS on drive 0) *
    500.11 GB
    k: (NTFS on drive 7)
    160.03 GB
    w: (NTFS on drive 1)
    250.06 GB
    x: (NTFS on drive 2)
    250.06 GB
    y: (NTFS on drive 3)
    250.06 GB
    z: (NTFS on drive 4)
    250.06 GB
    WDC WD16 00BEVS-60RST0 USB Device [Hard drive K:] (160.04 GB) -- drive 7, SMART Status: Healthy
    WDC WD50 00AAKS-65TMA SCSI Disk Device (500.10 GB) -- drive 0, s/n WD-WCAPW3069745, SMART Status: Healthy
    Drives new – drive encryption
    Memory Modules c,d
    1660.37 Gigabytes Usable Hard Drive Capacity
    914.49 Gigabytes Hard Drive Free Space
    CD/DVD
    TSSTcorp DVDR/RW TS-T632L ATA Device [Optical drive]
    Software Versions & Usage
         i  Adobe Download Assistant
         i  Adobe Help
         i  Adobe Photoshop Elements Editor Version 10.0
       ı i  Adobe Photoshop Elements Version 10.0
       ı i Adobe Premiere Elements Version 10, 0, 0, 0
         i  Adobe Systems Incorporated - Elements Organizer Version 10.0
       ı i  Adobe Systems Incorporated - ElementsAutoAnalyzer Version 10, 0, 0, 0
           Adobe Reader and Acrobat Manager Version 1.5.7.0
        i  Adobe Reader Version 10.1.3.23
         i  Adobe Systems, Inc. - Shockwave Flash Version 11,3,300,270
       ı i  Adobe Updater Startup Utility Version 2.2.0.2 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)
       ı i  Adobe® Flash® Player Update Service Version 11,3,300,270
         i  Amazon MP3 Downloader Version 1.0.0.0
         i  Any Audio Converter Application Version 3, 3, 8, 1
         i  Any DVD Converter Application Version 4, 0, 1, 1
       ı i  Apple Inc. - QuickTime QuickTime 7.7.2 (1680.56)
       ı i  Apple Push
         i  Apple Software Update Version 2.1.3
       ı i  Belarc, Inc. - Advisor Version 8.2g
         i  Canon IJ Driver Uninstaller Version 1.2
         i  Canon IJ Utility Uninstaller Version 1, 3, 0, 0
       ı i  CANON INC. - CNSLMAIN.EXE Version 1, 4, 3, 0
         i  CANON INC. - MP Navigator EX Version 1, 0, 7, 0
         i  CyberLink - CLDownloader Version 2.3.0.2715
         i  CyberLink - DZM Version 2.05.3206
       ı i  CyberLink Corp. - PowerDirector Version 9.0.0.2930
       ı i  Google Chrome Version 21.0.1180.75
       ı i  Google Update Version 1.3.21.103
       ı i  GSpot Codec Information Appliance Version 2, 7, 0, 1
       ı i  Igor Pavlov - 7-Zip Version 9.20
       ı i  INR Desk Version 2.0.0.0
       ı i  Microsoft Corporation - Internet Explorer Version 9.00.8112.16421
       ı i  Microsoft Corporation - Windows Installer - Unicode Version 5.0.7600.16385
            Microsoft Corporation - Windows® Search Version 7.00.7600.16385
       ı i  Microsoft Malware Protection Version 4.0.1526.0
         i  Microsoft Network Inspection System Version 4.0.1526.0
       ı i  Microsoft Security Client Version 4.0.1526.0
         i  Microsoft ® Windows Script Host Version 5.8.7600.16385
       ı i  Microsoft® .NET Framework Version 2.0.50727.4927
         i  Microsoft® .NET Framework Version 3.0.6920.5011
         i  Microsoft® .NET Framework Version 4.0.31106.0
       ı i  Microsoft® CoReXT Version 7.250.4232.0
       ı i  Microsoft® Windows® Operating System Version 12.0.7600.16385
         i  OpenOffice.org 3.4 Version 3.04.9590
         i  OpenOffice.org Base Version 3.04.9590
         i  OpenOffice.org Calc Version 3.04.9590
         i  OpenOffice.org Draw Version 3.04.9590
       ı i  OpenOffice.org Impress Version 3.04.9590
         i  OpenOffice.org Math Version 3.04.9590
         i  OpenOffice.org Writer Version 3.04.9590
         i  OpenOffice.org Writer(Web) Version 3.04.9590
       ı i  Orbitdownloader.com - Orbit Downloader Version 4, 1, 1, 1
         i  PlotSoft L.L.C. - PDFill PDF Editor with FREE PDF Writer and PDF Tools Version 9.0.0.9
         i  PlotSoft LLC - PDFill FREE PDF and Image Writer Version 9.0.0.9
       ı i  Realtek - ReStart Application Version 500, 1001, 719, 2007
       ı i  Realtek - RtlService Application Version 700, 1004, 1207, 2009
       ı i  RichVideo Module Version 2.0.1.5417
         i  Safer Networking Limited - Secure Shredder Version 1.9.0.0
         i  Safer Networking Limited - Spybot - Search & Destroy Version 1, 5, 2, 0
         i  Safer Networking Limited - Spybot - Search & Destroy Version 1, 6, 0, 30
         i  Safer Networking Limited - SpyBot-S&D Version 1, 6, 2, 0
       ı i  Safer Networking Ltd. - Spybot - Search & Destroy Version 1, 6, 0, 0
         i  SmartSound Sonicfire Pro Version 5.7.1
         i  Sun Microsystems, Inc. - Java(TM) Platform SE 6 Version 6.0.0.105
         i  The Audacity Team - Audacity® Version 1,3,13,0
    Can anyone help me get this app going... please!!
    Thanks in advance!
    DN

    This is frustrating! I just answered this post at length, but when I posted it it disappered!
    Guess I have to start over and hope for the best!
    Is that an HP laptop?
    No, it is a desktop. However it is an HP 'hybrid'  all-in-one, and uses a lot of laptop hardware and software to keep the low profile case.
    -HP Fingerprint/Password conflict http://forums.adobe.com/thread/911575
    I read this and it does not apply to my system.
    Otherwise, unless I missed it, I do not see mention of your graphics/video card brand/model and driver number
    This is why I asked how to upload the Belarc report! Too much info to post.  Here is the Graphics info.
    Name
    NVIDIA GeForce Go 7600
    PNP Device ID
    PCI\VEN_10DE&DEV_0398&SUBSYS_2A40103C&REV_A1\4&1BC86A40&0&0020
    Adapter Type
    GeForce Go 7600, NVIDIA compatible
    Adapter Description
    NVIDIA GeForce Go 7600
    Adapter RAM
    256.00 MB (268,435,456 bytes)
    Installed Drivers
    nvd3dum,nvd3dumx.dll
    Driver Version
    7.15.10.9804
    INF File
    oem12.inf (nv_NV3x section)
    Color Planes
    Not Available
    Color Table Entries
    4294967296
    Resolution
    1440 x 900 x 59 hertz
    Bits/Pixel
    32
    Display
    Nvidia Flat Screen [Monitor] 19.25" vis
    Driver
    c:\windows\system32\drivers\nvlddmkm.sys (7.15.10.9804, 5.73 MB (6,006,696 bytes), 1/25/2007 6:43 PM)
    Check the ATI or nVidia or ??? website to be sure you have a current driver
    Another interesting story, that! Nvidia/GeForce does an auto detect and correctly identifies the graphics card, and sends me to a link to upgrade the driver. The driver page says it is for Vista x64 and Win7 x64 (even its long name has 'win7-x64' in it). I download and attempt an install, and it comes back with "you are running Windows 7 64-bit. This driver is for Vista only. Installer closing." I went back and tried 4 other Win-7 x64 drivers, all reported the same thing, even though they state on the site they are for Win7 x-64. I then went to the Device Manager and tried to update the driver, but it reported using 'the most current driver available'. So I uninstalled the current Nvidia driver, which put me into VGA mode. I then went to Windows Update and did a search for updates. It found a missing Nvidia driver and called it 'Nvidia Driver for Win7 x64'. I downoaded and installed it and my system returned to normal 1440 x 900 display. I checked the driver info and it is the same driver as the original, including the release date, so apparently the original driver was in fact x64 compatible, and there does not appear to be an updated driver for it.
    Also, for laptops... if that is what you have
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modul es.html
    -http://forums.adobe.com/thread/1001579
    It is not a laptop, but as it uses many laptop softwares and hardware, I will check these and see if they help. I will post the results.
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    There are no DISPLAY options in my BIOS setup. There is also no update available for the BIOS from HP
    Thanks for the help.
    DN

  • PS6b1: "The GPU Sniffer Crashed" Win7 X64

    PS CS6B1 reports "Photoshop detected an error in your display drive" and disables GPU settings when running on Win7 x64 system with Asus EAH 6970 (AMD Radeon 6970) graphics card.  I verfied that the latest Asus/AMD drivers are installed and working properly.
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3200 MHz
    Built-in memory: 24566 MB
    Free memory: 18591 MB
    Memory available to Photoshop: 22238 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    The GPU Sniffer crashed on 3/24/2012 at 8:27:58 AM
    Display: 3
    Display Bounds:=  top: 146, left: 2560, bottom: 1226, right: 4480
    Display: 2
    Display Bounds:=  top: 178, left: -1920, bottom: 1258, right: 0
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1440, right: 2560
    No video card detected
    Serial number: Tryout Version
    Application folder: E:\programs\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: E:\scratch\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      E:\, 1.82T, 1.70T free
    Required Plug-ins folder: E:\programs\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: E:\programs\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1642  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   5,0,10,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Collada 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Maximum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mean 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Measurement Core 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Median 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       MMXCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Picture Package Filter 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Range 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Variations 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       WIA Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       Camera Raw 7.0
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    What display driver version do you have?
    Try this:  Go to the ATI web site (really, it's the AMD web site), and locate and download/install the latest Catalyst package for your hardware and OS (if memory serves, it's 12.3).
    -Noel

  • MDT 2012 Win7 x64 capture fails - boot loop

    Hi everyone,
    I'm pretty new to MDT and having a problem capturing a Win7 x64 reference image.
    It seems to start out fine doing the Sysprep and so on, but then it has to restart the computer and after that it goes into a boot loop. After this, I have been forced to format and reinstall Win7 on the computer. This picture shows what it loops through
    in about 20 seconds - and it shows nothing else than what's on these pictures :)
    www.jaded.dk/boot_loop.png
    I have been Google'ing alot, but can't find any post with the same issue, since most other get an error msg which I dont.
    Here is some info about the setup.
    I'm deploying the task sequence locally using these commands:
    net use * \\mdtserver\DeploymentShare$ /user:domain\username
    cscript \\mdtserver\DeploymentShare$\Scripts\LiteTouch.wsf
    Server running MDT 2012 U1 - Win server 2008 R2, 64 bit
    The laptop on which i'm trying to capture the ref img is a HP Elitebook 8470p. It is fully patched with windows updates and I have installed a few apps like Office 2010, flash player, reader etc.
    The "Rules" on my MDT Workbench is like this:
    [Settings]
    Priority=Default
    Properties=MyCustomProperty
    [Default]
    OSInstall=Y
    SkipCapture=NO
    SkipAdminPassword=YES
    SkipProductKey=YES
    SkipComputerBackup=YES
    SkipBitLocker=YES
    SkipTimeZone=YES
    SkipLocaleSelection=YES
    InputLocale=0406:00000406
    KeyboardLocale=0406:00000406
    KeyboardLocalePE=0406:00000406
    SystemLocale=0406:00000406
    UILanguage=0406
    UserLocale=0406:00000406
    My task sequence looks like this:
    www.jaded.dk/task_seq.png
    I don't know where to find a log of the capture, to get a hint of what has gone wrong.
    Hope you can help me out here :) And please let me know if you need more info.
    Thanks
    Morten

    Thank you both for answering.
    ccatlett_sogeti:
    I didn't seem to have Windows Deployment Services installed on my server. I just installed it and added WinPE boot files as bootimage according to this guide: http://blogs.technet.com/b/manojnair/archive/2011/11/23/exploring-mdt-2012-beta-2-part-6-of-10-integrating-mdt-2012-beta-2-with-windows-deployment-services-wds.aspx
    Is that correct?
    Keep in mind that I don't use PXE at the moment, if that makes any difference :)
    David:
    I will try to add SLShareDynamicLogging. I set it like this - hope it's correct:
    SLShareDynamicLogging =\\MDTSERVER\DeploymentShare$\Logs\%ComputerName%

  • Adobe CS3 - Server 2008 Install Error

    I am in the process of transitioning our organization to a cloud server running Windows Server 2008 x64. I would like to be able to install Creative Suite 3 Design Premium on the new server. I have attempted the install but get the following error at the beginning before the installation will ever really get started "Critical errors were found in setup. Please see the setup log for details". Therefore, I am not able to even start the install.
    I have tried for several hours to research on the web but have not found any definite answer. It does appear that CS3 is not supported by Adobe on Server 2008. Has any one had any luck getting it to install properly on Server 2008? If not CS3, will any of the newer version work on Server 2008 should I choose to upgrade to a newer Adobe product?
    Thank you in advance for any assistance that might be provided. I greatly appreciate it.
    Todd

    Thank you very much for your assistance. I really appreciate it.
    Todd
    Mylenium <[email protected]> wrote:
    Mylenium http://forums.adobe.com/people/Mylenium created the discussion
    "Re: Adobe CS3 - Server 2008 Install Error"
    To view the discussion, visit: http://forums.adobe.com/message/4115952#4115952

  • Could not create WMI locator class (80040154) - Win7 x64 OSD

    Hello All,
    I'm attempting to deploy a Win7 x64 OS to a Dell Optiplex 3010 through SCCM 2012 via PXE, a process I've done many times in the last few months. All of a sudden, on this one machine, I can't get it to work.
    The first strange thing that happened is, after the initial check for a PXE server I am told to "Press F12 for network service boot". I've never seen that before on any other system. Secondly, after supplying the password to begin the OSD process
    I'm met with error message 80040154. An excerpt from my log file is below:
    spLocator.createInstance( ((bUseAdminLocator == true) ? CLSID_WbemAdministrativeLocator : CLSID_WbemLocator ) ), HRESULT=80040154 (e:\nts_sccm_release\sms\framework\core\ccmcore\wminamespace.cpp,264)    TSPxe    1/8/2015 10:00:45
    AM    268 (0x010C)
    Could not create WMI locator class (80040154)    TSPxe    1/8/2015 10:00:45 AM    268 (0x010C)
    spNamespace.Open(c_szCIMv2Namespace), HRESULT=80040154 (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,604)    TSPxe    1/8/2015 10:00:45 AM    268 (0x010C)
    Failed to connect to WMI namespace \\.\ROOT\CIMV2 (Code 0x80040154)    TSPxe    1/8/2015 10:00:45 AM    268 (0x010C)
    TS::Policy::GetClientIdentity (&m_oHttpTransport, m_sSiteCode, sMediaGuid.c_str(), m_sClientGUID, m_sNetbiosName, bUnknown, sServerNames, sImportedClientIdentity), HRESULT=80040154 (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,867)    TSPxe  
     1/8/2015 10:00:45 AM    268 (0x010C)
    I see this error happening for people attempting a Win 8.1 OSD without the proper WMI file. But that's not what I'm trying to do. This exact process has worked on many other Optiplex 3010's and 3020's since May when I started using it. Any suggestions?

    Ok, here's what was happening. Boy do I feel stupid.
    When I went to enter this latest batch of computers into SCCM, I went into the BIOS, copied the MAC, and used it as I should to import the system into SCCM. I assigned it to my OSD collection, then deployed my OSD TS to that collection. This is when I started
    having major issues. Reason being: I transposed two of the digits in the MAC I entered. As a result, the computer booted as part of the “Unknown Systems” collection and was assigned a generic OSD TS that didn’t contain the necessary drivers to complete. I
    never assigned a TS to that collection, and I'm the only one that's been using SCCM for OSD. I can only assume someone else was playing around with it trying to learn and did this themselves.
    When I removed the outdated boot image the Unknown Computers TS was supposed to use, I began being unable to even PXE boot (of course). After trying many and varied solutions (including double-checking the MAC I had written down
    incorrectly), thinking it was a PXE or boot image issue I began looking at the PXE boot logs on my DP. I noticed it kept saying that there were no advertisements to this system, which made no sense. I had deployed an OSD TS to it 5 minutes ago! I finally
    noticed the MAC address was incorrect and fixed it. Guess what? It’s imaging as I type.
    Thanks for all the help guys - lesson learned.

  • CS 5.5 Silent deployment Errors

    Hi,
    I have built a Silent deployment installer for CS 5.5 using "Adobe Application Manager Enterprise Edition".  The Core CS Application installs fine, but there is a problem with the Exception installs for Dreamweaver Widget Browser and Adobe Content Viewer.  When deployed, the deployment logs are coming back with the error "error code 7(The storage control blocks were destroyed)"
    I am using the command lines provided in the exceptions.txt file.  Everything I have found in Adobe support relating to en error code 7 has said to repair the Windows Installer.  This will not be the case here as my test environment are Windows 7 32-bit Base Image (clean state) computers with no other software installed.
    Any help would be greatly appreciated.
    rosy#55

    Hi,
    Thanks for the responses.  Just a quick update as things have changed a bit. 
    I first tried the Adobe Support Advisor.  It only displayed 3 errors, all relating to RAW Camera etc for Photoshop.  The interesting thing is that solution in the KB articles relating to those errors say that I am trying to install CS 4 over CS5...which I'm not....anywho, that doesn't really matter right now.
    I had already used the deployment guide when I built the original package, but I went through it again to make sure I didn't miss anything.
    Long story short, I think I have narrowed it down to it NOT being a CS 5.5 issue, but an AIR issue instead.  I Re-imaged a computer to a clean state and deployed nothing but AIR to it (no CS 5).  I then tried to deploy the Widget Browser via sccm and it again gets the "Storage Blocks Were Destroyed" error in the SCCM logs.  I downloaded an updated version of AIR and fresh copy of WidgetBrowser.air and got the same result.
    I will continue on this sometime next week.  If there are further ideas that may help that would be great!
    Thanks
    Rosy_55

  • No preview of images to place in InDesign CS3 under Windows XP x64

    Just got a new computer running on Windows XP Professional x64 and now I am unable to see images when I try to place them into an InDesign CS3 document like I could when using a 32-bit Windows XP. Am I doomed to never seeing them again or is there a fix floating around out there??!!? This problem occurrs in all of my Adobe CS3 products.

    XP 64 is totally unsupported. Only Vista is supported for 64 bit computing.
    That said if you can post a screenshot or two of what you're looking at perhaps we can spot something.
    Bob

Maybe you are looking for

  • Inserting image in to mysql

    hi i am developing the web application in which i want to put record of in which there is the image and i dont know hove to insrt image in database using jsp or servlet if anyone have anser plz .

  • I cannot access any of my downloaded programs. When I click on the icon I just see the program appear for a split of a second. What can I do?

    I just updated my iPad to 4.3.1 and resented with my computer. Now I cannot access any of my applications. When I click on any icon the application appears for a split second and closes down right away. How can I correct this and re-establish access

  • How do I get iTunes 11.1 onto my 5s?

    I downloaded iTunes to my Windows 7 pc.  I'd like to load iTunes by syncing with my iPhone 5s.  When I plug my 5s in via USB, I get the error:  iPhone cannot be used because it requires iTunes version 11.1 or later.  How do I get iTunes 11.1 onto my

  • Infoobject 0doc_number not activating

    Hi guru's could any one tell me how to activate 0doc_number , which is there in business content,i hv been treing to active in diff ways , but still i could not , plz tell me what could be the problem, how i can activate it thank u hari

  • Photoshop won't update in Creative Cloud. Why?

    The other programs I use update just fine, but I have subscribed to CC for 3 months or so and Photoshop has never successfully updated for me (I have attempted 4 to 5 times during this time period). Any thoughts? Am I doing something wrong? Thanks fo