Deactivate the "Launch a program"-Checkbox in the Express Edition

Got a problem you cannot solve? Try here.
Weatherlights
Posts: 31
Joined: Mon May 16, 2016 5:00 pm
Contact:

Deactivate the "Launch a program"-Checkbox in the Express Edition

Postby Weatherlights » Fri May 27, 2016 10:01 am

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

Weatherlights
Posts: 31
Joined: Mon May 16, 2016 5:00 pm
Contact:

Re: Deactivate the "Launch a program"-Checkbox in the Express Edition

Postby Weatherlights » Fri May 27, 2016 10:12 am

Found out for myself.

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;


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 171 guests