home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / y2k / novell_updates / client / clty2kp1.exe / WIN95 / WINDOWS / SYSTEM / C32INST.INF < prev    next >
Windows Setup INFormation  |  1997-12-01  |  2KB  |  70 lines

  1. ; Novell Client32 Upgrade Utility INF file
  2. ;
  3. ;(c) Copyright 1996, by Novell, Inc. All rights reserved.
  4.  
  5. ; The following section contains the current version of the patch
  6. ; and is used for automated upgrades to patches.
  7. ;
  8. ; The version contains 4 fields. These are:
  9. ;
  10. ;  MajorVersion.MinorVersion.Revision.Level
  11. ;
  12. ; The major version, minor version, and revision are
  13. ; fields supplied by Novell, and refer to the version
  14. ; of the client software. These will be updated with
  15. ; each new version of the Novell Client.
  16. ;
  17. ; The level, on the other hand, is a customer/installation
  18. ; defined field. It is initially set to 0 by Novell,
  19. ; but may be set to any number that is desired by the
  20. ; system administrator. This may be used to cause updates.
  21. ; This field may range from 0 to 65000.
  22. ;
  23. ; The upgrade will take place if any part of the verion
  24. ; number is greater than that stored in the registry. Thus
  25. ; 1.1.1.1 is greater than 1.1.1.0 and 1.1.2.0 is greater
  26. ; than 1.1.1.9999
  27.  
  28.  
  29. [UpgradeVersion]
  30. Version=2.2.0.0
  31.  
  32. [version]
  33. Layoutfile=Layout.inf
  34. signature="$CHICAGO$"
  35. Class=Base
  36.  
  37. ;/**************************************************************************/
  38. ;  To upgrade a file on user's machine:
  39. ;       1.) Add a section to the CopyFiles list.
  40. ;       2.) Add the destination path for that section.
  41. ;       3.) Add a list of files to that section.
  42. ;       4.) Add source disk layout info. for those files.
  43. ;           If running from the Network place all the files in
  44. ;           one directory and no prompts will occur.
  45.  
  46.  
  47. [client32_add]
  48. Copyfiles=y2000.fix
  49.  
  50.  
  51. [DestinationDirs]
  52. y2000.fix       =       11      ; LDID_SYS
  53.  
  54. [y2000.fix]
  55. NWLOCALE.DLL,,,5
  56.  
  57. [SourceDisksNames]
  58. ; 0001 parameter indicates an OEM diskette, diskette will be prompted for
  59. ; if the file to be copied is not in the same directory as the INF file.
  60. 39=%DSK1_NOVELL%, "", 0001
  61.  
  62. [SourceDisksFiles]
  63. NWLOCALE.DLL = 39
  64.  
  65. [strings]
  66. ; Source Disks
  67. DSK1_NOVELL=             "IntranetWare Client for Windows 95 disk 2"
  68.  
  69.  
  70.