home *** CD-ROM | disk | FTP | other *** search
/ CD Action 20 B / cdactioncoverdisc / 3DUP / SIERRA.INF < prev   
INI File  |  1997-10-09  |  4KB  |  94 lines

  1. [Ident]
  2. ; ProductID is the identifying code used by EREG.  It can be any combination of 
  3. ; alphanumeric characters.
  4. ProductID = 32400
  5.  
  6. ; Version is the version of the application.  This is also used by EREG to identify
  7. ; the product
  8. Version = 1.0
  9.  
  10. ; ShortTitle is used internally to track Registry entries for EREG, AutoUpdate and 
  11. ; other Sierra Utilities.  This should stay the same between versions of the same
  12. ; product
  13. ShortTitle = UPBALL3
  14.  
  15. ; UpdateAfter is used for automatic product updating during the install process.
  16. ; This allows a developer to tell autoupdate that after a certain date there may be
  17. ; patches available, so as part of the installation process go ahead and check for them.
  18. ; If this parameter is missing, then this feature is disables.  This feature requires
  19. ; _SIERRA to be defined.  The format of the date is MM-DD-YYYY.
  20. UpdateAfter = 12-31-2010
  21.  
  22. ; WebPage is used for the web page button.  You can specify the page to open when the 
  23. ; product is selected as the target page.  SierraWeb is the default page if this is left
  24. ; blank.
  25. WebPage = http://www.sierra.com/titles/3dupb3/site/
  26.  
  27. ; Readme is the name of the readme file to display under SierraUtilities.  You will need
  28. ; provide the path to the readme from you application install directory
  29. Readme = readme.txt
  30.  
  31. ; The demos section is how Sierra InstallShield supports dynamic demo selection.
  32. ; To support demos, create a 'Demos' subdirectory off of the root directory (where Setup
  33. ; is located).  In this subdirectory place each demo in its own uniquely named subdirectory.
  34. ; Finally add an entry under the Demos section for each demo.
  35.  
  36. [Demos]
  37. ; The demo key format: <directory name> = <title of the product to display>
  38. ; Setup will display the title specified to users when they select the demos to install.
  39. ; In the directory should be the full demo package, including Setup program.  The
  40. ; Setup program must be named _DSETUP.EXE, or the demo will not be installed.
  41. ;BBPRO98 = Front Page Sports: Baseball Pro '98
  42.  
  43. ; The Bookmarks section is how Sierra InstallShield supports bookmark creation. 
  44. ; As with the demos section this allows dynamic creation, so bookmarks can be 
  45. ; added and removed without recompiling the entire script
  46.  
  47. [Bookmarks]
  48. ; The key format: <URL> = <description>
  49. ; Setup will ask the users if it can create bookmarks, and then it will create them
  50. ; for all of the URL's listed.  If a description is left blank, then Setup will
  51. ; have the description be the URL.  This bookmark is highly sensitive to changes in 
  52. ; the browsers.  If the method the browsers use to store bookmarks changes, then Setup
  53. ; will need to be changed to support the changes.
  54. http://www.sierra.com = The Sierra Web Site
  55.  
  56. ; The System Test section is used for system testing.  If System Testing doesn't need
  57. ; to occur, this section can be left blank.  System Testing only occurs if _SIERRA has 
  58. ; been defined.  System Testing is invisible to the user, with exception to the sound
  59. ; tests.  Unless it is absolutely necessary, it is recommened that the sound testing
  60. ; not occur.  If the user fails one or more of the tests then a dialog is displayed 
  61. ; showing the tests that failed, and allows the user to view the help file with information
  62. ; on the failed test.
  63.  
  64. [System Test]
  65. ; ScreenWidth is the X resolution of the required display
  66. ScreenWidth = 640
  67. ; ScreenHeight is the Y resolution of the required display
  68. ScreenHeight = 480
  69. ; Colors is the number of colors the display must be set for (minimum)
  70. Colors = 256
  71. ; MemKB is the minimum amount of RAM physically present in KB
  72. ; This should be adjusted for the possiblity of Shadow RAM or other RAM
  73. ; being used by BIOS
  74. MemKB = 7500
  75. ; WinVer is the minimum version of Windows required
  76. ; Possible values are:
  77. ; 310 for Windows 3.1x
  78. ; 395 for Windows 95
  79. ; 400 for Windows NT
  80. WinVer = 310
  81. ; Wave is set to 1 if .WAV support is required
  82. Wave = 1
  83. ; MIDI is set to 1 if MIDI support is required
  84. MIDI = 1
  85. ; Processor is the minimum processor type and speed required for this 
  86. ; application.  When setting this value, the format must be
  87. ; processor-speed.  Setup is not intelligent enough to know that a
  88. ; Pentium-60 is equivalent in speed to an 486-100.  Also setup is 
  89. ; unable to make the distinction between processor requirement for
  90. ; CPU functionality and for speed.
  91. ; NOTE: Pentium-100's are not actually 100 MHz but 99 MHz.
  92. Processor = 486-66
  93.  
  94.