Insufficient Disk Space to Install: WRONG

Ask a Question related to Macromedia Flash Player, Design and Development.

  1. #1

    Default Insufficient Disk Space to Install: WRONG

    Greetings. I'm trying to install the most recent flash player 9.0.45 on an
    elderly computer. It currently has 7.0.19 installed. I am minorly computer
    savvy but staying with a friend who is not and her computer is an OLD HP
    running Windows XP. I've downloaded the installer but receive this error during
    installation:

    You do not have sufficient disk space to complete this installation.
    Please free 5000k and try again.[

    This drive currently has 1.47 GB of free space. I'm baffled. Any help?

    Phainein Terra Guest

  2. Similar Questions and Discussions

    1. Disk space required for install
      I tried to install the IDCS demo last night on my Windows XP laptop, and the install aborted, saying I need 94MB more disk space. I have my hard...
    2. disk space used in AIX 5.1L
      hello, I am using IBM AIX5.1L System. I have 8 hard disk (each 36GB) on this box. 1)How do I check how much physical memory is used in my box?...
    3. more disk space
      My installation cd(xp) is broken, i had dumped it on my HD though, i had only one patition (C:). Now i need to create another patition or at least...
    4. ?Disk Space?
      Hi, I had win xp installed on this pc when I bought it...I just went out and bought my own win xp home cd....before I installed I had a disk space...
    5. Norton antivirus will not install, insufficient privileges
      I have been trying to install Norton Antivirus 2003 on my windows XP professional machine. I am logged on as the Administrator, but i keep getting...
  3. #2

    Default Re: Insufficient Disk Space to Install: WRONG

    Hi Phainein Terra,

    Please see the following forum for possible solutions to this issue:

    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=194&threadid=1259429[/url]

    Darren McNally - Adobe Guest

  4. #3

    Default Re: Insufficient Disk Space to Install: WRONG

    I apologize; it appears that link above is no longer active. I have paraphrased
    the workaround below.

    It sounds like the "C:\" drive is being checked as your primary drive but you
    may be using another drive as your primary. When it checks for available disk
    space on the ?C:\? it returns the error.

    Try the following to work around this issue:

    1. Select Start and choose Run
    2. Type in ?cmd?
    3. Execute the following commands:
    4. subst c: x:\
    where x:\ is your an primary drive
    5. This will create a virtual drive c: from x:
    6. Install Flash Player
    7. After installation, type the following into the command window :
    8. subst c: /d
    9. This will delete c: as a virtual drive.


    Darren McNally - Adobe Guest

  5. #4

    Default Re: Insufficient Disk Space to Install: WRONG

    I have the same problem. But my drive has over 10 GB of free space. And the program acknowledges that my main drive is G.

    Windows XP

    Thanks
    Artur Buchhorn Guest

  6. #5

    Default Re: Insufficient Disk Space to Install: WRONG

    Hi, I just had the same problem with ::

    You do not have sufficient disk space to complete this installation. Please
    free 5000k and try again.

    as I was trying to install most recent flash player for Opera, I uninstalled
    Opera and once I re-installed Opera that problem was gone and I installed
    9.0.45 no problem right away.

    Hope that helps, HonFL

    HonFL Guest

  7. #6

    Default Re: Insufficient Disk Space to Install: WRONG

    The Adobe Flash installer for Windows version "9,0,45,0" checks the
    available space on drive C:\. If there is less than 5 MB available
    installation will fail. It fails silently on MSIE 6 with only the
    message: "Installation Failed [Try Again] or [Cancel]".
    With Firefox it actually says there is not enough space.
    This is a BUG in the Adobe installer. Windows programming 101 says
    "NEVER hardcode drive letters". The installation program should be
    checking one of these environment varibles:
    HOMEDRIVE=E:
    ProgramFiles=E:\Program Files
    SystemDrive=E:
    SystemRoot=E:\WINNT
    windir=E:\WINNT
    As you can see, on my machine Windows is installed on drive E:\.
    This is a Dell PC with a new reinstall of Windows XP SP2.
    I did a fresh install, not an upgrade or repair.
    For some reason Windows XP selected my ZIP-250 removable disk as
    drive C:, the CDROM drive as D:, and the hard disk as E:\.
    -No big deal, as I don't care if Windows is installed on E: instead
    of C:. The point is that Windows did this, not me. I assume a
    lot of other computers out there have the same configuration.
    Since no removable disk was in the ZIP-250 drive, the space
    available on C:\ was 0 MB (zero MB).
    I put a ZIP disk in the drive, and Flash Player installed for
    Firefox with no problems. I removed the ZIP disk, and tried the
    MSIE 6 install again and got the same error:
    "Installation Failed [Try Again] or [Cancel]".
    I shoved the ZIP disk into the drive, clicked [Try Again], and it
    installed. Geez! -That was 2 hours I'll never get back!
    Windows has been out for nearly 20 years now, and some programmers
    still don't know to use the environment varibles? I CANNOT believe
    anyone would hardcode "C:\" into an installation program.
    Why check for disk space anyway? Just install and tell backout
    if things go south. Also, the "subst C: E:\" work-around suggested
    earlier did not work on my system. Likely because C: already was
    present. I haven't used subst since the 1980's on a DOS program.
    Such a work-around is inexcusable.
    Scott Mickey


    scott_mickey Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139