Program structure
I want to write my installer so that it executes a section "main" and if the user gave the right input then it can bring up a page, and continue on. Well the compiler tells me I can't put a page in a section. Does that mean i need to break the sections apart and put the page in the middle? How should you structure this?