/**
* Runs this <code>DefaultPreLoader</code>, by asking the user to confirm that the upgrade
* should be performed, and creating a backup Jitterpak if the user chooses to do so.
*/
public void run() {
Instruction instruction = strategy.getInstruction(projectName);
switch (instruction) {
case CANCEL:
veto();
break;
case UPGRADE: