home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.7 / 1997-10_Disc_3.7.iso / soda / sierra.inf < prev   
INI File  |  1997-07-15  |  2KB  |  38 lines

  1. ; The SIERRA.INF
  2. ; This is a sample SIERRA.INF.  To build the INF for your project, start with 
  3. ; this template and make the appropriate modifications.
  4. ; This file must be on the root of the CD if the setup is compiled with _SIERRA defined.
  5. ;
  6. ; Created June 1997-  D'Andre Pritchett
  7.  
  8. ; The Ident Section contains identifying elements concerning the product.  This
  9. ; Information is used within Setup and by Electronic Registration(EREG).
  10. ; It is important the following items are present.
  11.  
  12. [Ident]
  13. ; ProductID is the identifying code used by EREG.  It can be any combination of 
  14. ; alphanumeric characters.
  15. ProductID = 32375
  16.  
  17. ; Version is the version of the application.  This is also used by EREG to identify
  18. ; the product
  19. Version = 1.0
  20.  
  21. ; ShortTitle is used internally to track Registry entries for EREG, AutoUpdate and 
  22. ; other Sierra Utilities.  This should stay the same between versions of the same
  23. ; product
  24. ShortTitle = SODA pDEMO
  25.  
  26. ; The demos section is how Sierra InstallShield supports dynamic demo selection.
  27. ; To support demos, create a 'Demos' subdirectory off of the root directory (where Setup
  28. ; is located).  In this subdirectory place each demo in its own uniquely named subdirectory.
  29. ; Finally add an entry under the Demos section for each demo.
  30.  
  31. [Demos]
  32. ; The demo key format: <directory name> = <title of the product to display>
  33. ; Setup will display the title specified to users when they select the demos to install.
  34. ; In the directory should be the full demo package, including Setup program.  The
  35. ; Setup program must be named _DSETUP.EXE, or the demo will not be installed.
  36. ;BBPRO98 = Front Page Sports: Baseball Pro '98
  37.  
  38.