Thread
:
ASIS: Advanced Simple Installer Script
View Single Post
#
4
01-01-2021, 09:03
Cesar82
Registered User
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
@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;
Cesar82
View Public Profile
Find all posts by Cesar82