View Full Version : How to avoid viewing the files (LabelCurrFileName) of a particular compressed file?
How to avoid viewing the files (LabelCurrFileName) of a particular compressed file? (ISDone 0.6final)
How to avoid viewing the files (LabelCurrFileName) of a particular compressed file? (ISDone 0.6final)
hide that label in your script.
ie. In installing page set
LabelCurrFileName.Hide;
OR
Under create control section in isdone,remove the LabelCurrFileName label.
It'll hide the label in your installer.
hide that label in your script.
ie. In installing page set
LabelCurrFileName.Hide;
OR
Under create control section in isdone,remove the LabelCurrFileName label.
It'll hide the label in your installer.
I want to hide the file names when ONE of compressed files is decompressing.
I want to hide the file names when ONE of compressed files is decompressing.
LabelCurrFileName provide the information about current extracted file.
You may hide it with above method as i told.:)
I understand it, but that's not what I want.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.