home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / MyPersDiar / SETUP.INF < prev    next >
INI File  |  1998-03-19  |  5KB  |  159 lines

  1. ; Setup script for My Personal Diary (32-bit)
  2.  
  3. ; ------------------------------------------------------------------
  4. ; Information
  5.  
  6. [Info]
  7. Name          = My Personal Diary
  8. DefaultDir    = C:\Program Files\CAM Development\My Personal Diary
  9. ReadMeFile    = READMEB4.RTF
  10. Caption       = My Personal Diary Installation
  11. SpaceKB       = 1500
  12. Run           = WINHELP #0\DRYWIN32.HLP
  13.  
  14. ; ------------------------------------------------------------------
  15. ; Additional Directories
  16.  
  17. [Directories]
  18. ;0 = (Reserved) The Installation Directory
  19. ;1 = (Reserved) The Windows Directory
  20. ;2 = (Reserved) The Windows\System Directory
  21.  
  22. ; ------------------------------------------------------------------
  23. ; File List
  24.  
  25. [Files]
  26. Total         = 18
  27.  
  28. ; Required for Uninstall
  29. 0.Name        = SETUP.EXE
  30. 0.Description = Uninstall
  31.  
  32. 1.Name        = DRYWIN32.EXE
  33. 1.Description = My Personal Diary Program
  34. 2.Name        = ENCCOMP.DLL
  35. 2.Description = Encryption Engine
  36. 3.Name        = SPELLMAS.DLL
  37. 3.Description = Spelling Engine
  38. 4.Name        = MASTER.DIC
  39. 4.Description = Spelling Dictionary
  40. 5.Name        = SUGGEST.DIC
  41. 5.Description = Spelling Suggestions
  42. 6.Name        = DRYWIN32.HLP
  43. 6.Description = My Personal Diary Help
  44. 7.Name        = DRYWIN32.CNT
  45. 7.Description = My Personal Diary Help Contents
  46. 8.Name        = TIPS.DAT
  47. 8.Description = Tips Data File
  48. 9.Name        = ORDER.TXT
  49. 9.Description = Order Form
  50. 10.Name        = READMEB4.RTF
  51. 10.Description = Readme File
  52. 11.Name        = VENDOR.DOC
  53. 11.Description = Program Description
  54. 12.Name        = CATALOG.TXT
  55. 12.Description = Catalog
  56.  
  57. 13.Option      = 1
  58. 13.Name        = ADDRBOOK.HLP
  59. 13.Description = Address Book Help
  60. 14.Option      = 1
  61. 14.Name        = ADDRBOOK.CNT
  62. 14.Description = Address Book Help Contents
  63. 15.Option      = 1
  64. 15.Name        = TODO.HLP
  65. 15.Description = To-do List Help
  66. 16.Option      = 1
  67. 16.Name        = TODO.CNT
  68. 16.Description = To-do List Help Contents
  69.  
  70. 17.Option      = 2
  71. 17.Name        = DCONVERT.EXE
  72. 17.Description = Diary Conversion Wizard
  73.  
  74. ; ------------------------------------------------------------------
  75. ; Start Menu Items
  76.  
  77. [StartMenu]
  78. Total         = 4
  79. Folder        = My Personal Diary
  80. 0.Option      = 0
  81. 0.Name        = Uninstall My Personal Diary
  82. 0.Link        = #0\SETUP.EXE
  83. 0.CmdLine     = UNINSTAL.INF
  84. 1.Option      = 0
  85. 1.Name        = My Personal Diary
  86. 1.Link        = #0\DRYWIN32.EXE
  87. 1.CmdLine     =
  88.  
  89. 2.Option      = 1
  90. 2.Name        = My Personal Diary Help
  91. 2.Link        = #1\WINHELP.EXE
  92. 2.CmdLine     = #0\DRYWIN32.HLP
  93.  
  94. 3.Option      = 2
  95. 3.Name        = Diary Conversion Wizard
  96. 3.Link        = #0\DCONVERT.EXE
  97. 3.CmdLine     =
  98.  
  99. ; ------------------------------------------------------------------
  100. ; Registry Items
  101.  
  102. [HKEY_CLASSES_ROOT]
  103. ; Document types
  104. 0.SubKey = .DDF
  105. 0.Data   = MPD.Document
  106. 1.SubKey = MPD.Document
  107. 1.Data   = My Personal Diary
  108. 2.SubKey = MPD.Document\DefaultIcon
  109. 2.Data   = #0\DRYWIN32.EXE,1
  110. 3.SubKey = MPD.Document\Shell\Open\Command
  111. 3.Data   = #0\DRYWIN32.EXE "%1"
  112.  
  113. [HKEY_CURRENT_USER]
  114. 0.SubKey = Software\CAM Development\My Personal Diary
  115. 0.Data   = ForUninstall
  116.  
  117. [HKEY_LOCAL_MACHINE]
  118. ;0.SubKey = Software\CAM Development\My Personal Diary
  119. ;0.Data   = ForUninstall
  120.  
  121. ; For Control Panel Uninstall
  122. 1.SubKey = Software\Microsoft\Windows\CurrentVersion\Uninstall\DRYWIN32
  123. 1.Value  = DisplayName
  124. 1.Data   = My Personal Diary
  125. 2.SubKey = Software\Microsoft\Windows\CurrentVersion\Uninstall\DRYWIN32
  126. 2.Value  = UninstallString
  127. 2.Data   = #0\SETUP.EXE UNINSTAL.INF
  128.  
  129. ; Application Paths
  130. 3.SubKey = Software\Microsoft\Windows\CurrentVersion\App Paths\DRYWIN32.EXE
  131. 3.Data   = #0\DRYWIN32.EXE
  132. 4.SubKey = Software\Microsoft\Windows\CurrentVersion\App Paths\DRYWIN32.EXE
  133. 4.Value  = Path
  134. 4.Data   = #0;
  135.  
  136. ; ------------------------------------------------------------------
  137. ; Options
  138.  
  139. [Options]
  140. ShowStartMenu = 1
  141. ShowOptions   = 1
  142. 1.Text        = Install Optional Help Files
  143. 1.Msg         = Choose this option to install optional help files.  Without them, on-line help will not be available for all features.
  144. 1.Default     = 1
  145. 2.Text        = Install Diary Conversion Wizard
  146. 2.Msg         = Choose this option if you have an existing diary (created with V4.x or V5.x) you want to convert and use.
  147. 2.Default     = 1
  148.  
  149. ; ------------------------------------------------------------------
  150. ; Messages
  151.  
  152. [Messages]
  153. WelcomeMsg    = Setup will copy all files needed to run My Personal Diary to your hard drive, create any necessary directories and update the registry.
  154. StartMenuMsg  = If the option above is checked, setup will create a start menu group for My Personal Diary so you can easily start the program from the Start Menu.
  155. OptionsMsg    = The options above control whether the optional help files and conversion utility will be installed.
  156. DestDirMsg    = Choose the destination directory where setup should copy the files to.
  157. RunMsg        = Would you like to view the help file now?
  158.  
  159.