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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...