Hide text on "Directory"-page
Hi,
I'm currently using GetSize and SetSectionSize with .onVerifyInstDir to make sure the required size is correct when selecting another directory:
Function .onVerifyInstDir
;Check for Winamp installation
IfFileExists $INSTDIR\Winamp.exe Good
Abort
Good:
;Get correct required space
getsize::GetSize $INSTDIR "/M=*.* /G=1 /S=Kb" .R0 .R1 .R2
SectionSetSize ${SecDir} $R0
FunctionEnd
Now, everytime I change the directory, you can see the path to all files in the window (just above the "Choose directory" groupbox), when it's scanning. Just for a brief second. Is there a way to hide that?