home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 6 / IOPROG_06.ISO / soft / sdkdocs.exe / SDKDocs.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-03-27  |  766 b   |  44 lines

  1. ;  Microsoft SDK for Java Installation
  2. ;  Copyright (C) 1996 Microsoft Corporation
  3.  
  4. [Version]
  5. Signature="$CHICAGO$"
  6. AdvancedINF=2.0, "You need a newer version of Advpack.dll"
  7.  
  8. ;
  9. ; Destination Directories
  10.  
  11. [DestinationDirs]
  12.  
  13. ;
  14. ; Installation Targets
  15.  
  16. [DefaultInstall]
  17. CustomDestination=SDK.FileLocation
  18. RunPostSetupCommands=ExtractFiles
  19. Delfiles=SDK.DelInf
  20.  
  21. [SDK.FileLocation]
  22. 49001=SDK.RootDir, 1
  23.  
  24. [SDK.RootDir]
  25. 'HKLM','Blah','Nothing','Enter the Destination Directory for the SDK Docs:','C:\SDK-Docs'
  26.  
  27. [ExtractFiles]
  28. SDKJDoc.exe /E /Y /L %49001%
  29.  
  30. [SDK.DelInf]
  31. SDK-Main.inf
  32.  
  33. [SourceDisksNames]
  34. 1=%SOURCEDISKNAME%,"",0
  35.  
  36. [SourceDisksFiles]
  37. SDKJDoc=1
  38.  
  39. [Strings]
  40. SOURCEDISKNAME="SDK Docs
  41. JAVAVM_NAME="SDK for Java Documents"
  42.  
  43.  
  44.