home *** CD-ROM | disk | FTP | other *** search
- ' First table has only one element in each line
- ' for information of the program.
-
- table prgInfos
-
- ' Name of the program for outputs.
- ' Please enter the program name, which the user should read in hints
-
- "StepOne"
-
-
- ' The to be installed program isn't allowed to run during installation
- ' For this check give the file name of the program with extension but without path
-
- "StepIt.exe"
-
-
- ' During first installation you should give the user a default path.
- ' This example gets the Windows directory, goes up a directory and
- ' expands the given name.
- ' Hint: Only the last part of the string will be used, i.e.
- ' 'test\stepone' gives 'stepone'.
-
- "stepone"
-
- endtable
-
- ' Place here all VBX and DLL files, which your program needs.
- ' This files will be checked for:
- ' - they are loaded in the users system
- ' - they are installed incorrectly in the users Windows directory
-
- table vbxtable
- "cscombo.vbx","csdialog.vbx","csform.vbx","ss3d.vbx","ss3d2.vbx","ctl3d.dll","qpro200.dll"
- endtable
-
- ' Place here all files which should be installed in the target directory.
- table targettable
- ' medium name
- ' | packed file name
- ' | | expanded name
- ' | | | packed length
- ' | | | | expanded length
- ' | | | | | comment
- ' | | | | | |
- "Disk", "stepit.ex_", "stepit.exe", "74991", "173929", "StepIt - StepOne FastCodeBuilder"
- "Disk", "soresdll.dl_", "soresdll.dll", "5144", "11264", " "
- "Disk", "stepit.hl_", "stepit.hlp", "180036", "210140", "StepIt - StepOne FastCodeBuilder german help file"
- "Disk", "stepit.rl_", "stepit.rle", "5626", "13810", "StepIt - Copyright file"
- "Disk", "stepit.tk_", "stepit.tkn", "8109", "19603", "StepIt - Token file"
- "Disk", "deutsch.tk_", "deutsch.tkn", "9042", "21815", "StepIt - Token file with german command language"
- "Disk", "english.tk_", "english.tkn", "8915", "21328", "StepIt - Token file with english command language"
- "Disk", "eenglish.tk_", "eenglish.tkn", "8109", "19603", "StepIt - Token file with english command language and english explanation"
- "Disk", "stepit.tr_", "stepit.trs", "714", "1056", "StepIt - Output text file"
- "Disk", "deutsch.tr_", "deutsch.trs", "889", "1372", "StepIt - Output text file with german texts"
- "Disk", "english.tr_", "english.trs", "714", "1056", "StepIt - Output text file with english texts"
- "Disk", "stepone.ex_", "stepone.exe", "45195", "94223", "StepOne RunTime"
- "Disk", "stepone3.dl_", "stepone3.dll", "3227", "5120", "StepOne RunTime Library"
- "Disk", "readme.txt", "readme.txt", "1921", "1921", "Readme.txt"
- ' Its allowed to use relative paths like 'redist\stepone.exe'.
- ' Not allowed will be: '..\stepone.exe' !
- ' The optional 7th parameter can overwrite the global copy type
- ' for CopyFileTable for this line. Here we use copy type 5 because
- ' the files in the directory REDIST shouldn't be expanded.
- "Disk", "stepone.ex_", "redist\stepone.ex_", "45195", "94223", "StepOne RunTime", "5"
- "Disk", "stepone3.dl_", "redist\stepone3.dl_", "3227", "5120", "StepOne RunTime Library", "5"
- "Disk", "laststep.ex_", "redist\laststep.ex_", "3113", "7183", "LastStep", "5"
- "Disk", "install.exe", "redist\install.exe", "12416", "12416", "FirstStep", "5"
- ' "Disk", "vbrun300.dl_", "redist\vbrun300.dl_", "276684", "398416", "Visual Basic Runtime", "5"
- "Disk", "install1.bmp", "samples\install1.bmp", "21462", "21462", "Bitmap for example installation"
- "Disk", "install2.bmp", "samples\install2.bmp", "1510", "1510", " "
- endtable
-
- table sampletable
- "Disk", "stepone.scp", "stepone.scp", "18114", "18114", "Samples..."
- ' A space as comment shows the last comment
- "Disk", "stepone.tab", "stepone.tab", "9419", "9419", " "
- "Disk", "stepone.trs", "stepone.trs", "1053", "1053", " "
- "Disk", "stepone.prj", "stepone.prj", "277", "277", " "
- "Disk", "_temp302.prj", "_temp302.prj", "201", "201", "...there are some samples to copy..."
- "Disk", "_temp302.sc_", "_temp302.scp", "5566", "14443", " "
- "Disk", "_temp302.ta_", "_temp302.tab", "1796", "4280", " "
- "Disk", "patchme.ex_", "patchme.exe", "2699", "6678", " "
- "Disk", "patchme.frm", "patchme.frm", "2173", "2173", " "
- "Disk", "patchme.frx", "patchme.frx", "770", "770", " "
- "Disk", "patchme.mak", "patchme.mak", "115", "115", " "
- "Disk", "example1.tx_", "example1.txt", "3535", "9865", "...only a few more... "
- "Disk", "example2.tx_", "example2.txt", "5313", "12778", " "
- "Disk", "example3.tx_", "example3.txt", "2601", "5463", "...last one!"
- endtable
-
- ' Use this table for the files which should be installed in the System directory
- table systemtable
- ' disk name
- ' | packed name
- ' | | expanded name
- ' | | | packed length
- ' | | | | expanded length
- ' | | | | | comment
- ' | | | | | |
- "Disk", "cscombo.vb_", "cscombo.vbx", "23005", "35504", "Custom Control combo box"
- "Disk", "csdialog.vb_", "csdialog.vbx", "16267", "33776", "Custom Control commom dialogs"
- "Disk", "csform.vb_", "csform.vbx", "16005", "36096", "Custom Control window"
- "Disk", "ss3d.vb_", "ss3d.vbx", "28209", "56160", "Custom Controls for 3-D effects"
- "Disk", "ss3d2.vb_", "ss3d2.vbx", "44100", "73104", " "
- "Disk", "qpro200.dl_", "qpro200.dll", "35060", "51815", "Custom Control library"
- "Disk", "cstext.vb_", "cstext.vbx", "47851", "97824", "Custom Controls text box"
- "Disk", "ctl3d.dl_", "ctl3d.dll", "11921", "20976", "Ctl3D 3D Windows Controls"
- endtable
-
- ' How to edit the registration database
- table regbasetable
- ' Type = CMD or DDE. DDE = uses DDE to load a document
- ' | Extension
- ' | | Name
- ' | | | file type
- ' | | | | file name for 'open' command
- ' | | | | | DDE message DDE application DDE theme
- ' | | | | | | | |
- "DDE", ".PRJ", "StepOneProject", "StepOne Project", "stepit.exe", "open %1", "stepit", "system"
- "CMD", ".FSC", "StepOneProgram", "StepOne Program", "stepone.exe %1"
- endtable
-
- table prgmantable
- ' group name
- ' | name of the program
- ' | | text for icon
- ' | | |
- "KRS", "stepit.exe", "StepIt StepOne FastCodeBuilder"
- endtable
-
- table initable
- ' Name of INI file
- ' | section name
- ' | | key
- ' | | | value
- ' | | | |
- "{targetpath}\stepit.ini", "settings", "prjpath", "{targetpath}\samples"
- "{targetpath}\stepit.ini", "settings", "assistent", "-1"
- "{targetpath}\stepit.ini", "settings", "savebeforerun", "-1"
- endtable
-