home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / micrsoft / internet / sdk / sdk_docs.exe / RCDATA / CABINET / SDKDocs.inf < prev    next >
Windows Setup INFormation  |  1996-10-09  |  1KB  |  58 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. SDK.Files=49001
  13. MSJava.CAB=49001, bin
  14.  
  15. ;
  16. ; Installation Targets
  17.  
  18. [DefaultInstall]
  19. CustomDestination=SDK.FileLocation
  20. RunPostSetupCommands=ExtractFiles
  21. Copyfiles=SDK.Files
  22. Delfiles=SDK.DelInf
  23.  
  24. [SDK.FileLocation]
  25. 49001=SDK.RootDir, 1
  26.  
  27. [SDK.RootDir]
  28. 'HKLM','Blah','Nothing','Enter the Destination Directory for the SDK Docs:','C:\SDK-Docs'
  29.  
  30. [ExtractFiles]
  31. %49001%\munge.exe /D %49001%\SDKDocs.cab
  32. %49001%\extract.exe /E /Y /L %49001% %49001%\SDKDocs.cab"
  33. %49001%\done.bat %49001%
  34.  
  35. [SDK.DelInf]
  36. SDK-Main.inf
  37.  
  38. [SDK.Files]
  39. SDKDocs.cab
  40. extract.exe
  41. munge.exe
  42. done.bat
  43.  
  44. [SourceDisksNames]
  45. 1=%SOURCEDISKNAME%,"",0
  46.  
  47. [SourceDisksFiles]
  48. SDKJava.cab=1
  49. extract.exe=1
  50. munge.exe=1
  51. done.bat=1
  52.  
  53. [Strings]
  54. SOURCEDISKNAME="SDK Docs
  55. JAVAVM_NAME="SDK for Java Documents"
  56.  
  57.  
  58.