Archive: Enabling the Back button


Enabling the Back button
Here's my problem:
In my installer the first page the user sees is InstallOptions asking whether they'd like to install the app or run it from CD. If they choose Install then I just continue to the Installation Directory page. But the back button is disabled so if the user accidently chose "install" or changed their minds they have to quit the installer and then restart it.

So, is there a way I can enable the back button on the first page of my installer?


I would try using a dummy comps page or lic page so you will have a back button. In the .onPrevPage function rerun the installoptions dialog.