Erpo
14th December 2004 12:03 UTC
compilation failing due to large temporary files
Hello.
I'm trying to create an installer that is larger than the amount of space I have free on my C drive. I can't compile my script because it fills it up with temporary files and then fails.
Is there any way I can get MakeNSIS to use a directory on another drive for temporary files?
[Edit: Corrected a typo.]
RobGrant
14th December 2004 12:09 UTC
Dunno...what if you tried putting
InitPluginsDir
StrCpy $PLUGINSDIR "D:\temp"
...or whatever or your .oninit Function?
RobGrant
14th December 2004 12:48 UTC
Sorry, that was a stupid idea. It won't work.
Afrow UK
14th December 2004 14:18 UTC
Why not compile your installer from another hard drive?
-Stu
kichik
14th December 2004 18:28 UTC
Set your temporary directory to another drive with more free space.
Erpo
15th December 2004 02:51 UTC
problem solved
Set your temporary directory to another drive with more free space.
That worked perfectly. Thanks kichik.