This commit is contained in:
Glenn Maynard
2006-05-07 16:47:25 +00:00
parent 60d3b90552
commit cef3eb6790
-1
View File
@@ -246,7 +246,6 @@ Section "Main Section" SecMain
; Do this copy before anything else. It's the most likely to fail.
; Possible failure reasons are: scratched CD, user tried to copy the installer but forgot the pcks.
CreateDirectory $INSTDIR\pcks
CopyFiles "$EXEDIR\${PRODUCT_ID}\${PRODUCT_ID}.app\Contents\Resources\pcks\*.idx" $INSTDIR\pcks 1
CopyFiles "$EXEDIR\${PRODUCT_ID}\${PRODUCT_ID}.app\Contents\Resources\pcks\*.pck" $INSTDIR\pcks 650000 ; assume a CD full of data
IfErrors do_error_pck do_no_error_pck
do_error_pck: