LoicFr

Results 2 comments of LoicFr

Hello, I confirm that this issue appears in Inno Setup 6 but not in Inno Setup 5. Did you manage to solve it ?

Thank you very much, by adding this code at the end of my Inno Setup script it indeed works well. ``` procedure CurPageChanged(CurPageID: Integer); begin WizardForm.CancelButton.Top := WizardForm.NextButton.Top; end; ```