info-screen while loading
hello,
i have made an installer which copies files with "copyfiles".
with the following function i get the size of my data:
###################
Function GuiInit
${GetSize} "$EXEDIR" "/S=0M" $0 $1 $2
Pop $0
IntOp $0 $0 * 1024
SectionSetSize ${SecKatalog} "$0"
FunctionEnd
###################
while this function is checking the size of my folder, it will take a minute. depending on the size of the folder.
is it possible to show a info-screen with "the size of the data will be checked" while the function checks the size?
not for a fix time, but for the time of the checking.
can someone tell me how this is possible?
best regards,
eldani