* 7. Create a test company if desired.
* 8. Give them a message about the tutorial
*/
boolean isInstalled = true;
if (!SetupInfo.getBoolProperty(SetupInfo.IS_INSTALL_ROUTINE_DONE)) {
DoYouWantToInstall inst = new DoYouWantToInstall(null);
if (inst.isDoInstall) {
//the newer database will be installed
SetupInfo.setBoolProperty(SetupInfo.IS_DATBASE_94_UPGRADE_DONE, true);
//change the flag so that we never come here again..!!
SetupInfo.setBoolProperty(SetupInfo.IS_INSTALL_ROUTINE_DONE, true);