From: <cod...@go...> - 2008-11-24 19:35:36
|
Author: M0E.lnx Date: Mon Nov 24 11:34:42 2008 New Revision: 323 Modified: branches/iVL/.project branches/iVL/MdlLilo.module branches/iVL/installer.gambas Log: More accurate windows install detection. Updated binary Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Mon Nov 24 11:34:42 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=FMain -Version=0.1.7 +Version=0.1.4 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/MdlLilo.module ============================================================================== --- branches/iVL/MdlLilo.module (original) +++ branches/iVL/MdlLilo.module Mon Nov 24 11:34:42 2008 @@ -404,6 +404,7 @@ 'IF sLook LIKE "winnt" OR IF sLook LIKE "windows" THEN IF UCase(sLook) LIKE "WINNT" OR IF UCase(sLook) LIKE "WINDOWS" THEN 'if Exist(sTmpMountPoint &/ sLook &/ + IF Exist(sTmpMountPoint &/ sLook &/ "system32" &/ "winver.exe") OR Exist(sTmpMountPoint &/ sLook &/ "System32" &/ "winver.exe") OR Exist(sTmpMountPoint &/ sLook &/ "SYSTEM32" &/ "winver.exe") THEN ' IF Exist(sTmpMountPoint &/ LIKE "winnt" &/ LIKE "system32" &/ LIKE "winver") THEN @@ -418,7 +419,7 @@ END IF -' END IF + END IF ' END IF NEXT Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |