how can i disable the next button on welcome page
How can i disable the next button on welcome page, i am using MUI.....
2 posts
Use this in the page's show function. If course, you'd have to re-enable it at some point or your install won't get far! 😉GetDlgItem $1 $HWNDPARENT 1
EnableWindow $1 0