home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / stepon / stepone.tab < prev    next >
Encoding:
Text File  |  1994-05-07  |  7.4 KB  |  142 lines

  1. ' First table has only one element in each line 
  2. ' for information of the program.
  3.  
  4. table prgInfos
  5.  
  6. ' Name of the program for outputs.
  7. ' Please enter the program name, which the user should read in hints
  8.     
  9.     "StepOne"
  10.  
  11.  
  12. '    The to be installed program isn't allowed to run during installation     
  13. '    For this check give the file name of the program with extension but without path
  14.  
  15.     "StepIt.exe"
  16.  
  17.  
  18. '    During first installation you should give the user a default path.
  19. '    This example gets the Windows directory, goes up a directory and
  20. '    expands the given name.
  21. '    Hint: Only the last part of the string will be used, i.e.
  22. '     'test\stepone' gives 'stepone'.
  23.  
  24.     "stepone"
  25.  
  26. endtable
  27.  
  28. '     Place here all VBX and DLL files, which your program needs.
  29. '     This files will be checked for:
  30. '     - they are loaded in the users system
  31. '     - they are installed incorrectly in the users Windows directory
  32.  
  33. table vbxtable
  34.     "cscombo.vbx","csdialog.vbx","csform.vbx","ss3d.vbx","ss3d2.vbx","ctl3d.dll","qpro200.dll"
  35. endtable
  36.  
  37. ' Place here all files which should be installed in the target directory.
  38. table targettable
  39. '    medium name
  40. '    |       packed file name
  41. '    |       |                expanded name         
  42. '    |       |                |                  packed length
  43. '    |       |                |                  |           expanded length
  44. '    |       |                |                  |           |           comment
  45. '    |       |                |                  |           |           |               
  46.     "Disk", "stepit.ex_", "stepit.exe", "74991", "173929", "StepIt - StepOne FastCodeBuilder"
  47.     "Disk", "soresdll.dl_", "soresdll.dll", "5144", "11264", " "
  48.     "Disk", "stepit.hl_", "stepit.hlp", "180036", "210140", "StepIt - StepOne FastCodeBuilder german help file"
  49.     "Disk", "stepit.rl_", "stepit.rle", "5626", "13810", "StepIt - Copyright file"
  50.     "Disk", "stepit.tk_", "stepit.tkn", "8109", "19603", "StepIt - Token file"
  51.     "Disk", "deutsch.tk_", "deutsch.tkn", "9042", "21815", "StepIt - Token file with german command language"
  52.     "Disk", "english.tk_", "english.tkn", "8915", "21328", "StepIt - Token file with english command language"
  53.     "Disk", "eenglish.tk_", "eenglish.tkn", "8109", "19603", "StepIt - Token file with english command language and english explanation"
  54.     "Disk", "stepit.tr_", "stepit.trs", "714", "1056", "StepIt - Output text file"
  55.     "Disk", "deutsch.tr_", "deutsch.trs", "889", "1372", "StepIt - Output text file with german texts"
  56.     "Disk", "english.tr_", "english.trs", "714", "1056", "StepIt - Output text file with english texts"
  57.     "Disk", "stepone.ex_", "stepone.exe", "45195", "94223", "StepOne RunTime"
  58.     "Disk", "stepone3.dl_", "stepone3.dll", "3227", "5120", "StepOne RunTime Library"
  59.     "Disk", "readme.txt", "readme.txt", "1921", "1921", "Readme.txt"
  60. '   Its allowed to use relative paths like 'redist\stepone.exe'. 
  61. '   Not allowed will be: '..\stepone.exe' !
  62. '   The optional 7th parameter can overwrite the global copy type
  63. '   for CopyFileTable for this line. Here we use copy type 5 because 
  64. '   the files in the directory REDIST shouldn't be expanded.
  65.     "Disk", "stepone.ex_", "redist\stepone.ex_", "45195", "94223", "StepOne RunTime", "5"
  66.     "Disk", "stepone3.dl_", "redist\stepone3.dl_", "3227", "5120", "StepOne RunTime Library", "5"
  67.     "Disk", "laststep.ex_", "redist\laststep.ex_", "3113", "7183", "LastStep", "5"
  68.     "Disk", "install.exe", "redist\install.exe", "12416", "12416", "FirstStep", "5"
  69. '    "Disk", "vbrun300.dl_", "redist\vbrun300.dl_", "276684", "398416", "Visual Basic Runtime", "5"
  70.     "Disk", "install1.bmp", "samples\install1.bmp", "21462", "21462", "Bitmap for example installation"
  71.     "Disk", "install2.bmp", "samples\install2.bmp", "1510", "1510", " "
  72. endtable
  73.  
  74. table sampletable
  75.     "Disk", "stepone.scp",  "stepone.scp", "18114", "18114", "Samples..."
  76.     ' A space as comment shows the last comment
  77.     "Disk", "stepone.tab", "stepone.tab", "9419", "9419", " "
  78.     "Disk", "stepone.trs", "stepone.trs", "1053", "1053", " "
  79.     "Disk", "stepone.prj", "stepone.prj", "277", "277", " "
  80.     "Disk", "_temp302.prj", "_temp302.prj", "201", "201", "...there are some samples to copy..."
  81.     "Disk", "_temp302.sc_", "_temp302.scp", "5566", "14443", " "
  82.     "Disk", "_temp302.ta_", "_temp302.tab", "1796", "4280", " "
  83.     "Disk", "patchme.ex_", "patchme.exe", "2699", "6678", " "
  84.     "Disk", "patchme.frm", "patchme.frm", "2173", "2173", " "
  85.     "Disk", "patchme.frx", "patchme.frx", "770", "770", " "
  86.     "Disk", "patchme.mak", "patchme.mak", "115", "115", " "
  87.     "Disk", "example1.tx_", "example1.txt", "3535", "9865", "...only a few more... "
  88.     "Disk", "example2.tx_", "example2.txt", "5313", "12778", " "
  89.     "Disk", "example3.tx_", "example3.txt", "2601", "5463", "...last one!"
  90. endtable
  91.     
  92. ' Use this table for the files which should be installed in the System directory
  93. table systemtable
  94. '   disk name
  95. '   |           packed name
  96. '   |           |                 expanded name         
  97. '   |           |                 |               packed length
  98. '   |           |                 |               |          expanded length
  99. '   |           |                 |               |          |           comment
  100. '   |           |                 |               |          |           |    
  101.     "Disk", "cscombo.vb_", "cscombo.vbx", "23005", "35504", "Custom Control combo box"
  102.     "Disk", "csdialog.vb_", "csdialog.vbx", "16267", "33776", "Custom Control commom dialogs"
  103.     "Disk", "csform.vb_", "csform.vbx", "16005", "36096", "Custom Control window"
  104.     "Disk", "ss3d.vb_", "ss3d.vbx", "28209", "56160", "Custom Controls for 3-D effects"
  105.     "Disk", "ss3d2.vb_", "ss3d2.vbx", "44100", "73104", " "
  106.     "Disk", "qpro200.dl_", "qpro200.dll", "35060", "51815", "Custom Control library"
  107.     "Disk", "cstext.vb_", "cstext.vbx", "47851", "97824", "Custom Controls text box"
  108.     "Disk", "ctl3d.dl_", "ctl3d.dll", "11921", "20976", "Ctl3D 3D Windows Controls"
  109. endtable
  110.  
  111. ' How to edit the registration database
  112. table regbasetable
  113. '    Type = CMD or DDE. DDE = uses DDE to load a document 
  114. '    |         Extension
  115. '    |         |         Name         
  116. '    |         |         |                   file type
  117. '    |         |         |                   |                   file name for 'open' command
  118. '    |         |         |                   |                   |                 DDE message   DDE application    DDE theme
  119. '    |         |         |                   |                   |                 |             |                  |
  120.     "DDE",     ".PRJ",   "StepOneProject",   "StepOne Project",  "stepit.exe",     "open %1",    "stepit",          "system"
  121.     "CMD",     ".FSC",   "StepOneProgram",   "StepOne Program",  "stepone.exe %1"
  122. endtable
  123.  
  124. table prgmantable
  125. '    group name 
  126. '    |         name of the program
  127. '    |         |              text for icon    
  128. '    |         |              |
  129.     "KRS",     "stepit.exe",  "StepIt StepOne FastCodeBuilder"    
  130. endtable
  131.  
  132. table initable
  133. '    Name of INI file
  134. '    |                             section name
  135. '    |                             |               key    
  136. '    |                             |               |                value
  137. '    |                             |               |                |
  138.     "{targetpath}\stepit.ini",     "settings",     "prjpath",       "{targetpath}\samples"
  139.     "{targetpath}\stepit.ini",     "settings",     "assistent",     "-1"
  140.     "{targetpath}\stepit.ini",     "settings",     "savebeforerun", "-1"
  141. endtable
  142.