Tolwyn
22nd December 2002 08:19 UTC
huh? File not showing up in Destination Folder
Here's the script.
All files are where they should be on compile, but aren't showing up in destination folder.
I'm expecting all files to be deposited here:
$INSTDIR\missions\net\coop\777avg
But it ain't happening. I don't use NSIS every day... :(
[edited by kichik. please attach large scripts. attached below :down:]
eccles
22nd December 2002 18:00 UTC
Re: huh? File not showing up in Destination Folder
File "C:\tolwyn\build\777avg_gnd-atck_train_01.*"
SetOutPath "$INSTDIR\missions\net\coop\777avg"
You need to reverse these two lines. You must tell NSIS where to extract files to before extracting them. :)
btw, in future, please attach large scripts (say, > 20 lines) as an attachment.
kichik
22nd December 2002 18:04 UTC
.
Tolwyn
22nd December 2002 21:26 UTC
Oops.
Sorry about not attaching it. Don't know what I was thinking...
Won't happen again. :o