home *** CD-ROM | disk | FTP | other *** search
/ PC Animation Station / pcas.iso / data1.cab / _Support_Language_Independent_OS_Independent_Files / requirements.ini
INI File  |  2002-12-06  |  821b  |  33 lines

  1. ;...to check for minimum system requirements
  2. ;for diagnostic tests
  3. [System Check]
  4.  
  5. ;is USB required for this toy? 1 = true 0 = false
  6. USBRequired = 1
  7.  
  8. ;is a sound card required for this toy? 1 = true 0 = false
  9. SoundRequired = 1
  10.  
  11. ;what is the minimum amount of physical memory recommended for the toy?
  12. ;value is in megabytes
  13. ;i used 31 instead of 32 b/c installshield is sometimes off by enough to round down
  14. MinimumMemory = 31
  15.  
  16. ;is Windows 95 allowed? 0 = No, 1 = Warn, 2 = Yes
  17. Allow95 = 2
  18.  
  19. ;what about nt 4? 0 = No, 1 = Warn, 2 = Yes
  20. AllowNT4 = 0
  21.  
  22. ;what about win2k?
  23. Allow2000 = 2
  24.  
  25. ;what is the minumum CPU speed recommended for the toy?
  26. ;value in megahertz
  27. MinimumSpeed = 233
  28.  
  29. ;what are the minimum display settings
  30. MinHorzResolution = 800
  31. MinVertResolution = 600
  32. MinDisplayBitDepth = 16
  33.