home *** CD-ROM | disk | FTP | other *** search
/ Portfolio 1 / PCD9999.BIN / gst / francais / appsetup.inf next >
INI File  |  1994-08-04  |  2KB  |  101 lines

  1. ;--------------------------------------------------
  2. ;---- note: this setup assumes 1440k master disks.
  3. ;--------------------------------------------------
  4.  
  5.  
  6. ;-------- the title for the dialog box
  7. [dialog]
  8.   caption = "Installation du Visualiseur de CD-Photo GST"
  9.   name = "Visualiseur de CD-Photo GST"
  10.  
  11. ;-------- the names of the default destination directories
  12. [data]
  13.   defdir  = C:\GST
  14.   groups = 1
  15.  
  16. ;-------- the pseudo-disks for the source files
  17. ;
  18. ; n = path, volume-label, "caption for dialog"
  19.  
  20. [disks]
  21.   a =.,         n0371101.pic,    "CD-Photo GST Pictures"
  22.   b =.\francais, n0371101.pic,    "CD-Photo GST Pictures"
  23.  
  24.  
  25. ;-------- the amount of diskspace required
  26. ; on a category-by-category basis, in Kbytes
  27. ;
  28. ; eventually, we may put category names here
  29. ;
  30. [needed.space]
  31.   0 = 1020      ; program
  32.  
  33. ; Some of the program components are installed to the windows drive
  34. ; irrespective of the drive chosen by the user for the program install.
  35. ; This section lists the part of the previous section which is accounted
  36. ; for by this.
  37.  
  38. [needed.sysspace]
  39.   0 = 1      ; program
  40.  
  41. ;[group.names]
  42. ;  0 = "[Main program]"
  43.  
  44.  
  45. ;-------- the sections of the program
  46. ;
  47. ; each line consists of #groupname, category, destination
  48. ;
  49. ; Destination pseudo-disks:
  50. ;
  51. ;  0: means the default program directory
  52. ;  &: means the windows directory
  53. ;
  54. ;  a ! prefix means any .reg files should be regedited /s rather than
  55. ;      installed, if any of the other files have been installed
  56.  
  57. [app.copy.appstuff]
  58. ;----------------------------------------------------- program
  59.   #app.main,                    0, 0:visalsrs
  60.  
  61.  
  62. ;------------- the groups of files to be copied -----------------
  63.  
  64. [app.main]
  65.   a:gstpcd.ex_,  "Visualiseur de CD-Photo"
  66.   b:gstpcd.hlp
  67.   b:gstpmain.exe
  68.   a:pcdlib.dll
  69.   a:pcdxbmp.dll
  70.   a:pcdxexp.dll
  71.   a:gstvm111.dll
  72.   a:gstvm112.dll
  73.  
  74.  
  75. ;-----------------------------------------------------------
  76.  
  77. ;----- the list of groups to be created
  78.  
  79. [progman.groups]
  80.  GST,gstapp.grp
  81.  
  82.  
  83. ;----- the icons to create in the group
  84. ; the first entry is the category to which the icon belongs.
  85.  
  86. [GST]
  87.  0, "Visualiseur de CD-Photo", visalsrs\gstpcd.exe
  88.  
  89. ; ini file items to update
  90. [inifiles]
  91.  gstutils.ini
  92.  
  93. ; category, section, item, value (with 0: to be substituted)
  94. [gstutils.ini]
  95.  0, Utils, PCDB, "Visualiseur de CD-Photo"
  96.  0, PCDB, Command, "0:visalsrs\gstpcd.exe"
  97.  
  98. [backup]
  99.  ini=gstutils
  100.  
  101.