PDA

View Full Version : How to avoid viewing the files (LabelCurrFileName) of a particular compressed file?


nizcoz
31-05-2017, 06:41
How to avoid viewing the files (LabelCurrFileName) of a particular compressed file? (ISDone 0.6final)

ffmla
31-05-2017, 07:45
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.

nizcoz
31-05-2017, 07:57
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.

ffmla
31-05-2017, 08:11
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.:)

nizcoz
31-05-2017, 10:12
I understand it, but that's not what I want.