home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / sdk20 / vm00.cab / vm.inf
Encoding:
Windows Setup INFormation  |  1997-09-24  |  1.8 KB  |  74 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. [NoOp]
  12. CustomDestination=SDK.AutoFileLocation
  13.  
  14. [SDKInstall]
  15. CustomDestination=SDK.AutoFileLocation
  16. RunPostSetupCommands=SDKExtractFiles
  17.  
  18. [DownloadOnly]
  19. CustomDestination=SDK.AutoFileLocation
  20. RunPostSetupCommands=DownloadOnlyExtractFiles
  21.  
  22. [SDKInstallOnly]
  23. CustomDestination=InstallOnlyLocation
  24. RunPostSetupCommands=InstallOnlyExtractFiles
  25.  
  26. [InstallOnlyLocation]
  27. 49000=SourceDir
  28.  
  29. [CopyFile]
  30. CustomDestination=CopyFileLocation
  31. RunPostSetupCommands=CopyVMExe
  32.  
  33. [CopyFileLocation]
  34. 49000=SourceDir
  35. 49001=SDK.ComponentDir,5
  36.  
  37. [SDK.AutoFileLocation]
  38. 49000=SourceDir
  39. 49001=SDK.ComponentDir,5
  40.  
  41. [DownloadOnlyExtractFiles]
  42. ;;BUGBUG:  Extrac32 will fail out if the exe is already in use.
  43. %10%\extrac32.exe /E /Y /A /L """%49001%""" %49000%\VM01.cab
  44.  
  45. [SDKExtractFiles]
  46. ;;BUGBUG:  Extrac32 will fail out if the exe is already in use.
  47. %10%\extrac32.exe /E /Y /A /L """%49001%""" %49000%\VM01.cab
  48. %49001%\msjavx86.exe /q:a /r:n /C:"""javatrig.exe /q /l /nodev"""
  49.  
  50. [InstallOnlyExtractFiles]
  51. ;;BUGBUG:  Extrac32 will fail out if the exe is already in use.
  52. %10%\extrac32.exe /E /Y /A /L """%49000%""" %49000%\VM01.cab
  53. %49000%\msjavx86.exe /q:a /r:n /C:"""javatrig.exe /q /l /nodev"""
  54.  
  55. [CopyVMExe]
  56. %10%\extrac32.exe /Y /C """%49000%\msjavx86.exe""" """%49001%\msjavx86.exe"""
  57.  
  58. [SDK.ComponentDir]
  59. 'HKLM','Software\Microsoft\SDKJava','ComponentDirectory','',''
  60.  
  61. [SourceDisksNames]
  62. 1=%SOURCEDISKNAME%,"",0
  63.  
  64. [SourceDisksFiles]
  65. VM00.cab=1
  66. VM01.cab=1
  67. VM02.cab=1
  68. VM03.cab=1
  69.  
  70. [Strings]
  71. SOURCEDISKNAME="VMEXE"
  72. ClassId="{9E769FE1-E673-11d0-BDCE-00A0C9111212}"
  73.  
  74.