Archive: question abt ini and button validation


question abt ini and button validation
i m doing an installer where i need to create the ini page myself.i am using section to let the user to choose for the application that they want to install, after the user check on the checkbox selection , then the installation will start.

my problem now is , i have more than one ini page in an installation file, i DO NOT KNOW HOW TO LINK THE INI PAGE TOGETHER.

besides that, i would like to do button validation in the ini page i create...i would like to redirect the the installation to anotthe ini page, is it possible??

hope to hear from u all soon, i search through the forum, buti still cant get the answer i want...


Use Flags=NOTIFY on the button. It will then act like a Next button except the button's field number will be written to Settings>State which you can check in your Leave function.

Stu