View Single Post
  #11  
Old 18-09-2015, 01:35
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Smile Installation page problem

Quote:
Originally Posted by y_thelastknight View Post
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.
Reply With Quote