I have a few install scripts, with almost the same functionality. I separated same functions to include file with common code, but from time to time I need to override some of those.
Unfortunately, override
at the end as in Delphi doesn't help:
function NextButtonClick(CurPageID: Integer): Boolean; override;