home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / sdk20 / sdkjdoc.cab / sdkjdoc.inf < prev   
Encoding:
Windows Setup INFormation  |  1997-09-25  |  1.6 KB  |  73 lines

  1. ;  Microsoft SDK for Java Installation
  2. ;  Copyright (C) 1996 Microsoft Corporation
  3.  
  4. [Version]
  5. Signature="$CHICAGO$"
  6. AdvancedINF=2.5, "You need a newer version of Advpack.dll"
  7.  
  8. ;
  9. ; Installation Targets
  10.  
  11. [DefaultInstall]
  12. CustomDestination=DOC.FileLocation
  13. Delfiles=DOC.DelInf
  14. AddReg=SetRegistry
  15. RunPostSetupCommands=ExtractFiles
  16.  
  17. [SDKInstall]
  18. CustomDestination=SDK.AutoFileLocation
  19. Delfiles=DOC.DelInf
  20. AddReg=SetRegistry
  21. RunPostSetupCommands=SDKExtractFiles
  22.  
  23.  
  24. [DOC.FileLocation]
  25. 49000=SourceDir
  26. 49001=DOC.RootDir, 1
  27.  
  28. [DOC.RootDir]
  29. 'HKLM','SOFTWARE\Microsoft\SDKJava\','ExpectedDocsDir','Enter the Destination Directory for the SDK:','C:\SDK-DOCS'
  30.  
  31. [SDK.AutoFileLocation]
  32. 49000=SourceDir
  33. 49001=SDK.AutoRootDir, 7
  34.  
  35. [SDK.AutoRootDir]
  36. 'HKLM','Software\Microsoft\SDKJava','DOC Dir','','C:\SDK-Java.20'
  37.  
  38. [ExtractFiles]
  39. %49000%\extrac32.exe /E /Y /L """%49001%""" %49000%\sdkdoc.cab
  40.  
  41. [SDKExtractFiles]
  42. %10%\extrac32.exe /E /Y /L """%49001%""" %49000%\sdkdoc.cab
  43.  
  44. [SetRegistry]
  45. HKLM,"Software\Microsoft\SDKJava","DocsDir",0,"%49001%"
  46. HKLM,"Software\Microsoft\SDKJava","ExpectedJDKDocDir",2,"%49001%"
  47. HKLM,"Software\Microsoft\SDKJava","ExpectedDX3JDocDir",2,"%49001%"
  48. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%ClassId%",,0,"SDK Documentation"
  49. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%ClassId%","Version",0,"4,79,%VERNUM%,%VMVER%"
  50.  
  51.  
  52. [DOC.DelInf]
  53. sdkjdoc.inf
  54.  
  55. [SourceDisksNames]
  56. 1=%SOURCEDISKNAME%,"",0
  57.  
  58. [SourceDisksFiles]
  59. SDKDOC.cab=1
  60. extrac32.exe=1
  61.  
  62. [Strings]
  63. SOURCEDISKNAME="SDKDOCS"
  64. ClassId="{526B7280-C7F6-11d0-94E7-00C04FD7BB1D}"
  65. VERNUM=2257
  66. VMVER=2252
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.