Archive: Diesable Cancel Button on Custom Page


Diesable Cancel Button on Custom Page
Hi,

i hav a installer with only one custom page (there is no other page!). Is it possible to disable the Cancel Button also on a custom page?

I've read many posts with a so called pre or show function. Is that something that could help me also?

Thx


You have not specified if you are using InstallOptions or nsDialogs. For InstallOptions, add CancelEnabled=0 in Settings. For nsDialogs,

GetDlgItem $R0 $HWNDPARENT 2
EnableWindow $R0 0

Stu


I'm using InstallOptions ... thx Stu for the reply!