home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 8 / 08.iso / d / d063 / 1.img / INSTALL.INF < prev   
Encoding:
INI File  |  1993-05-01  |  6.4 KB  |  230 lines

  1. ;***********************************************************************
  2. ;***  S D K  I N F  F I L E  *******************************************
  3. ;***********************************************************************
  4. ;** This file is the INF or information file for the Windows 3.1       *
  5. ;** Software Development Kit.                                          *
  6. ;**                                                                    *
  7. ;** It is divided into sections, identified by an alphanumeric name    *
  8. ;** enclosed in square brackets.                                       *
  9. ;**                                                                    *
  10. ;** Comments begin with semicolon, and may follow other text.          *
  11. ;** Long lines may be split up between fields of a statement.          *
  12. ;**                                                                    *
  13. ;** Spaces are ignored, except when between double quotes              *
  14. ;** blank lines are also ignored                                       *
  15. ;**                                                                    *
  16. ;** In the sections which list the location of various files, each     *
  17. ;** filename is preceded by integers describing the location           *
  18. ;** of the files. The Install program will prompt the user to insert   *
  19. ;** these diskettes when the files are needed.                         *
  20. ;***********************************************************************
  21.  
  22. ;   Dynamic strings for dialogs in WinSetup
  23. ;
  24. [dialog]
  25.     caption  = "Windows 3.1 Software Development Kit Installation"
  26.     exit     = "Exit Windows SDK Install"
  27.     title    = "Windows 3.1 SDK"
  28.  
  29. [data] ; Used for miscellaneous items
  30.     ;  long name of the program (including version)
  31.     welcome = "Microsoft Windows Software Development Kit Version 3.10"
  32.  
  33.     ; This entry is the library module which is used to determine Win libs
  34.     libcheckmodule = fmalloc
  35.  
  36.     ;  Default directory for installing SDK, MUST include a drive letter
  37.     defsdkedir      = C:\WINDEV
  38.     defrestoolsdir = BIN
  39.     defdbgtoolsdir = BIN
  40.     defdebugdir    = DEBUG     ; default created off of defdir
  41.     defnodebugdir  = NODEBUG   ; default created off of defdir
  42.     defincdir      = INCLUDE   ; Windows H and INC Directory
  43.     deflibdir      = LIB       ; Windows LIB Directory
  44.     defsamplesdir  = SAMPLES   ; Advanced Samples Directory
  45.     defguidedir    = GUIDE     ; Guide to Programming Samples Directory
  46.     defredistdir   = REDIST    ; Redistributable Files Directory
  47.  
  48. ;
  49. ; Disk space requirements for 3.1 Install files in bytes.
  50. ;
  51. ; Some caveats:
  52. ;   - maintain the relative order of these items
  53. ;   - don't attempt to set the value(s) (RHS) of any of these. The
  54. ;     utility SDKLAY will take care of this
  55. ;   - if any new categories are to be added, make sure INSTALL.EXE
  56. ;     knows about them.
  57. ;
  58.    restoolskbreq = 225280 ; base 0 + 225280
  59.    dbgtoolskbreq = 12288 ; base 0 + 12288
  60.    debugkbreq = 1392640 ; base 0 + 1392640
  61.    nodebugkbreq = 49152 ; base 0 + 49152
  62.    inckbreq = 262144 ; base 0 + 262144
  63.    wlibkbreq = 114688 ; base 0 + 114688
  64.  
  65.    sampleskbreq = 282624 ; base 0 + 282624
  66.    guidekbreq = 102400 ; base 0 + 102400
  67.    dupspace = 1441792 ; base 0 + 1441792
  68.    redistkbreq = 200704 ; base 0 + 200704
  69.  
  70.    estminreq = 2056192 ; base 0 + 2056192
  71.    estmaxreq = 2641920 ; base 0 + 2641920
  72.  
  73.  
  74. ; Here are the names of the disks Install can prompt for.
  75. ; There must be a disk name for each disk number used
  76. ;
  77. ; the directory may be relative to the directory Install was run from.
  78. ;
  79. ; the format is:
  80. ;
  81. ; n = path,disk name,disk tag file
  82. ;
  83. ; n           disk "number"  1-9,A-Z (single char only!)
  84. ; path        path of disk n
  85. ; name        name of disk n
  86. ; disk tag    a file on disk n (used to determine if disk is in drive)
  87. ;
  88. ; IE:
  89. ;   1 = \,"This is DISK #1",disk.1
  90. ;
  91. ; Removed disk letter for A: or B: install - CC
  92.  
  93. [disks]
  94.  
  95.   1= ., "Disk 1", \install.exe
  96.   2= ., "Disk 2", \debug\wifedpd.dll
  97. [samples] 
  98.   0:chelpex
  99.   0:showfont
  100.   0:winime
  101.  
  102. [guide] 
  103.   0:cliptext
  104.   0:editcntl
  105.   0:editfile
  106.  
  107.  
  108.  
  109. [install]
  110.     1:\install.exe
  111.     1:\install.inf
  112.  
  113.  
  114. [readme]
  115.     1:\creadme.txt
  116.     1:\glossary.txt
  117.  
  118.  
  119. [restools]
  120.     1:restools\hc31.err
  121.     1:restools\hc31.exe
  122.  
  123.  
  124. [dbgtools]
  125.     1:dbgtools\switch.bat
  126.  
  127.  
  128. [debug]
  129.     1:debug\gdi.exe
  130.     1:debug\gdi.sym
  131.     1:debug\krnl286.exe
  132.     1:debug\krnl286.sym
  133.     1:debug\krnl386.exe
  134.     1:debug\krnl386.sym
  135.     1:debug\mmsystem.dll
  136.     1:debug\user.exe
  137.     1:debug\user.sym
  138.     2:debug\mmsystem.sym
  139.     2:debug\wifedpd.dll
  140.     2:debug\wifedpd.sym
  141.  
  142.  
  143. [nodebug]
  144.     2:nodebug\gdi.sym
  145.     2:nodebug\krnl286.sym
  146.     2:nodebug\krnl386.sym
  147.     2:nodebug\mmsystem.sym
  148.     2:nodebug\user.sym
  149.     2:nodebug\wifedpd.sym
  150.  
  151.  
  152. [inc]
  153.     2:inc\common.ver
  154.     2:inc\ime.h
  155.     2:inc\imestruc.h
  156.     2:inc\oem_big5.h
  157.     2:inc\version.h
  158.     2:inc\windows.h
  159.     2:inc\windows.inc
  160.     2:inc\winnls.h
  161.  
  162.  
  163. [wlib]
  164.     2:wlib\libw.lib
  165.     2:wlib\oem_big5.lib
  166.     2:wlib\winnls.lib
  167.  
  168.  
  169. [redist]
  170.     2:redistrb\commdlg.twn
  171.     2:redistrb\ddeml.twn
  172.     2:redistrb\shell.twn
  173.     2:redistrb\ver.twn
  174.  
  175.  
  176. [showfont]
  177.     2:samples\showfont\cfont.c
  178.     2:samples\showfont\makefile
  179.     2:samples\showfont\showfont.c
  180.     2:samples\showfont\showfont.def
  181.     2:samples\showfont\showfont.h
  182.     2:samples\showfont\showfont.rc
  183.  
  184.  
  185. [chelpex]
  186.     2:samples\chelpex\chelpex.hlp
  187.     2:samples\chelpex\chelpex.hpj
  188.     2:samples\chelpex\chelpex.rtf
  189.     2:samples\chelpex\chelpex.wri
  190.     2:samples\chelpex\codec.bmp
  191.     2:samples\chelpex\keys.rtf
  192.     2:samples\chelpex\max2icon.bmp
  193.     2:samples\chelpex\mouse.bmp
  194.     2:samples\chelpex\terms.rtf
  195.     2:samples\chelpex\winword.bmp
  196.  
  197.  
  198. [winime]
  199.     2:samples\winime\dic.c
  200.     2:samples\winime\imesub.c
  201.     2:samples\winime\makefile
  202.     2:samples\winime\winime.c
  203.     2:samples\winime\winime.def
  204.     2:samples\winime\winime.h
  205.     2:samples\winime\winime.rc
  206.  
  207.  
  208. [cliptext]
  209.     2:guide\cliptext\cliptext.c
  210.     2:guide\cliptext\cliptext.def
  211.     2:guide\cliptext\cliptext.h
  212.     2:guide\cliptext\cliptext.rc
  213.     2:guide\cliptext\makefile
  214.  
  215.  
  216. [editcntl]
  217.     2:guide\editcntl\editcntl.c
  218.     2:guide\editcntl\editcntl.def
  219.     2:guide\editcntl\editcntl.h
  220.     2:guide\editcntl\editcntl.rc
  221.     2:guide\editcntl\makefile
  222.  
  223.  
  224. [editfile]
  225.     2:guide\editfile\editfile.c
  226.     2:guide\editfile\editfile.def
  227.     2:guide\editfile\editfile.h
  228.     2:guide\editfile\editfile.rc
  229.     2:guide\editfile\makefile
  230.