Multiple components pages during install
Okay, a few questions here.
I'd like to have 1 or possibly two components pages with the installer.
The first page will ask the user what he wants to install -- let's call this sections X and Y.
The second page will ask the user if he would like to uninstall A,B,C. But this page will only appear if one of A, B, or C is installed. I will have hidden sections and some pre-init logic to determine if A, B, or C is present.
I'm just not sure how to split up the sections to different pages, or not display the 2nd page if none of the uninstall options are available.
Help, please?