home *** CD-ROM | disk | FTP | other *** search
/ PC Open 9 / pcopen9.iso / win31 / jazz / install.inf < prev    next >
Encoding:
INI File  |  1996-10-10  |  2.7 KB  |  98 lines

  1. ; JAZZ installation script
  2.  
  3. [Application]
  4. Name=jazz
  5. Title=The JAZZ midi sequencer
  6. Directory=c:\jazz
  7. PM Group=The JAZZ midi sequencer
  8. Free Space=2000          ; in kbytes
  9.  
  10. [Disks] 
  11. 1=JAZZ Install Disk
  12.  
  13. [Directories] 
  14. ; List of destination directories (under the main destination directory).
  15. 1=.
  16.  
  17. [SourceDirs]
  18. ; List of directories on the source disks.
  19. 1=.
  20.  
  21. [FileGroups]
  22. ; List of file groups, max 5.
  23. 1=Main Program Files
  24. 2,N=Support for 3-Button Mouse
  25.  
  26. [Windows Files]
  27. ; Files to be installed in \windows\system.
  28. ;
  29. ; <description>=<source name> <dest name> <sourcedir #> <0> <disk #> <Y | N>
  30. ;
  31. ; The last parameter specifies compression (yes or no)
  32. ;
  33. CTL3D Library=ctl3dv2.dl_ ctl3dv2.dll 1 0 1 Y
  34.  
  35. [Files1] 
  36. ;
  37. ; <description>=<source name> <dest name> <sourcedir #> <destdir #> <disk #> <Y | N>
  38. ;
  39. ; The last parameter specifies compression (yes or no)
  40. ;
  41. Latest Changes=changelo.tx_ changelo.txt         1 1 1 Y
  42. Copyright Notice=copying.tx_ copying.txt         1 1 1 Y
  43. JAZZ Config File=jazz2.cf_ jazz.cfg           1 1 1 Y
  44. JAZZ Executable=jazz.ex_ jazz.exe            1 1 1 Y
  45. JAZZ Help Files=jazz.hl_ jazz.hlp            1 1 1 Y
  46. JAZZ Linux Software Map=jazz.ls_ jazz.lsm    1 1 1 Y
  47. The JAZZ song=jazz.mi_ jazz.mid            1 1 1 Y
  48. JAZZ DLL's=jazzdll.dl_ jazzdll.dll            1 1 1 Y
  49. TODO List=todo.tx_ todo.txt                1 1 1 Y
  50. Example file 1=demo1.mid demo1.mid            1 1 1 N
  51. Example file 2=demo2.mid demo2.mid            1 1 1 N
  52. Example file 3=demo3.mid demo3.mid            1 1 1 N
  53. Example file 4=demo4.mid demo4.mid            1 1 1 N
  54. Example file 5=demo.har demo.har            1 1 1 N
  55. Example file 6=demo.rhy demo.rhy            1 1 1 N
  56.  
  57. [Files2] 
  58. JAZZ 3 Button Mouse=jazz3.cf_ jazz.cfg           1 1 1 Y
  59.  
  60. [PM Group] 
  61. ; Zero or more items to go in the Program Manager (or other
  62. ; shell) group.
  63. ;
  64. ; <Item title> [,<executeable>,<icon index>]=<command spec>
  65. ;
  66. ; E.g.
  67. ;
  68. ; Read Me,progman.exe,28=notepad.exe {1}readme.txt
  69. ; Changes=notepad.exe {1}test.txt
  70.  
  71. JAZZ Sequencer={1}jazz.exe
  72. JAZZ Help={1}jazz.hlp
  73. Latest Changes=notepad.exe {1}changelo.txt
  74. Copyright=notepad.exe {1}copying.txt
  75.  
  76. ;Read Me,progman.exe,28=notepad.exe {1}readme.txt
  77. ;Test File=notepad.exe {1}test.txt
  78.  
  79. [Execution]
  80. ; Zero or more program specifications.
  81. ;
  82. ; [W][?]['<Message>']=<command spec>
  83. ;
  84. ; W:            Wait for program termination
  85. ; ?:            Ask yes/no
  86. ; Message:      Message in message box
  87. ; Command spec: Command line, where {n} is replaced by directory
  88. ;
  89. ; E.g.
  90. ;
  91. ; W=notepad {1}readme.txt                           ; Wait for termination
  92. ; W?'Read the ReadMe now?'=notepad {1}readme.txt    ; Ask if execute
  93. ; 'Read this file carefully!'=notepad {1}readme.txt ; Messagebox, then execute
  94. ; dummy=notepad {1}readme.txt                       ; No message, just execute
  95.  
  96. ; W?'Read the ReadMe now?'=notepad.exe {1}readme.txt
  97.  
  98.