View Single Post
  #243  
Old 11-03-2013, 12:53
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
I've tried this one but after clicking Next on the previous dialog it goes directly to installation.
The Next button should turn into Install button before starting installation

Is it possible?
yes, it's possible. To change button text use curpagechanged and remame button manually.
Code:
if (curpageid=wpselectdir) then wizardform.nextbutton.caption:='Install';
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
danswano (11-03-2013)