Jump to content

bug in installation


Algoro
 Share

Recommended Posts

  • 7 months later...

The thing is that installer needs around 1,5-2 GB of free space on the C disk (in Windows case), even if you are installing it on another disk which has plenty of space. Public.zip is being extracted to Temp folder and then its content copied to the installation folder. So, if you have low disk space on C, you will get this error too. I understand, that this must be a nature of many installers and extractors for Windows, to use temporary folder for extraction, but maybe it is possible to tune it to use the destination folder for extraction. This will probably also increase the installation speed (no need to copy things from one place to another). This can be observed by watching how free disk space changes in C and in the destination drive during the installation.

  • Like 1
Link to comment
Share on other sites

I understand, that this must be a nature of many installers and extractors for Windows, to use temporary folder for extraction, <...>

This seem to be caused by using the SOLID compression option. At least there are some (old) discussions: 1, 2 referring to it.

<...>, but maybe it is possible to tune it to use the destination folder for extraction.

The temp folder is used internally by the installer software (NSIS) rather than controlled by the install script. Maybe the script can temporary override the temp folder location, but this has to be examined and I don't know whether this is a good idea. We also can just warn user that regardles of install location, additional XX GB will be needed on the drive where TEMP dir is located (so he may change the TEMP folder location himself or cleanup some space etc. if needed). Edited by fcxSanya
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...