Archive: re-display IO page


re-display IO page
not entirely sure, if it's the best way to solve it, but..

i want to check the input of an IO page (comparing two values, which must be the same). can i simply re-display the IO page by calling its function?

is there another/better way meant to do just that?


You should check to see if the values are identical in the leave function of the custom page and call the abort command if they are not. This will prevent the installer from moving to the next page.

Vytautas ;)


ah, great i've just figured what makes a function a leave-function, didn't know that before. thanks a lot!