home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 July / IMM0795.ISO / share / vorstell / alaska / appsetup.inf < prev    next >
INI File  |  1995-02-14  |  5KB  |  148 lines

  1. ; -------------------------------------------------------------
  2. ;
  3. ; Installation Script fⁿr ALASKA THE LAST FRONTIER Version 1.0
  4. ;
  5. ; -------------------------------------------------------------
  6.  
  7.  
  8. ; -------------------------------------------------------------
  9. ; The [infofile] section describes the name of the information
  10. ; file that is shown when the program starts up.  The appname
  11. ; label is used to refer to the name of the application being
  12. ; installed.
  13. ; -------------------------------------------------------------
  14.  
  15. [infofile]
  16.     filename = README
  17.     appname  = ALASKA
  18.  
  19.  
  20. ; -------------------------------------------------------------
  21. ; The [dialog caption] section is used to define the caption
  22. ; of the windows that shown in the INSTALL program.
  23. ; -------------------------------------------------------------
  24.  
  25. [dialog]
  26.         caption = "ALASKA THE LAST FRONTIER 1.0 Installation"
  27.  
  28.  
  29. ; -------------------------------------------------------------
  30. ; The [data defdir] section defines the default directory. This
  31. ; directory is placed in the Install location editbox when the
  32. ; program starts.  If the user does not change it, then this
  33. ; will be the base directory of the installation.
  34. ; -------------------------------------------------------------
  35.  
  36. [data]
  37.         defdir = C:\ALASKA
  38.  
  39.  
  40. ; -------------------------------------------------------------
  41. ; This section is used to define each floppy disk.
  42. ; -------------------------------------------------------------
  43.  
  44. [disks]
  45.         1 =., "INSTALL"
  46.  
  47. ; -------------------------------------------------------------
  48. ; This section tells INSTALL how much space is needed on the
  49. ; target disk to do a successful installation.  The user will
  50. ; get an error message if they try to install to a disk that
  51. ; has less space.
  52. ; -------------------------------------------------------------
  53.  
  54. [needed.space]
  55.         minspace = 2000000
  56.  
  57.     
  58. ; -------------------------------------------------------------
  59. ; This section describes the install directories.  In the
  60. ; example below, the first two entries define application
  61. ; specific directories.  The #app.main directory will be the
  62. ; base directory defined by the user (or the default as
  63. ; described above).  The #app.sub directory will cause a
  64. ; directory called sub to be created off of the base directory.
  65. ;
  66. ; The third and fourth entries refer to the two Windows
  67. ; specific directories: \WINDOWS and \WINDOWS\SYSTEM.
  68. ; INSTALL will find these directories and copy the specified
  69. ; files into them.
  70. ; -------------------------------------------------------------
  71.  
  72. [app.copy.appstuff]
  73.         #app.main,    0:
  74.         #app.pics,    0:PICS
  75.         #app.sounds,  0:SOUNDS
  76.         #app.pages,   0:PAGES
  77.         #app.docs,    0:DOCS
  78.         #app.SETUPSYSDIR,    0:SETUPSYSDIR
  79.         #app.SETUPWINDIR,    0:SETUPWINDIR
  80.  
  81.  
  82. ; -------------------------------------------------------------
  83. ; This is the file list for the base directory. The format is
  84. ; as follows: [Disk Number]:[File Name], "Descriptive text to
  85. ; display while file is being copied"
  86. ; -------------------------------------------------------------
  87.  
  88. [app.main]
  89.         1:ALASKA.EXE,    "ALASKA.EXE - ALASKA THE LAST FRONTIER"
  90.     1:ALASKA.INI,    "ALASKA.INI - Initialisierungs-Datei"
  91.     1:BWCC.DLL,    "BWCC.DLL - Borland Custom Controlls DLL"
  92.     1:CTL3D.DLL,    "CTL3D.DLL - 3D Requester DLL"
  93.     1:PCXDLL.DLL,    "PCXDLL.DLL - PCX-Bilder DLL"
  94.     1:README,    "README - ReadMe Datei"
  95.     1:MAKE.BAT,    "MAKE.BAT - Dekompremier Batch-Datei"
  96.     1:MAKE.PIF,    "MAKE.PIF - PIF Datei fⁿr MAKE"
  97.     1:BESTELL.TXT,    "BESTELL.TXT - Bestellformular"
  98.     1:FILES.TXT,    "FILES.TXT - Liste aller Files"
  99.     1:HANDBUCH.WRI,    "HANDBUCH.WRI - Programm-Hinweise"
  100.     1:HISTORY.WRI,    "HISTORY.WRI - Updates und Verbesserungen"
  101.     1:CALC.EXE,    "CALC.EXE - kleiner Taschenrechner"
  102.  
  103. ; -------------------------------------------------------------
  104. ; This is the file list for the \WINDOWS\SYSTEM directory.
  105. ; -------------------------------------------------------------
  106. [app.SETUPSYSDIR]
  107.  
  108.  
  109. ; -------------------------------------------------------------
  110. ; This is the file list for the \WINDOWS\SYSTEM directory.
  111. ; -------------------------------------------------------------
  112. [app.SETUPWINDIR]
  113.  
  114.  
  115. ; -------------------------------------------------------------
  116. ; This is the file list for the sub directory located off of
  117. ; the base directory.
  118. ; -------------------------------------------------------------
  119. [app.pics]
  120.         1:pics.exe,    "PICS.EXE - PCX-Bilder gepackt"
  121.  
  122. [app.sounds]
  123.     1:sounds.exe,    "SOUNDS.EXE - Sounds gepackt"
  124.     
  125. [app.docs]
  126.     1:docs.exe,    "DOCS.EXE - Dokumente gepackt"
  127.  
  128. [app.pages]
  129.     1:pages.exe,    "PAGES.EXE - Seiten gepackt"
  130.  
  131. ; -------------------------------------------------------------
  132. ; This section describes the Program Group to be created and
  133. ; uses the following format: Group Label, Group Filename
  134. ; -------------------------------------------------------------
  135. [progman.groups]
  136.         ALASKA, ALASKA.GRP
  137.  
  138.  
  139. ; -------------------------------------------------------------
  140. ; This section describes the Program Item Icon to add to the
  141. ; Program Group defined in the section heading and uses the
  142. ; following format: Item Label, Item Filename
  143. ; The Item must be in the base directory.
  144. ; -------------------------------------------------------------
  145.  
  146. [ALASKA]
  147.         "Alaska", ALASKA.EXE
  148.