home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 July / PCS0796.ISO / demos / lbs / install.ini < prev    next >
Encoding:
INI File  |  1996-02-11  |  1.8 KB  |  91 lines

  1. [General]
  2. ;the proposed directory for the installed files
  3. directory=c:\lbs
  4. ;the minimum space free, in kilobytes, on the destination drive
  5. minspace=17000
  6. ; the number of install disks
  7. numdisks=1
  8. ; the farewell message
  9. farewell=Installation OK.
  10. error=Fehler. Die software ist noch NICHT funktionsfähig.
  11.  
  12. [INI]
  13. ; the number of replacements
  14. numreplacements=8
  15.  
  16. ; the ini file to replace in
  17. file1=system.ini
  18. ; the file directory prefix (same codes as with destinations)
  19. fileprefix1=1
  20. ; the section to change in
  21. section1=BOOT
  22. ; the setting to change
  23. setting1=SCRNSAVE.EXE
  24. ; the value to set
  25. value1=LBS_SAV.SCR
  26. ; the prefix to the value (same as destinations, or -1 for no prefix)
  27. valueprefix1=1
  28.  
  29. file2=win.ini
  30. fileprefix2=1
  31. section2=windows
  32. setting2=ScreenSaveActive
  33. value2=1
  34. valueprefix2=-1
  35.  
  36. file3=win.ini
  37. fileprefix3=1
  38. section3=windows
  39. setting3=ScreenSaveTimeOut
  40. value3=120
  41. valueprefix3=-1
  42.  
  43. ; the private section in CONTROL.INI
  44. file4=control.ini
  45. fileprefix4=1
  46. section4=ScreenSaver.LBS
  47. setting4=directory2
  48. value4=
  49. valueprefix4=0
  50.  
  51. file5=control.ini
  52. fileprefix5=1
  53. section5=ScreenSaver.LBS
  54. setting5=Launch
  55. value5=GAME1.EXE
  56. valueprefix5=-1
  57.  
  58. ; prepare the uninstall
  59. file6=uninst.ini
  60. fileprefix6=0
  61. section6=general
  62. setting6=directory0
  63. value6=
  64. valueprefix6=0
  65.  
  66. file7=uninst.ini
  67. fileprefix7=0
  68. section7=general
  69. setting7=directory1
  70. value7=
  71. valueprefix7=1
  72.  
  73. file8=uninst.ini
  74. fileprefix8=0
  75. section8=general
  76. setting8=directory2
  77. value8=
  78. valueprefix8=2
  79.  
  80. [disk1]
  81. ; the number of files to be copied
  82. numfiles=1
  83. ; for each file you need to give the filename and the destination. Destinations
  84. ; are numeric codes from:
  85. ;   0 - normal destination directory
  86. ;   1 - windows directory
  87. ;   2 - windows system directory (e.g. for fonts)
  88. file1=lbs_sav.scr
  89. file1src=lbs_sav.sc_
  90. dest1=1
  91.