How do i re-install my CS4, with no discs?

How do i re-install my CS4, with no discs?
I have InDesign CS from 2003.  At some point I upgraded to Adobe CS4, but I did that online, and never had a disc.
I had to clear my Mac, and reinstall my Mac when it crashed.  I uninstalled my Adobe CS4, and I am now realizing I don't have a way to reinstall.
1.  My Mac won't support the install system on my old InDesign CS disc.
2.  I don't have discs for the CS4.
How do I get my CS4 back?
Joe

Hi josephcarlsonjc
Download CS4 Trial from below link : http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
Follow the instructions carefully to initiate your download...

Similar Messages

  • Problem when install Fireworks CS4 with Window XP

    I have a problem when install Fireworks CS4
    [quote]Adobe Fireworks CS4
    Error:
    Error 1603. Fatal error during installation.[/quote]
    Please help me!
    Thanks!

    Here is a full technote when having problems with Fireworks on Windows XPPro,...  see if there is something there that helps.
    Also make sure that you also install the FWs updater:
    http://www.adobe.com/support/fireworks/downloads_updaters.html
    If nothing helps, then the only thing you can do is contact Adobe Support to see if they can help you.

  • Installing windows games with multiple discs

    When I am trying to install a windows PC game with multiple discs, the install starts out ok, then it asks to insert disc #2. I'm using a Mac Mini, booted into Windows XP SP3. Since there is no manual disk eject button like on a PC machine, how can I eject the current disc in the Mini disk drive to be able to insert the next installation disc?

    I guess when you boot into windows the disc eject key on the apple keyboard doesn't work. But, I found a solution! While installing the game and the message screen came up to install the next disc, I hit the apple/cmd key on my apple keyboard and it brought up the WinXP Start menu. I then opened up the My Computer window and right-clicked on the CD drive, clicked on eject and the disc popped out! I inserted the next disc and the install continued automatically.
    I love being able to run Windows on my Mac. It makes using Windows sometimes almost bearable.

  • How can I re-install the OS with Deskstop Manager for Mac

    I just downloaded the Deskstop manager for Mac, tried to upgrade by BB software and it gave me the JVM Error 513. Luckily I backed up all info cause I know that means the whole thing is erased. How do I on a Mac re-install the software? When I connect it to the computer it does not recognize it?

    Hmm.. that is kind of weird. 
    I did a quick search and came up with this:
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB13003&sliceId=SAL_Pub...
    You should be able to restore software onto your BlackBerry by disconnecting and then reconnecting it. BlackBerry Desktop Manager will have show "Connecting" at the bottom of the window, and then it should eventually recognize that software needs to be releases onto it. 

  • HELP!!! How do I re install some software from the disc that came with my mac? the bundle comes up and it wants to install it all even when I go to customize.

    How do I reinstall some software from the cd that came with my Mac? Have tried to reinstall but when I choose customize it brings up the whole bundle for install. Thank you

    What are you trying to reinstall?

  • How do I re-install updates starting with Acrobat 4?

    I have the original Acrobat 4 which is based on the Classic platform and which will not open on OSX. So how do I get the updates and upgrades to install on this new MacBook?

      http://www.adobe.com/downloads/updates/

  • How do you re-install Lightroom 5, with all data and settings, if your drive has crashed?

    I have a virus which may mean I will have to wipe my HD and re-install software.
    I am concerned about losing data and settings when I re-install LR5.
    Is everything recoverable through the LR catalogue?

    So who do I believe?
    Blog:  http://www.jamoroki.com
    James King
    about.me/jamoroki
      <http://about.me/jamoroki>

  • How get LR5 from desktop to laptop with no disc drive

    How can I get my LR5 loaded on my iMac copied to my MacBook Pro which has no disc drive?

    Thank you. I appear to have done that successfully. Jdorset
    Sent from my iPad

  • Trying to install Abode CS4 design standard Upgrade version. How can I install this with out having to install all my previous versions?  Thanks Mario

    Trying to install Abode CS4 design standard Upgrade version.
    How can I install this with out having to install all my previous versions?
    Thanks
    Mario

    You simply install it and input the required serials, including one of a previous product when asked for it.
    Download CS4 products
    Mylenium

  • I need to install photoshop cs4 extended from a disk to a new computer because my old computer had a hard drive crash. There is no serial number on the back of the case.  How can I obtain a usable serial number?

    I have to install Photoshop CS4 extended on a new computer from a disk because my old computer had a hard drive crash.  There is no serial number on the back of the case.  How can I obtain a usable serial number?

    Find your serial number quickly
    You can activate software without following up and registering it... at least that was the case in the past.  The serial number is normally located on the disc case or a box inside the main box.  If you did not purchase the disc from Adobe then it is possible you would have dealt with a redemption code, in which case it would have been up to you to keep a record of the serial number, especially if you did not follow up and register the software.

  • How to Package Photoshop Extension for cs4/cs5 with manifest.xml

    Hello,
    tl;dr: How can I package my extension for both cs4 and cs5 in a way that respects the extension's window geometry?
    I have a panel that specifies window geometry in it's manifest.xml. When the panel is installed into Photoshop's panels/ folder, the geometry gets ignored, so I'm trying to package the panel as an extension to be installed via the Extension Manager. I have run into different problems for each CS version. I've read quite a few pdfs about the Extension Manager, UCF command line packaging, etc, and have not been able to find a solution that works for both platforms.
    My understaning
    My trial and error research has lead me to understand that the extension's files must eventually end up in the (mac) /Library/Application Support/Adobe/<CSversion>ServiceManager/extensions/ directory. In CS5, if the extension's folder contains a manifest.xml file (ex: /extensions/GuideGuide/CSXS/manifest.xml) that specifies window geometry, Photoshop will respect that window geometry when the panel opens. However, in CS4, this is not enough. From my tests, Photoshop CS4 doesn't seem to do anything with the manifest.xml file. Instead, I had to modify /Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml and add my extension to it's contents. Once I did this, Photoshop CS4 launches my panel and respects it's window geometry.
    The problem with this is that it's a manual installation. I can't ask my users to dig around in their system files to install my panel. In addition, since it's unsigned using this method, it won't work if they're not flagged for debugging. I've started exploring using the Extension Manager, but I have run into problems that I cannot find ansers in the few pdfs about packaging that I've been able to find.
    CS5 Problems
    If I use the UCF command line tool, I can package and sign my file. It installs fine and does what I want. However, using this method, I haven't been able to find a way to specify the author and description that shows up in the Extension Manager.
    CS4 Problems
    The UCF command line tool doesn't appear to make packages that can be installed by CS4, and I haven't been able to find one that is compatable. I've had to result to using the Extension Manager to package my extension based on a .mxi file. The problem I have here is that installing files this way limits me to putting them in the /panels directory, which then causes the panel to ignore the indow geometry. Is there a way with an .mxi file to install in the /Library/Application Support/Adobe/<CSversion>ServiceManager/extensions/ directory and modify the /Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml file?
    There must be, because Kuler and other extensions are installed there.
    Thank you SO much for any help you might provide. I've spent weeks trying to get this to work and have run into nothing but dead ends and wild goose chases.

    Your extension is a CSXS extension. For CSXS extension it's introduced in Extension Manager 2.1. (You can download Extension manager 2.1 from http://www.adobe.com/exchange/em_download/em20_download.html)
    In Extension Manager CS2.1 only MXP package is supported. In Extension Manager CS5 CSXS extension must be packaged by ZXP format. So you have to generate two packages for CS4(mxp) and CS5(zxp)
    For CS5, you can use ucf.jar to generate the zxp package.
    For CS4, you have to create an MXI file and package it by Extension Manager 2.1 to mxp package. Here is a sample CSXS mxi file:
    <macromedia-extension
               name="CSXS_TEST_EXTENSION"
               version="1.0.0"
               type="Command"
               requires-restart="true">
              <author name="Macromedia" />
              <products>
                        <product name="Dreamweaver" version="10" primary="true" />
                        <product name="Fireworks" version="10" primary="true" />
                        <product name="Flash" version="10" primary="true" />
                        <product name="" version="11" familyname="Photoshop" primary="true" />
                        <product name="Illustrator" version="14" primary="true" />
                        <product name="CSXS" version="1" />
              </products>
              <description>
              <![CDATA[
              CSXS extension sample.
              ]]>
              </description>
              <ui-access>
              <![CDATA[
              Extension Name: kuler
              ]]>
              </ui-access>
              <license-agreement>
              <![CDATA[
              ]]>
              </license-agreement>
              <files>
                        <file source="test_extension" destination="" />
              </files>
    </macromedia-extension>

  • How do I re-install Adobe CS6 on a new mac with no disc drive?

    How do I re-install Adobe CS6 on a new mac with no disc drive?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Installing Photoshop CS4 from original Disk onto my new Macbook Pro.  Serial number accepted but now asks for the serial number of a previous version e.g. CS3 which I no longer keep.  How do I resolve ?

    Installing Photoshop CS4 from original Disk onto my new Macbook Pro.  Serial number accepted but now asks for the serial number of a previous version e.g. CS3 which I no longer keep.  How do I resolve ?

    Tina Hadley did you migrate/transfer your applications over to your new Macintosh?  If so this could cause problems with your serial number being recognized.  Please run the available uninstallers located in Applications/Utilities/Adobe Installers folder.  Once this is done you will also want to run the CC Cleaner Tool.  Details on the use of the CC Cleaner Tool can be found at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • Strange System Font in Dreamweaver.  After I installed Dreamweaver CS4 on my Mac, it loaded this strange font as seen in the photo attached.  Anyone know how to fix this?  I have uninstalled/reinstalled many times.  No prob w/ other CS4 programs.

    Strange System Font in Dreamweaver.  After I installed Dreamweaver CS4 on my Mac, it loaded this strange font as seen in the photo attached.  Anyone know how to fix this?  I have uninstalled/reinstalled many times to no avail.  There are no other problems with w/ other CS4 programs, they all have the normal system font.  I can't figure it out.  Thanks!

    Funny fonts issue in PI etc.,
    http://kb2.adobe.com/cps/405/kb405153.html
    Fonts in Dreamweaver panels display incorrectly
    http://kb2.adobe.com/cps/138/tn_13862.html
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • I am running Dreamweaver CS4. I recently installed ADDT-CS4-101-beata. How do I uninstall ADDT-CS4-101-Beta?

    I just installed ADDT-CS4-101-beta, and now I keep getting the Dreamweaver error message "While executing onLoad in ADDT_onOpen.htm, the following JavaScript error(s) occured:
    At line 29 of file "C:\program Files\Adobe\Adobe Dreamweaver CS4\Configuration\Commands\ADDT_0nOpen.js": ADDT is not defined.
    I am in the very early stages of trying to learn this program. I thought that ADDT-CS4-101-beta was a tool box of add ons. So I installed it, and now I keep getting this error message. I am running WINXP Pro with SP3. I thought I would uninstall this program, and everything would go back to normal, and I could continue my learning process, and install this program later, after I had a better idea of what the heck was going on.
    How do I correct this problem? I checked in the WinXP control panel, using "Uninstall Programs", and ADDT-CS4 is not there.

    Still fighting this battle of trying to reinstall CS4 Extension Manager. The problem is that I can not get rid of the previous installation. When I tried to uninstall it using WinXP Pro Control Panel/Add/remove it would fail to remove it. Then I used a software program "Perfect Uninstaller" to remove it, and that seemed to have worked. I say (seemed to have worked), because after I rebooted, I checked Start/programs, and CS4 Extension Manager was no longer shown in the listings. Then I went to Control Panel/Add/Remove, and it no longer was listed. Sooooooo I thought I had everything licked, and I doubled clicked on the Setup.exe file of the newely downloaded CS4 Extension Manager, an it ran through the "Checking Profile", and then started the "Setup Program", and gave me the same old message "System Check" "Adobe Extension Manager CS4 is already installed on this machine."
    "To reinstall please run the installer which performed the original installation."
    I think that it was originall installed when I installed Photoshop CS3, or Photoshop CS4. I can not find my disc for Photoshop CS4. I have the disc for Photoshop CS3, but when I checked that disc for the Extension Manager, I could not find it. Is there any program that will totally rmove the original Extension Manager. Once I can reinstall Extension Manager, I will be able to remove ADDT-CS4-101.
    Thanks for any help.
    Elroy

Maybe you are looking for