Hi
I am having an issue with the final page of the wizard. In most templates there is a Checkbox configured that allows the end user to run an executable when the Installation has finished. I would like to hide and disable this checkbox but since I am only an express user it seems like I am not able to.
Is there any templates/theme without this checkbox or is there anyway to disable this checkbox? I don't want to cisplay it when there is no program to run.
Best regards
Hauke
Deactivate the "Launch a program"-Checkbox in the Express Edition
-
- Posts: 31
- Joined: Mon May 16, 2016 5:00 pm
- Contact:
-
- Posts: 31
- Joined: Mon May 16, 2016 5:00 pm
- Contact:
Re: Deactivate the "Launch a program"-Checkbox in the Express Edition
Found out for myself.
I just edited the finish.dfm file and replaced:
with
I just edited the finish.dfm file and replaced:
Code: Select all
IF (checkSuccess.Caption = COMPLETE) THEN RunNow.Visible := True;
with
Code: Select all
IF (checkSuccess.Caption = COMPLETE) THEN RunNow.Visible := False;
Who is online
Users browsing this forum: No registered users and 127 guests