- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- InstallShield: There Is Not Enough Space on Drive C to Extract the Files
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
InstallShield: There Is Not Enough Space on Drive C to Extract the Files
Receiving the above message just before beginning the install process of my app. Drive C: has over 200G of free space so https://community.flexera.com/t5/InstallShield-Knowledge-Base/There-Is-Not-Enough-Space-on-Drive-C-to-Extract-the-Files/ta-p/4559 does not seem to apply.
However, if I select "Custom" vs "Complete" setup, the install proceeds without error.
We're coming up on a new release and I need to get this fixed. Any suggestions?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Copy the setup to drive where you have more space available(if you have multiple drive available in your machine)
It also happens even if there is enough free space on the drive you are running the file from.
This happens when the TMP or TEMP environment variable is pointing to a drive that does not have enough space.
To avoid this error you need to change the TMP (or TEMP) variable to point to a drive that has enough space.
- Go to Start > Settings > Control Panel.
- Open System.
- Go to the Advanced tab.
- Click on the Environment Variables button.
- Change the TMP (or TEMP) User and System variables to point to a location with more available space.
And see it fixes your issue or not, Even if its not fixed , please check it in new machine and check its failing in new clean machine as well.