Archive: huh? File not showing up in Destination Folder


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:]


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.

.


Oops.
Sorry about not attaching it. Don't know what I was thinking...
Won't happen again. :o