>then the runtime DLLs should be copied to the extrabin folder by [2]:
>
>CopyFiles "$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\*.dll" "$INSTDIR\extrabin" 
[...]
>CreateDirectory $INSTDIR\backup
>
>CopyFiles $INSTDIR\*.dat $INSTDIR\backup

it could be the quoting "$TEMP\$ORIGINAL_UNTAR_FOLDER\bin\*.dll" and using
wildcards for the files that is causing that file copying fails.



-----
best regards
Helmut
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/G7-blockers-call-tp5157820p5160574.html
Sent from the Grass - Dev mailing list archive at Nabble.com.
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to