home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / CT / CT9504 / TRYDB201 / INSTALL.INF < prev    next >
INI File  |  1994-10-24  |  4KB  |  95 lines

  1. ;******************************************************************************
  2. ; setup.inf - sample setup information file for Pipeline installation program
  3. ;******************************************************************************
  4.  
  5. ;******************************************************************************
  6. ; Application Section - describes stuff about the application
  7. ;    AppName=a description of the product we are installing
  8. ;    DefDir=the default installation drive/directory
  9. ;    SpaceNeeded=the estimated number of kilobytes we require
  10. ;    DefPMGroup=program manager group file name and group title
  11. ;    Logo=logo file to be displayed
  12. ;    * temporary
  13. ;     TextRed=128    color values to use in "available space" meters
  14. ;     TextGreen=128
  15. ;     TextBlue=128
  16. ;     BGRed=192
  17. ;     BGGreen=192
  18. ;     BGBlue=0
  19. ;******************************************************************************
  20. [Application]
  21. AppName=Dashboard
  22. DefDir=C:\dash
  23. SpaceNeeded=1600
  24. DefPMGroup=dashboar.grp,Dashboard for Windows
  25.  
  26. ;******************************************************************************
  27. ; Disks Section - describe each diskette in the install set
  28. ;  #=printed label on diskette
  29. ;******************************************************************************
  30. [Disks]
  31. 1=Dashboard Disk #1
  32.  
  33. ;******************************************************************************
  34. ; Dirs Section - describe each directory we'll install into
  35. ;     #=directory name
  36. ;     use . for home directory (user specified)
  37. ;         .\dirname for sub-directories within the home directory
  38. ;******************************************************************************
  39. [Dirs]
  40. 1=.
  41.  
  42. ;******************************************************************************
  43. ; Files Section - describe each file to be installed
  44. ;     Description,FileName,Directory#,Diskette#,Compressed?[,expandname]
  45. ;     For now, files should be entered in diskette# order (might sort later).
  46. ;******************************************************************************
  47. [Files]
  48. Program Files,EXEDLL.PAK,   1,1,Y,
  49. Tour Files,TOUR.PAK,   1,1,Y,
  50. Help and Other Files,OTHER.PAK,   1,1,Y,
  51. Sounds,SOUNDS.PAK,1,1,Y,
  52. Registration Files 1,REG.PAK,1,1,Y,
  53. Registration Files 2,REG2.PAK,1,1,Y,
  54. Registration Files 3,REG3.PAK,1,1,Y,
  55. Readme Files,README.WRI,1,1,N,
  56. Readme Files,READADV.WRI,1,1,N,
  57. Readme Files,READTRL.WRI,1,1,N,
  58. Speaker Driver,SPEAKER.PAK,1,1,Y,
  59. Dashboard Remover,DASHZAP.EXE,0,1,N,
  60.  
  61.  
  62. ;******************************************************************************
  63. ; PM Info Section - describe each item to be installed into the PM group
  64. ;     CommandLine,Description[,IconFile,Icon#]
  65. ;******************************************************************************
  66. [PM Info]
  67. $(home)\DASH.EXE,Dashboard 2.0 for Windows
  68. $(home)\README.WRI,Read Me 2.0
  69. $(home)\READADV.WRI,Read Me Advanced 2.0
  70. $(home)\READTRL.WRI,Read Me Trialware
  71. $(home)\DBTOUR.EXE,Dashboard Quick Tour
  72. $(home)\QKTOUR.EXE,Sidekick Quick Tour
  73. $(home)\REGISTER.EXE,Automatic Registration
  74. DASHZAP.EXE $(home),Remove Dashboard 2.0
  75. $(home)\DSHORDER.EXE,Unlock Dashboard
  76.  
  77. ;******************************************************************************
  78. ; Ini Section - describe each item to be created in the products INI file
  79. ;     Section,Item,Value
  80. ;
  81. ;     Macros:
  82. ;        $(home) = base install directory
  83. ;        $(username)
  84. ;        $(company)
  85. ;        $(initials)
  86. ;******************************************************************************
  87.  
  88. [Ini]
  89. ;INI should be in Dashboard directory
  90.  
  91. ;******************************************************************************
  92. ; End Section - nothing here, just indicates end of information
  93. ;******************************************************************************
  94. [End]
  95.