From: <cod...@go...> - 2008-07-31 21:38:05
|
Author: M0...@gm... Date: Thu Jul 31 14:37:55 2008 New Revision: 93 Modified: branches/iVL/MdlInstallCustom.module Log: Fixed call in bulk package installer Modified: branches/iVL/MdlInstallCustom.module ============================================================================== --- branches/iVL/MdlInstallCustom.module (original) +++ branches/iVL/MdlInstallCustom.module Thu Jul 31 14:37:55 2008 @@ -393,7 +393,7 @@ PRINT " Installing " & sBulkPath MdlSetup.SHOW_PROGRESS_CONTROLS() FrmInstallSys.tlCurrPkg.Text = "Installing " & File.Name(sBulkPath) - hproc = SHELL "install-pkg " & sBulkPath & Space(1) & ClsGlobal.sTargetMnt & " || echo \'FAILED\'" FOR READ + hproc = SHELL "lzmadec <" & sBulkPath & " | tar -xp -C " & ClsGlobal.sTargetMnt & " || echo \'FAILED\'" FOR READ WAIT 1 IF hproc.State = Process.Running THEN WAIT 1 |