home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / spea / mmedia / sht1295 / sht12953.exe / INSTALL.DAT < prev    next >
Text File  |  1995-12-08  |  1KB  |  41 lines

  1. @DefineDisk
  2.     @Label = "Drivers for Windows"
  3.  
  4. @If(@OS!=4)
  5.  @BeginLib SPENERGY.LIF
  6. /*
  7.   @F SPENERGY.EXE @O @WindowsDrive:@WindowsDir\\SPENERGY.EXE @Group w
  8. @If(@L==2)
  9.   @F SPENERGY.GER @O @WindowsDrive:@WindowsDir\\SPENERGY.TCO @Group w
  10.   @F   DPMS_D.HLP @O @WindowsDrive:@WindowsDir\\SPENERGY.HLP @Group w
  11. @Else
  12.   @F SPENERGY.ENG @O @WindowsDrive:@WindowsDir\\SPENERGY.TCO @Group w
  13.   @F   DPMS_E.HLP @O @WindowsDrive:@WindowsDir\\SPENERGY.HLP @Group w
  14. @Endif // @L
  15. /**/
  16.   @F SPENERGY.EXE @Group w
  17. @If(@L==2)
  18.   @F SPENERGY.GER @O SPENERGY.TCO @Group w
  19.   @F   DPMS_D.HLP @O SPENERGY.HLP @Group w
  20. @Else
  21.   @F SPENERGY.ENG @O SPENERGY.TCO @Group w
  22.   @F   DPMS_E.HLP @O SPENERGY.HLP @Group w
  23. @Endif // @L
  24.   @F   V7DPMS.DLL @O @WinSysDrive:@WinSysDir\\V7DPMS.DLL @Group w
  25.  @EndLib
  26. @Endif // @OS
  27.  
  28. @EndDisk
  29.  
  30. @SetINI("car1k.drv", "noflicplay", "1", "SYSTEM.INI")
  31. @SetINI("V7SETUP", "InstPath", "@OutDrive:@SubDir", "SPEA.INI")
  32. @WinExec2("@InDrive:@GetCWD(@InDrive)\\V7SETUP.EXE /B /C", 1, (-1))
  33. @SetINI("car1k.drv", "noflicplay", "0", "SYSTEM.INI")
  34.  
  35. @If("@StartupDir" != "\\")
  36.  @ChDir("..\\util1")
  37.  @Chain("Utilities & MCI Drivers, Disk 1 of 2", "..\\util1\\INSTALL.DAT", "NACHV7SETUP")
  38. @Else
  39.  @Chain("Utilities & MCI Drivers, Disk 1 of 2", "INSTALL.DAT", "NACHV7SETUP")
  40. @Endif
  41.