home *** CD-ROM | disk | FTP | other *** search
/ Castle Explorer / DKMMCAST.iso / pc / dksetup / product.inc < prev    next >
Text File  |  1996-09-06  |  625b  |  23 lines

  1. ''$DEFINE SCRUNGED_OR_TEXT
  2. '$DEFINE WITH_UNINSTALL
  3. '$DEFINE NEEDS_WING
  4. '$DEFINE WITH_ORDERING_INFO
  5. '$DEFINE NEEDS_QTW
  6. ''$DEFINE NEEDS_WIN32S
  7. '$DEFINE NEEDS_DIRECTX
  8. '$DEFINE NEEDS_SOUND
  9. Const APP_SHORTNAME = "CASTLE"
  10. Const STR_README = "Castle Explorer Read Me"
  11. Const STR_MSGCAPTION = "Castle Explorer Setup"
  12. Const STR_PRODUCTNAME = "Castle Explorer"
  13. Const DEFAULT_INSTALL_PATH = "\DKMM\CASTLE"
  14. DECLARE SUB RegisterFonts()
  15. Static Sub RegisterFonts()
  16. End Sub
  17. DECLARE SUB CustomIniEntries()
  18. Static Sub CustomIniEntries()
  19. End Sub
  20. DECLARE SUB UninstallOnly(number%)
  21. Static Sub UninstallOnly(number%)
  22. End Sub
  23.