here are a couple of things i tried
1. extract the file from the installer rather than copying it -> works
2. copying the file using the full path as on my system -> works
3. checking if the source-file and the target-folder exist -> yes
4. checking if $EXEDIR is correct -> yes
$EXEDIR = C:\Program Files (x86)\whyEye.org\PimpBot\ape
CopyFile "$EXEDIR\ape\addborder.ape" "$MyTempDir\ape\addborder" -> crashes installer
CopyFile "C:\Program Files (x86)\whyEye.org\PimpBot\ape\addborder.ape" "$MyTempDir\ape\addborder" -> works
i'm clueless, please please help me!
|