home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR6 / DSLAB1.ZIP / DSLAB.INF < prev    next >
INI File  |  1993-05-05  |  3KB  |  95 lines

  1. ; This is the Installation Information file for installing the DS Lab
  2. ; application and sources onto your system.
  3. ;
  4. ;
  5. [dialog]
  6.     caption = "DS Lab 2.0 Demo"
  7.  
  8. [data]
  9.     defdir = C:\DSDEMO
  10.  
  11. [disks]
  12.     1 =., "DS Lab Demo"
  13.  
  14. [needed.space]
  15.     minspace = 6000000
  16.  
  17. [app.copy.appstuff]
  18.     #app.dslab,     0:
  19.  
  20. [app.dslab]
  21.     1:playact.exe ,"playact.exe"
  22.     1:dsdemo.acp ,"dsdemo.acp"
  23.     1:mmplayer.dll ,"mmplayer.dll"
  24.     1:readme.txt ,"readme.txt"
  25.  
  26. [progman.groups]
  27. ; The [progman.groups] section (optional) tells Install to create Program 
  28. ; Manager groups for your application. (Install then uses DDE to communicate 
  29. ; with Program Manager.)
  30. ;
  31. ; The section lists the names of the groups you want to create. You then 
  32. ; define additional sections in this file; those sections list the program 
  33. ; items you want in each group.
  34. ;
  35. ; The syntax for each group name is:
  36. ;
  37. ;     groupname, [groupfile.grp]
  38. ;
  39. ; where
  40. ;
  41. ;     groupname      is the title you want Program Manager to display
  42. ;                    under the icon that represents the group. (The 
  43. ;                    groupname will also be the name of the section
  44. ;                    that defines the contents of the group.)
  45. ;
  46. ;     groupfile.grp  is the filename of the file in which Program Manager
  47. ;                    will save information about the group. (You must include
  48. ;                    the .GRP filename extension.) This parameter is optional;
  49. ;                    if you omit it, Install uses a default name for the 
  50. ;                    group file.
  51. ;
  52.     DS Lab Demo,dslabdem.grp
  53.  
  54. [DS Lab Demo]
  55. ; This section is a user-defined section that define the contents of a 
  56. ; Program Manager group file. The [progman.groups] section defines.
  57. ; the name of this section and the group, and the name of the file in which
  58. ; to store information about the group.
  59. ;
  60. ; In each section like this one, you should list all items that you want Install
  61. ; to add to the group.
  62. ;
  63. ; The syntax for item-definition statements is: 
  64. ;
  65. ;     "Description",    APPFILE.EXE, [ICONFILE.EXE[, N]]
  66. ;
  67. ;where
  68. ;
  69. ;     Description   is the text that will appear below the program icon 
  70. ;                   when displayed in the Program Manager group. 
  71. ;
  72. ;     APPFILE.EXE   is the command line that starts the application.
  73. ;     
  74. ;     ICONFILE.EXE  is the application file that contains the icon you
  75. ;                   want to represent the application. Typically, this is 
  76. ;                   the executable application file, but it could be a 
  77. ;                   different file. (You can also specify a .ICO file, created
  78. ;                   using the SDKPaint tool.) This parameter is optional; if you omit it,
  79. ;                   Install will use the first icon it finds in APPFILE.EXE. 
  80. ;
  81. ;     N             is the offset of the icon you want to use within the file
  82. ;                   ICONFILE.EXE.  This parameter is optional; if you omit it, 
  83. ;                   Install uses the first icon it finds in ICONFILE.EXE.
  84. ;                   You must include this parameter if the file you specify
  85. ;                   contains more than one icon, and you want to use an icon
  86. ;                   other than the first icon. 
  87. ;
  88. ;                   To use the Nth icon, specify the number N-1. For example,
  89. ;                   to use the third icon, specify 2.
  90. ;
  91.     "DS Lab 2.0 Demo","playact.exe dsdemo.acp"
  92.     "Read Me","readme.txt"
  93.  
  94.  
  95.