home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / RKINST21.ZIP / INSTALL.INF < prev    next >
INI File  |  1994-02-13  |  4KB  |  119 lines

  1. ; Installation Script
  2.  
  3. [Application]
  4. Name=Install
  5. Title=RK - Install V2.1
  6. Font=Arial
  7. Directory=C:\install
  8. PM Group=Install
  9. PrivIniFileName=
  10. Language=select[English|Deutsch]Language - Sprache
  11. Free Space=361           ; in kbytes
  12. Debug Mode=              ; 1 or no entry = normal operation
  13. Replace=Date             ; 'DATE' replace only if newer / 'ALWAYS'
  14.  
  15. [Disks]
  16. 1=Install Disk
  17.  
  18. [Directories]
  19. ;lists of directories that must be created from the destination directory
  20. ;            =.         is the destination directory itself
  21. ;            =mysub     creates the directory mysub from the destination directory
  22. ;
  23. ; exception: ={SYSDIR}  is replaced with the Windows-system-directory
  24. ;            ={WINDIR}  is replaced with the Windows-directory
  25. ;            ={WINDIR}\mysub  creates the directory mysub from the Windows-directory
  26. ;
  27. ; !!! ={SYSDIR}\mysub  is NOT allowed !!!
  28. 1=.
  29. 2=windows
  30. 3=dos
  31. 4=sample
  32.  
  33. [SourceDirs]
  34. ;list of directories on the source disks
  35. 1=.
  36.  
  37. [FileGroups]
  38. ;list of file groups. the user can choose which of them are to
  39. ;be installed. Maximum = 5 ! additional groups will be ignored.
  40. {Language=English}
  41. 1=Install for Windows
  42. 2=Install for DOS
  43. 3=Sample Files
  44. 4=Dokumentation
  45. {Language=Deutsch}
  46. 1=Install fⁿr Windows
  47. 2=Install fⁿr DOS
  48. 3=Beispiel Dateien
  49. 4=Dokumentation
  50. {Language=All}
  51.  
  52. [Files1]
  53. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed),(Replace)
  54. Install (Windows)=install.exe         2 1 1 N A
  55. Library 1 (Windows)=custom.dll         2 1 1 N A 
  56. Library 1 (source)=custom.pas         2 1 1 N
  57. Library 2 (Windows)=ctl3d.dll         2 1 1 N
  58. Compress (Windows)=compress.ex$        2 1 1 Y
  59. Expander (Windows)=expand.ex$        2 1 1 Y
  60. Language Definition=english.def        2 1 1 N
  61. Language Definition=deutsch.def        2 1 1 N
  62.  
  63. [Files2]
  64. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed),(Replace)
  65. Install (DOS)=installd.exe        3 1 1 N
  66. Compress (DOS)=compr.ex$        3 1 1 Y
  67. Expander (DOS)=uncompr.ex$        3 1 1 Y
  68. Language Definition=english.de$        3 1 1 Y
  69. Language Definition=deutsch.de$        3 1 1 Y
  70. Custom Background=custom.exe        3 1 1 N
  71.  
  72. [Files3]
  73. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed),(Replace)
  74. Library 1 (source)=custom.pa$        4 1 1 Y
  75. Library 1 (source)=custom.re$        4 1 1 Y
  76. Script=install.in$            4 1 1 Y
  77.  
  78. [Files4]
  79. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed),(Replace)
  80. Dokumentation=install.wr$        1 1 1 Y
  81. Info=read.m$                1 1 1 Y
  82.  
  83. [PM Group]
  84. ;description, File name. The {No.} is substituted by the directory
  85. ;description:  PMName,iconfile,iconindex
  86. ;commandline:  filename parameter
  87. ;PMName     :  name of program in the programmanager
  88. ;iconfile   :  file with the icon
  89. ;iconindex  :  first icon = 0
  90. {Groups=1}
  91. Compress={2}compress.exe
  92. Expand={2}expand.exe
  93. {Groups=4}
  94. Info,progman.exe,28=notepad {1}read.me
  95. Dokumentation,progman.exe,17=write {1}install.wri
  96. {Groups=all}
  97.  
  98. [WinIni]
  99. ; Appname,Keyname=Entry
  100.  
  101. [PrivateIni]
  102. ; Appname,Keyname=Entry
  103.  
  104. [Execution]
  105. ;format:  W?'string'=commandline
  106. ; W        - wait until executed program terminates (DOS version always waits)
  107. ; 'string' - output the string before executing
  108. ; ?        - ask the user for YES or NO. should be used together with a string
  109. ;            containing the question. the program is only executed if the
  110. ;            user selects YES
  111. ; {No.} in the commandline is substituted with the directory
  112. {Groups=4}
  113. w=notepad {1}read.me
  114. {Language=English}
  115. w?'Show documentation now'=write {1}install.wri
  116. {Language=Deutsch}
  117. w?'Dokumentation jetzt zeigen'=write {1}install.wri
  118. {Language=All}
  119.