KICHIK -
Another quick question. How is the behavior of this Parameter "FILE /r"?
If there are several recursive directories, like "dir\sub-dir1\sub-dir2", what do I have to be aware?
Seems that the installer doubles (even tribles) the recommended size of space.
Does this parameter creates the sub-dirs as well?
(EXAMPLE:
Section "MySQL4.0.10" secMySQL4
SetOutPath "$INSTDIR\\MySQL4"
FILE /r "C:\\Path\\to\\MySQL4\\*.*"
;MySQL Binaries
SetOutPath "$INSTDIR\\MySQL4\\bin"
FILE /r "C:\\Path\\to\\MySQL4\\bin\\*.*"
;MySQL Data
SetOutPath "$INSTDIR\\MySQL4\\data\\mysql"
FILE /r "C:\\Path\\to\\MySQL4\\data\\mysql\\*.*"
;MySQL Share
SetOutPath "$INSTDIR\\MySQL4\\share\\charsets"
FILE /r "C:\\Path\\to\\MySQL4\\share\\charsets\\*.*"
SetOutPath "$INSTDIR\\MySQL4\\share\\english"
FILE /r "C:\\Path\\to\\MySQL4\\share\\english\\*.*"
SetOutPath "$INSTDIR\\MySQL4\\share\\german"
FILE /r "C:\\Path\\to\\MySQL4\\share\\german\\*.*"