Author: M0E.lnx
Date: Thu Aug 14 13:25:32 2008
New Revision: 125
Modified:
branches/iVL/.lang/FMain.pot
branches/iVL/FrmInstallSys.class
branches/iVL/installer.gambas
Log:
Moved a little code around to fire up the install process again
Modified: branches/iVL/.lang/FMain.pot
==============================================================================
--- branches/iVL/.lang/FMain.pot (original)
+++ branches/iVL/.lang/FMain.pot Thu Aug 14 13:25:32 2008
@@ -1,4 +1,4 @@
-# /home/moises/area-51/projects/installer/FMain.class
+# /home/vluser/area-51/projects/installer/FMain.class
# Generated by Gambas compiler
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
Modified: branches/iVL/FrmInstallSys.class
==============================================================================
--- branches/iVL/FrmInstallSys.class (original)
+++ branches/iVL/FrmInstallSys.class Thu Aug 14 13:25:32 2008
@@ -37,17 +37,20 @@
' prepare the system
'ME.HIDE_PROGRES_CONTROLS()
-
- ME.FrmProg.Text = " Preparing system for installation "
+ ME.tmCredits.Enabled = TRUE
+MdlSetup.RUN_CREDITS(ClsGlobal.sSourceMnt &/ "CREDIT", ME.tlCredits)
+WAIT 3
+
+ 'ME.FrmProg.Text = " Preparing system for installation "
ME.tlCurrStepLbl.Text = "Current Step"
-
+'STOP EVENT
ME.BEGIN_PROCESS() ' COMMENTED FOR TESTING PURPOSES
'MdlSetup.RUN_CREDITS("/mnt/loop/CREDIT", ME.tlCredits)
-MdlSetup.RUN_CREDITS(ClsGlobal.sSourceMnt &/ "CREDIT", ME.tlCredits)
-ME.tmCredits.Enabled = TRUE
+
+
END
Modified: branches/iVL/installer.gambas
==============================================================================
Binary files. No diff available.
|