home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / iw351.zip / 2DISK.INF next >
INI File  |  1994-08-22  |  2KB  |  72 lines

  1. ; -------------------------------------------------------------
  2. ;
  3. ;  Sample MultiDisk Installation Script -- 040294
  4. ;  ------------------------------------------------------------
  5. ;  This example shows how to install from multiple floppies
  6. ;  and into a subdiectory structure on the destination.
  7. ;
  8. ; -------------------------------------------------------------
  9.  
  10. [infofile]
  11.     filename = README
  12.     appname = SAMPLE APPL
  13.  
  14. [dialog]
  15.     caption = "Sample Installation"
  16.  
  17. [data]
  18.     defdir = C:\SAMPLE
  19.  
  20. [disks]
  21.     1 =., "DISK 1"
  22.     2 =\DIR1A, "DISK 1"    ; Disk one, subdirectory 1A
  23.     3 =\DIR1B, "DISK 1"    ; Disk one, subdirectory 1B
  24.     4 =\DIR1C, "DISK 1"    ; Disk one, subdirectory 1C
  25.     5 =\DIR2A, "DISK 2"    ; Disk two, subdirectory 2A
  26.     6 =\DIR2B, "DISK 2"    ; Disk two, subdirectory 2B
  27.  
  28. [needed.space]
  29.     minspace = 40000
  30.  
  31. [dest.directories]
  32.     #app.main,    0:        ; The root of the dest
  33.     #app.sub1a,     0:sub1a    ; Directory SUB1A of the dest
  34.     #app.sub1b,     0:sub1b    ; etc.
  35.     #app.sub1c,     0:sub1c
  36.     #app.sub2a,     0:sub2a
  37.     #app.sub2b,     0:sub2b
  38.  
  39. [app.main]
  40.     1:README,        "Test File"
  41.  
  42. [app.sub1a]
  43.     2:FIL1.1A,        "Test File"
  44.     2:FIL2.1A,        "Test File"
  45.     2:FIL3.1A,        "Test File"
  46.  
  47. [app.sub1b]
  48.     3:FIL1.1B,        "Test File"
  49.     3:FIL2.1B,        "Test File"
  50.     3:FIL3.1B,        "Test File"
  51.  
  52. [app.sub1c]
  53.     4:FIL1.1C,        "Test File"
  54.     4:FIL2.1C,        "Test File"
  55.     4:FIL3.1C,        "Test File"
  56.  
  57. [app.sub2a]
  58.     5:FIL1.2A,        "Test File"
  59.     5:FIL2.2A,        "Test File"
  60.     5:FIL3.2A,        "Test File"
  61.  
  62. [app.sub2b]
  63.     6:FIL1.2B,        "Test File"
  64.     6:FIL2.2B,        "Test File"
  65.     6:FIL3.2B,        "Test File"
  66.  
  67. [progman.groups]
  68.     Bob Dolan Shareware, BOBDOLAN.GRP
  69. [Bob Dolan Shareware]
  70.     "Install", README
  71.  
  72.