Quote:
Originally Posted by y_thelastknight
yes, there is a code in the procedure CurPageChanged(CurPageID: Integer); which reduce the size of the windows. remove that.
|
Thanks for your reply,
In the script I edit to remove the following section
Quote:
Procedure CurPageChanged(CurPageID: integer);
begin
CurPageChanged1(CurPageID);
end
|
But the installer wizard make all page information to one
page. (All page wizards mixed in to single page)
How to fix it.
Thanks in advance.