wolf67
1st July 2004 07:51 UTC
Redirect Setup.exe
Is there a way to control the library where "setup.exe" is created? I write a filepath for example "C:\Test\setup.exe"
but when i compile it can´t create the directory "Test". When the directory "Test" exist already it´s all OK. I must create the directory on the run. Any ideas? Could i create the directory fom the script?
deguix
1st July 2004 10:57 UTC
Could i create the directory fom the script?
If you can't create a folder with that option there is no way to do it without changing the NSIS source. I think that is easily changeable and probably be included as soon as kichik comes in. (Am I exaggerating?)
wolf67
1st July 2004 13:10 UTC
Any other ideas anyone?
palmer_tr
1st July 2004 14:26 UTC
You could use the !system compiler utility command to execute a system command and make sure that your directory is created.
Joost Verburg
1st July 2004 15:04 UTC
Execute a batch file using !system.
zimsms
2nd July 2004 14:03 UTC
It would be nice if the path specified in $OUTFILE was created automatically by the compiler if it doesn't exist. That is as long as the specified device exists.