home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / cn21demo / install.ini < prev    next >
INI File  |  1995-06-28  |  3KB  |  143 lines

  1. [COMMENT]
  2.  
  3. ; Below first half of the line is file name to be added,
  4. ; and the second half is the keyword for FT which will look for
  5. ; it in INSTALL.MSG which is language dependant file.
  6.  
  7. [INIT]
  8. ;these files are the install program
  9. $Install.exe*
  10. $DDInst.DLL*
  11. $Install.ini*
  12. $Install.msg*
  13. $lzexpand.dll*
  14. $hmmem1.dll*
  15. $hmpv2.dll*
  16. $hmtxtout.dll*
  17. $meter.dll*
  18. $hmutil.dll*
  19. $ctl3DV2.dll*/SYSTEM/
  20.  
  21. [OPTIONS]
  22. ; general install options
  23. $Install*30461
  24. $Method*None
  25.  
  26. ;number of installation diskettes
  27. $NbDisks*1
  28.  
  29. ;total number of files, for the meter
  30. $nbfiles*51
  31.  
  32. ;name which has to figure in the D1, D2 etc files
  33. ;should be the main program name
  34. $ProgName*CNOTES
  35.  
  36. ;space necessary on the hard disk
  37. $DiskSpace*2000
  38.  
  39. ;target directory proposed
  40. $Target*C:\CNOTES
  41.  
  42. ;Proposed group name
  43. $GroupName*Composer Notes 2.1 Demo Version
  44.  
  45. ; will we prompt for the group
  46. $AskGroup*Yes
  47.  
  48. ;Main file names, Zero to three, called Mainfile1, Mainfile2, Mainfile3
  49. $MainFile1*CNOTES.EXE
  50. $MainFile2*CNOTES!.EXE
  51.  
  52.  
  53.  
  54. [DISK1]
  55. ; ALL files to be copied should be in this part
  56. ; if there is no second part, copy will copy the file to the
  57. ; destination chosen by the user
  58. ; if the second part is /WINDOWS/ the file will be copied to the windows
  59. ; directory. Anything else will be a subdirectory of the one chosen
  60. ; by the user
  61.  
  62. $WHFLDLGD.DL_*
  63. $HMMEM1.DLL*
  64. $HMUTIL.DLL*
  65. $WHICONDL.DL_*
  66. $CNOTES!.EXE*
  67. $CNOTES.EXE*
  68. $WHCAPT.DL_*
  69. $WHGENIE.DL_*
  70. $WHTRPTXT.DL_*
  71. $CNOTES.MS_*
  72. $HMPV2.DLL*
  73. $BOXPAGE.BM_*
  74. $WHLOGO.BM_*
  75. $HMTXTOUT.DLL*
  76. $CNOTES.HL_*
  77. $CNOTES.ID_*
  78. $CNOTES.HY_*
  79. $CNOTES.IH_*
  80. $CNOTES.TX_*
  81. $WELCOME.HL_*
  82.  
  83. $WHEDPRIN.DL_*
  84. $WHEDPRIN.DL_*/WINDOWS/
  85. $EWHELP.DL_*
  86. $EWHLOAD.EX_*
  87. $EWHELP.HL_*
  88.  
  89.  
  90. $WRITUTR.H_*TUTORIAL\
  91. $WRITUTR.HL_*TUTORIAL\
  92. $WRITUTR.HP_*TUTORIAL\
  93. $WRITUTR.RT_*TUTORIAL\
  94. $CALCTUTR.H_*TUTORIAL\
  95. $CALCTUTR.HL_*TUTORIAL\
  96. $CALCTUTR.HP_*TUTORIAL\
  97. $CALCTUTR.RT_*TUTORIAL\
  98.  
  99. $CONBUT1.BM_*TUTORIAL\TUTRBMP\
  100. $CONBUT2.BM_*TUTORIAL\TUTRBMP\
  101. $CONBUT3.BM_*TUTORIAL\TUTRBMP\
  102. $OPEN.SH_*TUTORIAL\TUTRBMP\
  103. $WRTCHAR.SH_*TUTORIAL\TUTRBMP\
  104. $WRTDOC.SH_*TUTORIAL\TUTRBMP\
  105. $WRTEDIT.SH_*TUTORIAL\TUTRBMP\
  106. $WRTFILE.SH_*TUTORIAL\TUTRBMP\
  107. $WRTFIND.SH_*TUTORIAL\TUTRBMP\
  108. $WRTHELP.SH_*TUTORIAL\TUTRBMP\
  109. $WRTMNMEN.SH_*TUTORIAL\TUTRBMP\
  110. $WRTMNWIN.SH_*TUTORIAL\TUTRBMP\
  111. $WRTPAR.SH_*TUTORIAL\TUTRBMP\
  112.  
  113. $CNOTES.MS_*DELIVER\
  114. $HMMEM1.DLL*DELIVER\
  115. $HMTXTOUT.DLL*DELIVER\
  116. $WHCAPT.DL_*DELIVER\
  117. $WHTRPTXT.DL_*DELIVER\
  118. $README.TX_*DELIVER\
  119. $CTL3DV2.DLL*DELIVER\
  120.  
  121. $DEMOTUTR.WR_*
  122.  
  123. [ICONS]
  124. $CNOTES.exe*HMAKER
  125. $CNOTES.hlp*HMHLP
  126. $WELCOME.hlp*WELCOME
  127.  
  128. [DELETE]
  129. ;Following are the files which will be deleted from the
  130. ;hard disk after installation
  131. $Install.exe*
  132. $Install.ini*
  133. $install.msg*
  134. $install.txt*
  135.  
  136. [LAUNCH]
  137. ; This is the file which will be launched automatically after the installation
  138. ; is finished.
  139. $WELCOME.HLP*TARGET\
  140.  
  141.  
  142.  
  143.