View Single Post
  #4  
Old 01-01-2021, 09:03
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
@velanne , do a search in the script (CTRL + F) and search the script for the lines:
Code:
UnInstallCB.Visible
UninstallCB.Show
Place // before each of the lines you find in the search.
Code:
//UnInstallCB.Visible ...
//UninstallCB.Show;
Reply With Quote