Customizing Adobe CS3 Installation

Adobe CS3We all know that various other components which we don't really need, are bundled with Adobe CS3 products. These few days I came across a little bit and I would like to share my experience with you. So here's a couple tips about having a customized installation. I'll take Photoshop CS3 for examples, the tricks should also apply to other individual CS3 products such as Dreamweaver, Flash, or Illustrator.

Pre-serialization and Suppression

Automatically enter your serial number during installation process.

  1. Create a blank text file using (e.g.) Notepad
  2. Ctrl+c/v or type the following:

    <?xml version="1.0" encoding="utf-8"?>
    <Configuration>
    <Payload>
    <Data key="Serial" protected="0">1234xxxx5678yyyy4321zzzz</Data>
    <Data key="Registration">Suppress</Data>
    <Data key="EULA">Suppress</Data>
    <Data key="Updates">Suppress</Data>
    </Payload>
    </Configuration>

  3. Save as "application.xml.override"
  4. Put it into "payloads\AdobePhotoshop10en_US_volume\"
  5. Run setup.exe and have fun.

To Choose Components during Installation

Add an "Options" step to installation/uninstallation process.

  1. Open folder "payloads\AdobePhotoshop10en_US_volume\"
  2. Open the file "AdobePhotoshop10en_US_volume.proxy.xml"
  3. Search for "<Requires>" (at line #1770)
  4. Delete the whole "<Requires>...</Requires>"
  5. Save
  6. Run setup.exe and have fun

These components are required or recommended:

  • Adobe Anchor Service CS3
    The annoying "Bonjour" service and the licensing service.
    "Bonjour" (C:\Program Files\Bonjour\mDNSResponder.exe) can be disabled manually after the installation but DON'T you delete it! The other one is needed to authorize the running of the application.
  • Adobe Color Common Settings
  • Adobe Color NA Recommended Settings
  • Adobe Type Support
    You need this to add new text layers to existing PSD files which already contain text layers.
  • Adobe Version Cue CS3 Client
    The "Open file" dialog gets errors without this component.

Note: If you're having Web Standard / Premium or Design Standard / Premium instead of stand-alone Photoshop/Dreamweaver/etc., please read this official PDF document carefully to find out the differences of the above two tricks.

Fixing an Installation Error

If you're seeing this error right after the initialization of setup process:

  1. Press "Win+R" to launch "Run"
  2. Enter "cmd" to open the command-line window
  3. Type in "Regsvr32 C:\windows\system32\jscript.dll"
  4. Type in "Regsvr32 C:\windows\system32\vbscript.dll"
  5. Run setup.exe and have fun

Related Posts

88 Responses so far

Leave a comment Subscribe to Comments RSS Trackback this entry

  1. anonymous left a comment

    May 2nd, 2007 3:22 pm

    Thanks, Lemon. The tips are indeed helpful.

  2. iang left a comment

    May 2nd, 2007 4:58 pm

    Great tips! Lemon, I had never heard this before , although I haven't use Photoshop ;p

  3. Jeannette left a comment

    May 3rd, 2007 6:31 am

    Thanks for sharing, very useful.

  4. Woof left a comment

    May 4th, 2007 4:53 am

    Ohh, thanks

  5. Jacob left a comment

    May 4th, 2007 8:38 pm

    I always get error code 7 when attempting to do the silent install... Anyone else experience this?

    When I run setup.exe --mode=Silent from the command line I receive a message confirming that silent mode is executing, but a moment later I receive error code 7 indicating that it was unable to complete the silent workflow.

    My application.xml.override file is as follows:

    SERIALNUMBERHERE
    Suppress
    Suppress
    Suppress

    Thank you,

    Jacob

  6. Dre left a comment

    May 5th, 2007 10:37 am

    does this mean i no longer need to enter my serial number?

    because, I'm having trouble activating my adobe cs3 since i do not know my serial number and i have been searching on the internet and failed to find any key generators.

  7. LEMONed left a comment

    May 5th, 2007 12:43 pm

    @jacob: Sorry I've no idea.

    @Dre: Means you need a valid serial number and you need to enter it once.

  8. Ken Seidman left a comment

    May 5th, 2007 11:22 pm

    I don't have a copy of CS3 yet and I am unsure of the 'standard' installation procedure could you please clarify.

    Is the folder "payloads\AdobePhotoshop10en_US_volume\" placed directly in the root directory, i.e. C:\payloads\... ?

    Thanks for this tip. Users on the Adobe Photoshop Windows Forum have found it useful.

    Ken

  9. Brax left a comment

    May 6th, 2007 9:28 pm

    awesome..i was sure a modification like that would be possible with the installers
    thanks much for that

    Cs3...never had a software installation that troublesome before;
    programs with equally complex functionality just run from an unzipped folder *sigh*

  10. S Simpson left a comment

    May 7th, 2007 6:19 am

    Thanks for the info. Some of this is coming in handy.

    I keep getting an error on startup which is qtcore4.dll. It says it can't run it, or something similar.

    Ever run across that one. I've installed like 3 times now and always get that.

  11. Zeugma left a comment

    May 7th, 2007 9:25 am

    Unzipping and running is great when the application architecture supports it. When you start needing to do things like registering services, COM services, fonts, color profiles, file type and other junk that Windows so brilliantly has in the global machine space, you run into trouble. It is okay if the user is an Administrator...you can just do it at run time when you need to.

    Alas, with Vista the sun may finally be setting on that ill-advised practice that other operating systems abandoned (or never adopted) so long ago. So instead of asking every three seconds to "Cancel or Allow", the global machine fiddling gets shoved in an installer so you only authenticate once. And it also gets shoved into the installer because dealing with these parts of the operating system totally blows and application developers don't want to be bothered with it.

    On Windows in particular, there are a gazillion ways the machine global fiddling can fail (Love the registry! NOT!). With the twiddling in the application, a failure can be dealt with interactively..."Do you want to try and fix this now, or do without the functionality and get on with your work?"...and the developer is forced to think about sane handling of the case where the twiddling can't be done. But if the application is architected to assume the installer has everything setup just perfectly, it just crashes and burns if things are not are not.

    It is a bit like a strongly typed compiled language with basically no runtime smarts (make the installer do everything) versus an interpreted language with a much more sophisticated runtime (make the application handle runtime failures).

    The CS2 installer was an dysfunctional hybrid, ignoring all sorts of install errors. So folks didn't complain about installer problems, but they ended up with a broken application because things were not quite as the application was expecting. Clever way of shifting the blame.

    The CS3 installer is more honest all-or-nothing approach. If it succeeds, you are guaranteed that every last i is dotted and t is crossed and that any problem you subsequently have is a bug in the application itself, not the installation of the application. Installation problems are visible as installation failures instead of masquerading as application failures.

    And if it doesn't succeed, you will wish the UI was a lot more informative about why!

    Do be aware that the second part of the instructions above, about making components selectable, that pretty much voids your technical support warranty puts your machine into a state where future product updates may not work. There are implications of the procedure which are not at all obvious to the casual user.

  12. Zeugma left a comment

    May 7th, 2007 9:31 am

    BTW, you've missed the mark on where Bonjour comes from.

  13. the_gooch left a comment

    May 8th, 2007 4:22 am

    Hi Jacob, I had a similar problem. If you followed the instructions from Adobe when creating the application.override file, their quotes were curly quotes, not straight quotes. That made the xml file unable to parse. The quotes on this site are correct, but it's something to look out for.

  14. mantra left a comment

    May 8th, 2007 2:17 pm

    thanks really love this tutorial

    but does somebody know when i need
    adobe linguistics cs3
    winsost linguistics plugins

  15. alex left a comment

    May 8th, 2007 11:41 pm

    Thanx thats nice!

  16. Andy left a comment

    May 9th, 2007 12:41 am

    Cool!

    I havent got the cs3 package yet, but when i get it ill be sure to check this out.

  17. Jaime left a comment

    May 9th, 2007 3:04 pm

    Talking about customization. If any of you need a new splash screen for Photoshop or Illustrator...

    anetoideblanco.blogspot.com/2007/04/ahora-un-splash-para-photoshop.html
    anetoideblanco.blogspot.com/2007/04/splash-screen-la-cs3.html

    enjoy

  18. cosbeta left a comment

    May 12th, 2007 12:40 pm

    we're in the same city, great design!`

  19. Alan left a comment

    May 16th, 2007 4:19 am

    I did all the above, but my install (Vista ultimate 32) never gets past the setup splash screen. The screen appears for a second, closes and thats's it. Ive tried all this plus everything on the adobe thread except a clean wipe of my drive.

    Now if I reinstall CS3 beta, it goes in fine.

  20. xgman left a comment

    May 17th, 2007 10:15 pm

    None of the fixes work for me either. By the way, why should us usres be responsible for coming up with a fix? Isn't this Adobe's problem? At the price of admission, I think that's the least we can expect from them.

  21. soggit left a comment

    May 20th, 2007 12:37 am

    awesome..i was sure a modification like that would be possible with the installers
    thanks much for that
    so

  22. skivet left a comment

    May 23rd, 2007 2:47 am

    很喜欢你BLOG的风格,我和你有一样的兴趣爱好..
    我的博客 blog.skivet.cn 你可以去看看,反正我做得很用心..呵呵
    做个交换链接行吗?谢谢了..

  23. shazad mirza left a comment

    May 23rd, 2007 7:57 am

    wow great tips lemon well done

    ________________________________________________
    http://www.islam4me.co.uk

  24. Jehebi left a comment

    June 1st, 2007 5:11 pm

    I'm still having that installation error you mentioned after doing what you said, any tips?

  25. Clem left a comment

    June 17th, 2007 5:09 am

    @ Alan

    look at this page, i have the same problem, and now i fixed it:

    http://www.itwriting.com/blog/?p=225

  26. Clem left a comment

    June 17th, 2007 5:19 am

    Open cmd an tipp in:

    c:\Windows\System32\regsvr32 jscript.dll

    it register java or so ..

  27. Daniel left a comment

    June 21st, 2007 10:38 am

    thank you for giving this useful information

  28. TelaKeppi left a comment

    July 2nd, 2007 2:44 am

    Now if someone could give the same instructions for CS3 Web Premium, the mentioned adobe document only gives details for silent install and excluding some of it's applications, not their actual components. So far the only thing i've come up with is downloading the trial versions of Web Premium applications from adobe website and modifying their installers one by one.

  29. versus left a comment

    July 4th, 2007 1:42 am

    I tried this with photoshop i downloaded from adobe website. And it works!! But i also tried to install dreamweaver in that way, but it doesn't work. Any minds?

  30. Freddy left a comment

    July 4th, 2007 5:13 am

    Your tips won't work for me for Dreamweaver CS3, means 'Options' doesn't come up. It installs 35'000 files, more than a clean OS has (WinXP). Completely crazy.

    I used as installation source a downloaded ADBEDRWVCS3_WWE.exe from licensed.adobe.com or similar.

    Thanks for any tips to everybody
    Freddy

  31. Freddy left a comment

    July 4th, 2007 7:52 am

    I digged a bit into Dreamweavers's installation logs. Adobe uses javascripts. Hmm. Allow me to cite from "All information contained herein is the property of Adobe Systems Incorporated.":

    START OF CITATION.
    /***********************************************************************
    1. Subclass WizardPage
    */

    /**
    This is a mess.
    */
    function installationOptions_wp(inController)

    END OF CITATION.

    We already knew it: Adobe has troubles with Windows since many years.

    Greetings, Freddy

  32. jazzncione left a comment

    July 9th, 2007 1:54 pm

    Adobe CS3 Suite Web Premium. 5 times failed shared component install error message. I ran the adobe clean script and reinstalled still no go. Any tips would be greatly appreciated.

  33. dng left a comment

    July 29th, 2007 5:06 am

    Why a Dreamweaver CS3 customed installation didn't work for me? For Photoshop, no problem, but as Freddy said: no 'Options' screen came up for Dreamweaver! What's wrong you Adobe...

  34. Robert left a comment

    July 30th, 2007 9:58 pm

    My 2 cents:

    a) Trim the Requires section, don't delete. Effectively replace with the following:

    CoreTech
    ALM

    CoreTech
    AdobeColorCommonSet

    CoreTech
    AdobeColorNA

    CoreTech
    AdobeTypeSupport

    Creative Suites
    Version Cue Client CS3

    - this hides exactly those components listed as required above.

    b) Trim the EULAs. Delete every ... except where x=en-US. A xml-aware editor like pn2 helps. Reducing the proxy file from 5M down to ~250k speeds up the installer noticeably. The content of each EULA node is an uuencoded XHTML 1.0 file and as such could be edited, but saving another 70k isn't really worthwhile...

    c) I've searched but have not found out how to avoid being forced to close firefox even though relaunching ff immediately after being coerced into closing it does not seem to impact the result or the procedure. This would probably need direct msi editing...

  35. Robert left a comment

    July 30th, 2007 10:00 pm

    Sorry, of course the comment system cut the xml markup. So please extrapolate.

  36. NoWay left a comment

    August 9th, 2007 1:15 am

    It's been impossible for me to replicate this "trick" when installing the Creative Suite Design Premium.
    It seems i don't fully understand what the pdf you refer to explains, because i've tried every combination without success.
    Could you please, PLEASE, write a guide like this one for the full suite ?

  37. Nev left a comment

    September 1st, 2007 6:52 pm

    Anyone figured out how to do this on Dreamweaver CS3?

  38. PeteG left a comment

    September 3rd, 2007 10:09 am

    Found this forum page with a list of possible solutions to the nightmare that is Adobe CS3 installation.

    http://www.deploymentpro.com/forum/showthread/9/Problems_with_installing_Adobe_Creative_Suite_3

    Managed to get my install working with their help.

  39. Pingback received from: Customizing Adobe CS3 Installation
  40. Jay left a comment

    September 18th, 2007 10:31 pm

    Question, my copy had a serial number on the back, but it won't activate, therefore leaving me with the message: 'Product License has expired'. HALP!

  41. Dave left a comment

    September 20th, 2007 1:40 am

    I have adobe master collection and i cant use this option to not install bridge and other crap. there is no file with in whole package (i checked with powergrep every file) does anyone have an idea how to force instal to show options where i could uncheck installation of usless (for me) software ?

  42. dj left a comment

    September 26th, 2007 12:14 pm

    hi. yea im getting this setup error when trying to run the setup. what should i do?

  43. Keith left a comment

    September 27th, 2007 6:09 am

    I'd like to say THANKS A MILLION for resolving my issue with Dreamweaver. The DW trial was installed on my PC by a roommate. He obviously used a shared keygen serial number. I purchased a copy of DW and tried uninstalling the trial DW version on my PC. The program would uninstall, but it left the keygen serial number buried somewhere on my harddrive. I purchase DW extensions that base their unlocks on serial numbers. So I was desperate to get rid of my roommates serial number so I could use the one that I purchased. Several calls to the clueless Adobe help line proved frustrating. All they could advise was for me to either use another PC or format my hard drives. Fortunately I found this blog and the instructions worked perfectly. I was able to replace the buried keygen serial number with the one that I had purchased using the modified application.xml.override file. Thanks again for resolving my problem!!!!

  44. LEMONed left a comment

    September 27th, 2007 7:12 am

    @Keith: Lucky you :)

  45. J.J. Davis left a comment

    September 29th, 2007 3:26 am

    I had previously installed PS CS. Recently installed CS3. When it asks for the serial number of the previous version, I get a message saying that the number I gave is not associated with that version. I've tried everything I could think of and the suggestions I've found online. So far nothing has worked. The only way I can run the program is in trial mode which says I have 27 days left. If anyone can tell me, in a VERY simple way, how to fix this I would be very greatful. I hate that I've paid a lot of money for something that possibly isn't going to work and I can't return it.

  46. Tsiry Ratoveloniaina left a comment

    October 26th, 2007 6:56 pm

    Thanks thanks thanks!!!!

  47. Marko left a comment

    November 4th, 2007 3:33 pm

    Dear all!

    Someone knows how could I install for excemple only Illustator from cs3 without runing the normal installation. I have the problem that my computer has only 500 MB ram and cs3 needs min. 1 GB but when I install Illustrator as single program there are not this limit.

  48. karthik left a comment

    November 22nd, 2007 12:50 pm

    Hi! I have created customized setup.exe for adobe cs3 photoshop. But the thing is, i need a msi as its the requirement from our clients. so, i have tried with various msi builders/ creators and all endup in a mesh. when i run the msi, it invokes the setup.exe. As the Adobe setup.exe does not allow another installation simultaneously, it throws a message stating " another installation in running" i.e the msi which it get invoked. I need to find a solution soon. hope i ll find a solution here.
    Thanks in advance,
    karthik
    kharhtik_v@yahoo.com

  49. Juho left a comment

    November 30th, 2007 3:32 pm

    I have somehow similar problem as Marko. I have Production Premium CS3. I have a laptop and would like to install Flash on it. Trial worked fine. But... my laptop has only 512Mb RAM so I can't install Flash from PPremium package because it demands 1G RAM to even start the installation.

    Can I somehow get around this demand?

  50. ole left a comment

    December 3rd, 2007 3:57 am

    i'm getting this problem too! there's gotta be a way around it... help?

  51. roy left a comment

    December 12th, 2007 1:05 pm

    do you have for mac?

  52. Jose left a comment

    December 15th, 2007 10:53 am

    Thank you for the great info. but does this works w/CS3 Extended? Like I have the SN but not the phone Activation code=/ Please help me.

  53. Lusia left a comment

    December 21st, 2007 2:50 pm

    Here's Adobe CS2 universal ******

    [link removed by LEMONed: no piracy here]

  54. Justin left a comment

    December 23rd, 2007 3:15 am

    hey i have this problem with CS3 Master collection, it basically only goes up to the setup window and dissappears. I was wondering what i could do

    Thanks !

  55. Spades Graves left a comment

    December 31st, 2007 1:51 am

    If you are running into a problem installing any CS3 application; for example, the installation of shared components installs but the application doesn't, do the following:

    Delete the following file:

    C:\Program Files\Common Files\Adobe\Adobe PCD\cache\cache.db

  56. cram-cream. left a comment

    January 21st, 2008 12:32 pm

    hey.

    im having a bit of a problem installing my adobe CS3.
    when i open the exe thing to install it, the blue box comes up, but instead of an error occuring, mine says...

    '' installation cannot continue until the following applications are closed.

    - internet explorer.''

    but this occurs even when internet explorer is NOT up and running.
    its really bugging me, not been able to fix this problem, maybe you could help me.

    many thanks.
    x

    i will add a link soon.

  57. jeronimogroovy left a comment

    January 29th, 2008 4:05 am

    Hi, i try to install "Adoby CS3 Master Collection". when i launch the setup.exe i have a problem... Required 1 GB of Memory... but i have 500 MB memory. Normally lot of programs of CS3 Master i not need them! Basically i need like Photoshop, Dreamweaver. Do you have any tip to SKIP the memory requirements? Thanks!

  58. Sophie left a comment

    February 3rd, 2008 1:46 am

    I've tried installing photoshop cs3 and i keep getting the message that it cannot open because adobelinguistic.dll not found, does anybody know what this is and what I can do? Thanks!

  59. ricmetal left a comment

    February 11th, 2008 2:45 am

    thank you VERY VERY much!! :)

  60. Jonathan left a comment

    February 26th, 2008 10:18 am

    Hi. i'm having the same problem as cram-cream. The installer tells me to close Internet Explorer, even if i'm not using IE. What am I supposed to do?
    many thanks

  61. Adrenalie left a comment

    February 26th, 2008 6:13 pm

    @Spades Graves

    That did the trick for me! Was almost hopeless!

    Thanks

  62. Carsten left a comment

    February 27th, 2008 5:00 pm

    Hi,

    My problem is slightly different, but nevertheless related -- Even though I tell the installer to install the files under D:, it tells me that "some crucial shared files" are nevertheless installed on the system's main drive, which is C: for me. Now, this wouldn't be so much of a problem if "some" weren't 1.4 GB of data, which would only leave about 250 MB on my C: partition, which is actually just big enough to run Windows off of it plus a couple of GB for Common Files (read: 6 GB, of which 2 are still free) -- other programs are by far not as greedy after all. So is there a way to make the installer install the shared files somewhere else than in C:\Program Files\Common Files, or would the only option really be to try and make the C: partition a good bit larger?

    Thanks
    Carsten

  63. Lee left a comment

    March 2nd, 2008 3:34 pm

    hi mate, ive managed to make an msi, use advanced installer 6.1 use the repackager installer, you can get the free version and use it for 30 days or go to http://www.mininova.org for a free full version, all you have to do is when it asks for a exe on the application path, point to cmd.exe in your system 32 folder in windows, then silenty install it or run setup .exe wen this box is open, customize the install then finish, then get rid of the cmd box and it will finish the installation capture using advanced installer and then build it

    sorted

    hope this helps

    Lee

    (School IT Technician in Derbyshire)

  64. J.P. left a comment

    March 9th, 2008 8:28 pm

    If you want to remove Bonjour after installation, follow this:

    1. Open a Windows command prompt (with Administrator privledges) and type the following command: "C:\Program Files\Bonjour\mDNSResponder.exe -remove".
    2. Navigate to the following folder in Windows Explorer: C:\Program Files\Bonjour.
    3. Rename the mdnsNSP.dll file in that folder to mdnsNSP.old.
    4. Restart your computer.
    5. Delete the the Program Files\Bonjour folder.

  65. Ruslan left a comment

    March 12th, 2008 1:00 am

    Many people here are asking how they can do the same thing with Dreamweaver. As you probably already realized modification of CDROM:\Adobe CS3\payloads\AdobeDreamweaver9en_US\AdobeDreamweaver9en_US.proxy.xml doesn't help. It's because installation doesn't use this file. It has another copy of configuration XML file inside Media.cab. Unfortunately I wasn't able to rebuild Media.cab with new XML file. Looks like Adobe installator checks integrity of CABs somehow. So I found workaround. Here is what you heed to do:

    1) Download and install 'Process Explorer' from Microsoft.

    2) Launch Process Explorer and keep it open so you can see list of active processes.

    3) Launch CDROM:\Adobe CS3\Setup.exe and you will see small dialog with progress-bar in it.

    4) Switch to Process Explorer, right click on setup.exe and be prepared to choose "Suspend" item of shown pop-up menu.

    5) Wait till progress-bar _almost_ reaches the end and then execute "Suspend" command in Process Explorer.

    6) Now you have Media.CAB unpacked with real AdobeDreamweaver9en_US.proxy.xml. But where ? :)

    7) Go to the folder C:\Program Files\Common Files\Adobe\Installers\7328fdfcb73660ec8b11d5a3d5c6232\payloads\AdobeDreamweaver9en_US\ and find AdobeDreamweaver9en_US.proxy.xml. I think actual GUID in the path may differ but it doesn't matter
    you can find .xml file using search.

    8 ) Now you know what to do :) Open AdobeDreamweaver9en_US.proxy.xml and chop off element out of it. Save the file.

    9) Switch to Process Explorer, right click on setup.exe again and select item "Resume" in pop-up menu.

    10) Installation will continue and you will see Options which you were dreaming about.

    11) All you need to select is: Adobe Anchor Service, Adobe Default Language, Adobe Help Viewer and Adobe Version Cue CS3 Client.

    12) Now you have 190Mb installation and no crap which you don't need.

    I had to go through this nightmare after 3 days of attempts of installing Dreamweaver CS3 on Windows Vista Ultimate. I wasn't able to manage it with my huge software engineering experience. I wonder how it's even possible to fuck up installation so bad. Shame on you, Adobe. As result I had to downgrade my laptop (VGN-FZ280E) from Vista to XP. Now I can say a lot about anal relationships between Sony and Microsoft. Ask me if you want.

  66. Widu left a comment

    March 24th, 2008 1:07 pm

    Ruslan this works! Many thanks :)

  67. Mandrake left a comment

    April 13th, 2008 5:45 pm

    Anyone solved the problem when installing get message ' close internet explorer' ?

  68. Dr. Dro left a comment

    April 23rd, 2008 3:32 pm

    Same error with CLOSE INTERNET EXPORER but IE is closed and i blocked all traffic with antivirus but still wont get passed that to install. anyone have an idea ? thanks

  69. Petr left a comment

    April 24th, 2008 11:04 am

    Thanks to Ruslan too :-)

    Mandrake: kill iexplorer.exe in task manager

  70. AddisonLai left a comment

    April 28th, 2008 3:22 pm

    i got installation error during the setup inititation, the problem solved after i installed WinRAR.

    try it...

  71. sunil left a comment

    April 29th, 2008 3:01 pm

    THanks so much . This helped lot for me

  72. B. Suleman left a comment

    May 2nd, 2008 10:56 am

    For people with "Licence Expired" error.

    1) First off, delete C:\Program Files\Common Files\Adobe\Adobe PCD\cache\cache.db

    -nota: C:\archivos de programas\archivos comunes\adobe\adobe pcd\cache\cache.db

    2) Then run any of the CS3 (Encore in your case) programs. Click Accept to continue, then enter your serial that used to work. BEFORE clicking next, you'll notice that you have a NEW cache.db file in C:\Program Files\Common Files\Adobe\Adobe PCD\cache

    3) Right click the file, go to properties and make it READ ONLY, and then click next on CS3 after entering your key.

    4) Next, after you get to the register software screen.

    Click "Register Later"

    5) Now it should be working, technically speaking that is, but you're not done yet.

    The register screen should have popped up again. This time, remove the check for "Read Only" from that new cache.db file and select "Do Not Register" from the the top of the register software menu.

    6) Now, as soon as you click continue, make the cache.db file read only again, and LEAVE IT THAT WAY to prevent a possible reoccurrence or Adobe trying to send the patch through again disguised as an "update".

    Remember that if you need to reinstall the serials of any CS3 product which was working prior to the creation since you have created a new cache.db file you must temporarily uncheck the ?read only? properties box for the cache.db.

    Then after inserting the serials and reactivating them close the program and then recheck the box.

  73. Cobra left a comment

    May 5th, 2008 7:50 pm

    msiexec /a "adobe_msi_file.msi" ADOBE_SETUP=1 TARGETDIR=what_ever_folder_you_want

    Do this from a CMD prompt (one folder at a time) for each and every .msi file in the Adobe product. After each .msi file has been extracted this way, move the files inside of what_ever_folder_you_want back to the location of the original .msi file and then delete the CAB file from the original location.

    This will allow you to get an administrative install of your product. It will also allow you to put updated files directly into your install media and allow you to change setup options from the XML files that you normally don't have access to.

  74. Joey left a comment

    May 5th, 2008 11:42 pm

    Hey,
    For the CS3 Master Collection's AdobePhotoshop10en_US.proxy file, after i deleted from to How do i save back to XML file?

  75. Superdonut left a comment

    May 12th, 2008 11:16 pm

    Hello and HELP :)

    I've got Adobe Creative Master Suite 3 with serial number entered and have run the setup.

    NOW, here's the problem: I checked yes for every component to be installed and I'm at the LAST part where it says "FINISHED: You will be asked to complete your product setup the first time you launch."

    I've been thru this a couple of times and I think what happens next is: I restart, My serial # comes up, and I get some kind of new of additional registration # and then it asks me to ACTIVATE BY INTERNET or PHONE, and when I do that it fails, and nothing works.

    Can Anybody Help?

    Disabled and desperate, aka

    Superdonut

  76. Kaytlyn left a comment

    May 25th, 2008 12:32 am

    Thank you so much! This works perfectly! Do you know if this method works for Mac as well? (I'm trying to help a friend patch her own PSCS3.)

    The only thing I would suggest would be to specify the file directory a little more clearly. Other than that, perfect!

  77. Devu left a comment

    June 4th, 2008 4:19 pm

    Instead of a folder named payloads\AdobePhotoshop10en_US_volume\ I have a folder named payloads\AdobePhotoshop10en_US\ and the xml sheet in that folder shows an error when it is opened in IE. What should I do to correct this problem?

  78. Nibi left a comment

    June 5th, 2008 10:28 am

    Hi, I've downloaded cs3, when I've unzipped it, shows as no specific file extension. Do you know what extension can I use to open this file?

  79. Weddings Boca Raton left a comment

    June 12th, 2008 7:05 pm

    I've tried installing photoshop cs3 and i keep getting the message that it cannot open because adobelinguistic.dll not found, does anybody know what this is and what I can do? Thanks!

  80. DarkmareGR left a comment

    June 21st, 2008 6:40 am

    When I try To Instal CS3 It shows me that i have opened the ie but its closed what do i need to do???

  81. kaN left a comment

    July 19th, 2008 8:33 am

    Is it possible to prevent CS3 from adding files to the system partition?

  82. sanjay left a comment

    July 21st, 2008 5:01 am

    thanx

  83. Малыш left a comment

    July 24th, 2008 12:29 am

    Ффух.

  84. Asylbek left a comment

    July 24th, 2008 5:49 am

    Thanks

Leave a Reply