home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 December / DKMMSAMP.iso / DKSETUP / PRODUCT.INC < prev    next >
Text File  |  1996-04-19  |  481b  |  16 lines

  1. '$DEFINE SCRUNGED
  2. '$DEFINE WITH_UNINSTALL
  3. '$DEFINE NEEDS_WING
  4. '$DEFINE WITH_ORDERING_INFO
  5. Const APP_SHORTNAME = "SAMPLER"
  6. Const STR_README = "Dorling Kindersley Sampler Read Me"
  7. Const STR_MSGCAPTION = "Dorling Kindersley Sampler Setup"
  8. Const STR_PRODUCTNAME = "Dorling Kindersley Sampler"
  9. Const DEFAULT_INSTALL_PATH = "\DKMM\SAMPLER"
  10. DECLARE SUB RegisterFonts()
  11. Static Sub RegisterFonts()
  12. End Sub
  13. DECLARE SUB CustomIniEntries()
  14. Static Sub CustomIniEntries()
  15. End Sub
  16.