PDA

View Full Version : How to absolutely avoid error such as no enough space in C: dirver?



plipli
04-17-2002, 11:59 AM
Hi all,

Although it is seldom occur, I still want to absolutely avoid the error-- no enough space in C: driver, while unpacking. Does any one know what's the reason that causes the error?

Thank you in advance!

Regards,
Plipli

tw0001
04-22-2002, 12:57 PM
if you want to absolutely avoid it then you can make modification to the setup.ini file in the same folder that has the setup.exe of your setup. There is a value called:

FreeDiskSpace

make this value low, e.g. FreeDiskSpace=1 and then try to re-run the setup.

Ted.

plipli
04-23-2002, 02:36 PM
Thank you, Ted! :)