Quote:
Originally Posted by danswano
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';