My installer collects some information, installs files, then runs a program with parameters built from user input. If the program fails, it's quite likely because of an error in the input, and I'd like to allow the user to go back and correct the values. But I don't see a way to go back to the wizard loop.

Is this possible?