home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK4 / BUSIN_03 / ADREXP11.ZIP / INSTALL.INF < prev    next >
INI File  |  1992-06-19  |  3KB  |  102 lines

  1. ; INSTALL control file for AddressExpress Version 1.1
  2. ; (C) Copyright 1991 Comitatus GbR. All rights reserved.
  3.  
  4. ; The [disks] section lists all disk names belonging to the
  5. ; application.
  6.  
  7. [disks]
  8. 1 = "AddressExpress Programm Diskette"
  9.  
  10. ; The [options] section describes the names of installable optihns.
  11. ;
  12. ; SYNTAX:
  13. ;
  14. ; Code = "Name", default, condition
  15. ; default       = yes or no
  16. ; O -
  17.  
  18. [options]
  19. A = "AddressExpress Programmdateien", Y, O
  20. B = "Datenbank", Y, O
  21. C = "Formulare", Y, O
  22. D = "Beispieldokumente", Y, O
  23. E = "Formular Generator", Y, O
  24. F = "Druckertreiber", Y, O
  25.  
  26. ; The [paths] section lists each installation path with its default
  27. ; name and the amount of disk space needed at that location.
  28. ;
  29. ; QC - query user to create the directory, if it does not exist
  30. ; E: - the given file must exist in the given directory
  31.  
  32. [paths]
  33. P = "Programm", C:\ADDREXPR\, 1000000, QC
  34. D = "Daten", $P$DATEN\, 500000, QC
  35. F = "Formulare", $P$FORMULAR\, 500000, QC
  36. W = "WINDOWS", C:\WINDOWS\, 5000, E:WIN.COM
  37. T = "Beispieldokumente", $P$TEXTE\, 5000, QC
  38.  
  39. ; The [files] section lists each file in the distribution.
  40. ; A special option code of "W" denotes the Windows base directory.
  41. ; The syntax for each line is:
  42. ; <disk no>:<distribution filename> = <path code>, <installed filename>
  43. ; where the path specified above, appended with the <installed filename>,
  44. ; *must* specify a valid complete DOS pathname.
  45. ;
  46. ; Options:
  47. ; O     - overwrite existing files without asking
  48.  
  49. [files]
  50. 1:ADDREXPR.EXE = A, $P$ADDREXPR.EXE, O
  51. 1:ADDREXPR.HLP = A, $P$ADDREXPR.HLP, O
  52. 1:ADDREXPR.SER = A, $P$ADDREXPR.SER, O
  53. 1:WBTRCALL.DLL = A, $W$WBTRCALL.DLL
  54. 1:COMITATU.INI = A, $W$COMITATU.INI, O
  55.  
  56. 1:FORMEDIT.EXE = E, $P$FORMEDIT.EXE, O
  57.  
  58. 1:ADRESSEN.DAT = B, $D$ADRESSEN.DAT
  59. 1:ADRESSEN.FLD = B, $D$ADRESSEN.FLD
  60.  
  61. 1:LISTE.FRM    = C, $F$LISTE.FRM
  62. 1:KKARTE.FRM   = C, $F$KKARTE.FRM
  63. 1:TELLIST.FRM  = C, $F$TELLIST.FRM
  64.  
  65. 1:ETIKETT.LBL  = C, $F$ETIKETT.LBL
  66. 1:ETIKETN.LBL  = C, $F$ETIKETN.LBL
  67. 1:L_ETIKET.LBL = C, $F$L_ETIKET.LBL
  68. 1:PRT_TEST.LBL = C, $F$PRT_TEST.LBL
  69.  
  70. 1:DDEDEMO.DOC  = D, $T$DDEDEMO.DOC
  71.  
  72. 1:EPSON.PRT    = F, $F$EPSON.PRT
  73. 1:ASCII.PRT    = F, $F$ASCII.PRT
  74. 1:HPPCL.PRT    = F, $F$HPPCL.PRT
  75. 1:NEC.PRT      = F, $F$NEC.PRT
  76.  
  77. ; The [progman] section just lists a set of DDE commands transferred
  78. ; to the Program-Manager when all files were copied correctly
  79.  
  80. [progman]
  81. 1 = A, [CreateGroup(Comitatus Anwendungen)]
  82. 2 = A, [ShowGroup(Comitatus Anwendungen,1)]
  83. 3 = A, [AddItem($P$ADDREXPR.EXE,AddressExpress)]
  84. 4 = E, [AddItem($P$FORMEDIT.EXE,Formular Editor)]
  85.  
  86. ; The [appinit] section modifies the given profile on the given key
  87. ;
  88. ; Syntax:
  89. ; Option                : code for the install option the entry belongs to
  90. ; profile               : name of the profile
  91. ; section               : section in profile (Application name)
  92. ; key=value             : key and value to set in profile
  93.  
  94. [appinit]
  95. 1 = A, $W$COMITATU.INI, AddressExpress, FileName=$D$ADRESSEN
  96. 2 = A, $W$COMITATU.INI, AddressExpress, ImportPfad=$D$
  97. 3 = A, $W$COMITATU.INI, AddressExpress, ExportPfad=$D$
  98. 4 = A, $W$COMITATU.INI, AddressExpress, Formate=$F$
  99. 5 = E, $W$COMITATU.INI, Formulargenerator, Formate=$F$
  100.  
  101.