home *** CD-ROM | disk | FTP | other *** search
/ Dance eJay 4 / Dance_eJay4.iso / ejay / eJay / instinst < prev    next >
Text File  |  2001-07-26  |  5KB  |  283 lines

  1. #######################
  2. #COMMON Programminfos #
  3. #######################
  4.  
  5. #Name of exe-file that is started in addition to oset.exe
  6. STARTEXE=msttsl.exe
  7.  
  8. #Name of exe-file that is started in addition to oset.exe
  9. STARTEXE=spchapi.exe
  10.  
  11. #Name of Inf-File of product to install
  12. INFFILE = d_eJay4.inf
  13.  
  14. #Path to Installerexe and Programexe (beneath rootdir)
  15. EXEPATH = ejay\ejay\
  16.  
  17. #This folder is addad to installation path if installationpath does not end with this folder
  18. DEFAULTDIR = Dance4
  19.  
  20. #Productname for name in taskbar and for name of messageboxes
  21. PRODUCTNAME = Dance eJay 4
  22.  
  23. #Name of Helpfile except of the french one (without .hlp and countrymark)
  24. HELPFILE = Dance4
  25.  
  26. #Name of the french Helpfile as above
  27. HELPFILEFR = Dance4
  28.  
  29. #the name of the lokalized textfile without countrmark)
  30. TEXTFILE = d_eJay4
  31.  
  32. #Path of the original inffile
  33. INFSOURCEPATH = ejay\pxd\
  34.  
  35. #name of the original inffile
  36. INFSOURCEFILE = dance40.inf
  37.  
  38. #name of the blockfile that is lokalized in same dir as infsourcefile
  39. BLOCKFILE = dance40
  40.  
  41. #path of the blockfile
  42. BLOCKFILEPATH = ejay\pxd\
  43.  
  44. #name of the updatefile
  45. UPDATEFILE = dance4update.exe
  46.  
  47. #name of the mainexewindow, to finish application if deinstaller starts
  48. WINDOWNAME = Dance eJay 4
  49.  
  50. #name of mainexe
  51. EXEFILE = d_ejay4.exe
  52.  
  53. #True if samplegroups of importsamples have to be changed, 'false if not->changes see in "ReadSample_Gruppe─ndern"
  54. CANGESAMPLEGROUP = False
  55.  
  56. #first sampleimport will be done first further import will not be able to overwrite samples imported before->most important import should be first for example dance3 before dance2 
  57. #SAMPLEIMPORT
  58. SAMPLEIMPORT
  59. IMPORTINFFILE=d_eJay3.inf
  60. IMPORTBLOCKFILE=dance30
  61. IMPORTKENNUNG=[D3]
  62. SAMPLELOCATION=1
  63. #SAMPLEGRUPPENZUORDNUNGSTABELLE
  64. SAMPLETABLE
  65. 0=0
  66. 1=1
  67. 2=2
  68. 3=3
  69. 4=4
  70. 5=5
  71. 6=6
  72. 7=7
  73. 8=8
  74. 9=9
  75. 10=10
  76. 11=11
  77. 12=12
  78. 13=13
  79. 14=14
  80. 15=15
  81. 16=16
  82. 17=17
  83. 18=18
  84. 19=19
  85. 20=20
  86. 21=21
  87. 22=22
  88. 23=23
  89. 24=24
  90. 25=25
  91. 26=26
  92. 27=27
  93. 28=28
  94. 29=29
  95. 30=30
  96.  
  97. #SAMPLEIMPORT
  98. SAMPLEIMPORT
  99. IMPORTINFFILE=d_eJay2.inf
  100. IMPORTBLOCKFILE=dance20
  101. IMPORTKENNUNG=[D2]
  102. SAMPLELOCATION=1
  103. #SAMPLEGRUPPENZUORDNUNGSTABELLE
  104. SAMPLETABLE
  105. #alte Gruppe=neue Gruppe
  106. 0=0
  107. 1=1
  108. 2=2
  109. 3=3
  110. 4=4
  111. 5=5
  112. 6=6
  113. 7=7
  114. 8=8
  115. 9=9
  116. 10=10
  117. 11=11
  118. 12=12
  119. 13=13
  120. 14=14
  121. 15=15
  122. 16=16
  123. 17=17
  124. 18=18
  125. 19=19
  126. 20=20
  127. 21=21
  128. 22=22
  129. 23=23
  130. 24=24
  131. 25=25
  132. 26=26
  133. 27=27
  134. 28=28
  135. 29=29
  136. 30=30
  137.  
  138. #BACKGROUND
  139. NAME=BACKGROUND
  140. PASSIVE = instpic.jpg
  141. BGCOLOR = 2365F3
  142.  
  143. #########
  144. # Buttons #
  145. #########
  146.  
  147. # HELP-Button
  148. #Never change ButtonNames!!!
  149. NAME=HELP
  150. TOP = 415
  151. LEFT = 532
  152. #width and height are not free to choose, they are defined by the size of the pictures (passive and active, both must have the same size)
  153. #same with other buttons that load pictures
  154. PASSIVE = help_p.bmp
  155. ACTIVE = help_a.bmp
  156.  
  157. # BROWSE-Button
  158. NAME=BROWSE
  159. TOP = 530
  160. LEFT = 627
  161. PASSIVE = browse_p.bmp
  162. ACTIVE = browse_a.bmp
  163.  
  164. #Up-Button
  165. NAME=UP
  166. TOP = 415
  167. LEFT = 565
  168. PASSIVE = up_p.bmp
  169. ACTIVE = up_a.bmp
  170.  
  171. #Down-Button
  172. NAME=DOWN
  173. TOP = 415
  174. LEFT = 589
  175. PASSIVE = down_p.bmp
  176. ACTIVE = down_a.bmp
  177.  
  178. #Check1-Button
  179. #NAME=CHECK1
  180. #TOP = 500
  181. #LEFT = 100
  182. #PASSIVE = check1_p.bmp
  183. #ACTIVE = check1_a.bmp
  184. #Check-Button has a function that is executed while installation is running
  185. #FUNCTION=SCREENSAVERINSTALLATION
  186.  
  187. #Buttons that don't load a picture need the height and width information. they need altough the fontsize and the fontcolor (in BGR hex)  information
  188.  
  189. #CANCEL-Button
  190. NAME=CANCEL
  191. TOP = 572
  192. LEFT = 660
  193. WIDTH = 135
  194. HEIGHT = 19
  195. FONTSIZE = 10
  196. FONTCOLOR = FFFFFF
  197.  
  198. #MAXIMALINSTALLATION-Button
  199. NAME=MAXIMAL
  200. TOP = 572
  201. LEFT = 517
  202. WIDTH = 135
  203. HEIGHT = 19
  204. FONTSIZE = 10
  205. FONTCOLOR = FFFFFF
  206.  
  207. #MINIMALINSTALLATION-Button
  208. NAME=MINIMAL
  209. TOP = 572
  210. LEFT = 375
  211. WIDTH = 135
  212. HEIGHT = 19
  213. FONTSIZE = 10
  214. FONTCOLOR = FFFFFF
  215.  
  216. #QUICKSTART-Button
  217. #NAME=QUICK
  218. #TOP = 572
  219. #LEFT = 253
  220. #WIDTH = 135
  221. #HEIGHT = 19
  222. #FONTSIZE = 10
  223. #FONTCOLOR = FFFFFF
  224.  
  225. #Labels are like buttons that don't load pictures (labels have no functions)
  226.  
  227. #CAPTION-LABEL
  228. NAME=CAPTION
  229. TOP = 416
  230. LEFT = 30
  231. WIDTH = 250
  232. HEIGHT = 19
  233. FONTSIZE = 12
  234. FONTCOLOR = FFFFFF
  235.  
  236. #INSTPATH-LABEL
  237. NAME=INSTPATHLABEL
  238. TOP = 530
  239. LEFT = 31
  240. WIDTH = 194
  241. HEIGHT = 19
  242. FONTSIZE = 10
  243. FONTCOLOR = FFFFFF
  244.  
  245. #LANGUAGE
  246. NAME=LANGUAGE
  247. TOP = 417
  248. LEFT = 614
  249. WIDTH = 179
  250. HEIGHT = 19
  251. FONTSIZE = 12
  252. FONTCOLOR = FFFFFF
  253.  
  254. #INSTTEXT
  255. NAME=INSTTEXT
  256. TOP = 440
  257. LEFT = 29
  258. WIDTH = 730
  259. HEIGHT = 80
  260. FONTSIZE = 10
  261. FONTCOLOR = FFFFFF
  262.  
  263. #INSTALLATIONPATH
  264. NAME=INSTPATH
  265. TOP = 530
  266. LEFT = 242
  267. WIDTH = 375
  268. HEIGHT = 15
  269. FONTSIZE = 9
  270. FONTCOLOR = 000000
  271.  
  272. #Progressbar    need although the information about the fillcolor
  273. NAME=PROGRESS
  274. TOP = 573
  275. LEFT = 33
  276. WIDTH = 166
  277. HEIGHT = 15
  278. FONTSIZE = 8
  279. FONTCOLOR = 000000
  280. FILLCOLOR = FFFFFF
  281. BGCOLOR = 2365F3
  282.  
  283.