home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / MSJAVA / IE30JAVA.EXE / MSJAVA.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1996-06-19  |  2.5 KB  |  96 lines

  1. ;  Microsoft Java VM Installation
  2. ;  Copyright (C) 1996 Microsoft Corporation
  3.  
  4. [Version]
  5. Signature="$CHICAGO$"
  6. SetupClass=Base
  7.  
  8. ;
  9. ; Destination Directories
  10.  
  11. [DestinationDirs]
  12. MSJAVA.SysFiles=11
  13. MSJAVA.MSVCFiles=11
  14. MSJAVA.WinFiles=10
  15. MSJAVA.InfFiles=17
  16. MSJAVA.ClassFiles=10,Java\Classes
  17.  
  18. ;
  19. ; Installation Targets
  20.  
  21. [DefaultInstall]
  22. CopyFiles=MSJAVA.InfFiles,MSJAVA.SysFiles,MSJAVA.MSVCFiles,MSJAVA.WinFiles,MSJAVA.IniFiles,MSJAVA.ClassFiles
  23. AddReg=MSJAVA.reg
  24.  
  25. [DefaultUnInstall]
  26. DelFiles=MSJAVA.InfFiles,MSJAVA.SysFiles,MSJAVA.WinFiles,MSJAVA.IniFiles,MSJAVA.ClassFiles
  27. DelReg=MSJAVA.unreg
  28.  
  29. [MSJAVA.reg]
  30. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_MSJAVA%,0,"%11%\regsvr32.exe /s %11%\msjava.dll"
  31. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_VMHELPER%,0,"%11%\regsvr32.exe /s %11%\vmhelper.dll"
  32. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_JAVAPRXY%,0,"%11%\regsvr32.exe /s %11%\javaprxy.dll"
  33. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_JDBGMGR%,0,"%11%\jdbgmgr.exe -regserver"
  34. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Java VM","DisplayName",,%JAVAVM_NAME%
  35. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Java VM","UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUnInstall 4 msjava.inf" 
  36. HKLM,"Software\Microsoft\Java VM","Classpath",0,"%10%\java\classes\classes.zip;."
  37. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"http://www.microsoft.com/ie/ie3/openpage.htm"
  38.  
  39. [MSJAVA.unreg]
  40. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Java VM"
  41. HKLM,"Software\Microsoft\Java VM"
  42.  
  43. [MSJAVA.InfFiles]
  44. msjava.inf
  45.  
  46. [MSJAVA.SysFiles]
  47. jit.dll
  48. javaprxy.dll
  49. jdbgmgr.exe
  50. msjava.dll
  51. vmhelper.dll
  52. javart.dll
  53. msawt.dll
  54. javavrfy.dll
  55.  
  56. [MSJAVA.MSVCFiles]
  57. mfc40.dll
  58. msvcrt40.dll
  59. regsvr32.exe
  60. mshtml.dll
  61.  
  62. [MSJAVA.WinFiles]
  63. runvm.exe
  64.  
  65. [MSJAVA.ClassFiles]
  66. classes.zip
  67.  
  68. [SourceDisksNames]
  69. 1=%SOURCEDISKNAME%,"",0
  70.  
  71. [SourceDisksFiles]
  72. msjava.inf=1
  73. regsvr32.exe=1
  74. jit.dll=1
  75. javaprxy.dll=1
  76. jdbgmgr.exe=1
  77. msjava.dll=1
  78. vmhelper.dll=1
  79. javart.dll=1
  80. runvm.exe=1
  81. msawt.dll=1
  82. mfc40.dll=1
  83. msvcrt40.dll=1
  84. classes.zip=1
  85. mshtml.dll=1
  86. javavrfy.dll=1
  87.  
  88. [Strings]
  89. SOURCEDISKNAME="Java Support for Internet Explorer"
  90. JAVAVM_NAME="Java Support for Internet Explorer"
  91. %REGISTER_MSJAVA%="Register Microsoft Java VM"
  92. %REGISTER_VMHELPER%="Register Microsoft Java VM Helper"
  93. %REGISTER_JAVAPRXY%="Register Microsoft Java VM Proxies"
  94. %REGISTER_JDBGMGR%="Register Microsoft Java Debug Manager"
  95.  
  96.