View Single Post
  #2  
Old 31-05-2017, 07:45
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Quote:
Originally Posted by nizcoz View Post
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.
Reply With Quote