home *** CD-ROM | disk | FTP | other *** search
/ Virtual St-Petersburg / VirtualSaint-Petersburg.iso / spsetup.inf < prev    next >
INI File  |  1996-11-26  |  3KB  |  121 lines

  1. ;
  2. ; Saint Petersburg presentation installation info file
  3. ; Copyright (C) 1995 by Eugeny Toukh (JECA)
  4. ;
  5.  
  6. [Requirements]
  7. ;
  8. ; Syntax
  9. ;
  10. ; Memory=<number of megabytes RAM>
  11. ; ScreenResolution=<Width>,<Height>
  12. ; ColorsNumber=2 | 4 | 16 | 256 | 32K | 64K | True Color
  13. ; WorkSpace=<required free space on drive contains \VIVAT directory>
  14. ; SystemSpace=<required free space on the system drive>
  15. ;
  16. Memory=7
  17. ScreenResolution=800,600
  18. ColorsNumber=32K
  19. WorkSpace=2M
  20. SystemSpace=700K
  21.  
  22. [Directories]
  23. ;
  24. ; Syntax
  25. ;
  26. ; DirsNumber=<number of directories to be created>
  27. ; 1=<1st directory on dest drive>
  28. ; ...
  29. DirsNumber=1
  30. 1=\Vivat
  31.  
  32. [System Files]
  33. ;
  34. ; Syntax
  35. ;
  36. ; FilesNumber=<number of files to be copied into System directory>
  37. ; 1=<full path to the source file>
  38. ; 2=...
  39. ;
  40. FilesNumber=10
  41. 1=\Vivat\xprofile.dll
  42. 2=\Vivat\cde.dll
  43. 3=\Vivat\vbsup.dll
  44. 4=\Vivat\vbrun300.dll
  45. 5=\Vivat\msafinx.dll
  46. 6=\Vivat\mci.vbx
  47. 7=\Vivat\threed.vbx
  48. 8=\Vivat\cmdialog.vbx
  49. 9=\Vivat\picclip.vbx
  50. 10=\Vivat\spuninst.exe
  51. ;10=\Vivat\Tasks\Invecom\invecom.ini
  52.  
  53. [Windows Files]
  54. ;
  55. ; Syntax
  56. ;
  57. ; FilesNumber=<number of files to be copied into System directory>
  58. ; 1=<full path to the source file>
  59. ; 2=...
  60. ;
  61. ;FilesNumber=1
  62. ;1=\Vivat\Tasks\Invecom\invecom.ini
  63.  
  64. [Work Files]
  65. ;
  66. ; Syntax
  67. ;
  68. ; FilesNumber=<number of files to be copied into Start-Up directory>
  69. ; 1=<full path to the source file on source drive>,<the same for dest file on dest drive>
  70. ; 2=...
  71. ;
  72. ; "?" will be changed to destination drive
  73. FilesNumber=8
  74. 1=\Vivat\show.exe,\Vivat\show.exe
  75. 2=\Vivat\spb.scr,\Vivat\spb.scr
  76. 3=\Vivat\spb_vw.scr,\Vivat\spb_vw.scr
  77. 4=\Vivat\finstall.exe,\Vivat\finstall.exe
  78. 5=\Vivat\Vivat1.hlp,\Vivat\Vivat1.hlp
  79. 6=\Vivat\Vivat2.hlp,\Vivat\Vivat2.hlp
  80. 7=\Vivat\finst.ini,\Vivat\finst.ini
  81. 8=\Vivat\uninst.inf,\Vivat\uninst.inf
  82.  
  83. [Shell]
  84. ;
  85. ; Syntax:
  86. ;
  87. ; GroupName=<group name>
  88. ; ItemsNumber=<number of items>
  89. ; 1=<command line>,<description>,<start-up dir>
  90. ; 2=...
  91. ; Spacing=<icon width>
  92. ;
  93. ; "?" must be changed to dest drive letter
  94. ; "$" must me changed to source drive letter
  95. ;
  96. GroupName=Virtual Saint Petersburg
  97. ItemsNumber=7
  98. 2=?:\Vivat\show.exe ?:\Vivat\spb.scr,Virtual Saint Petersburg,$:\Vivat
  99. 1=?:\Vivat\show.exe ?:\Vivat\spb_vw.scr,Virtual Saint Petersburg & Virtual Walk,$:\Vivat
  100. 3=?:\Vivat\finstall.exe,Font Installation,$:\Vivat
  101. 4=?:\Vivat\Vivat2.hlp,Virtual Saint Petersburg Help for Russian Version,
  102. 5=?:\Vivat\Vivat1.hlp,Virtual Saint Petersburg Help, 
  103. 6=$:\Vivat\Tasks\Puzzle\Puzzle.Exe,Puzzle,$:\Vivat\Tasks\Puzzle
  104. 7=spuninst.exe ?:\Vivat,Virtual Saint Petersburg Uninstall
  105. Spacing=80
  106.  
  107. [WIN INI]
  108. Section=VSPB
  109. Entry=Path
  110. Value=?:\Vivat
  111.  
  112. [Finish]
  113. ;
  114. ; Syntax:
  115. ;
  116. ; Execute=[<Prompt>],<command line; may contain "?" or "$">
  117. ; If there is no prompt command executes immediately
  118. ;
  119. Execute=Do you want to install fonts for Virtual Saint Petersburg ? Fonts installation is necessary to provide English/Russian language support. If you don't install the fonts then Windows will select the most suitable fonts by itself and the program may work incorrectly,$:\Vivat\finstall.exe
  120.  
  121.