home *** CD-ROM | disk | FTP | other *** search
- ; Microsoft Java VM Installation
- ; Copyright (C) 1996 Microsoft Corporation
-
- [Version]
- Signature="$CHICAGO$"
- SetupClass=Base
-
- ;
- ; Destination Directories
-
- [DestinationDirs]
- MSJAVA.SysFiles=11
- MSJAVA.MSVCFiles=11
- MSJAVA.WinFiles=10
- MSJAVA.InfFiles=17
- MSJAVA.ClassFiles=10,Java\Classes
-
- ;
- ; Installation Targets
-
- [DefaultInstall]
- CopyFiles=MSJAVA.InfFiles,MSJAVA.SysFiles,MSJAVA.MSVCFiles,MSJAVA.WinFiles,MSJAVA.IniFiles,MSJAVA.ClassFiles
- AddReg=MSJAVA.reg
-
- [DefaultUnInstall]
- DelFiles=MSJAVA.InfFiles,MSJAVA.SysFiles,MSJAVA.WinFiles,MSJAVA.IniFiles,MSJAVA.ClassFiles
- DelReg=MSJAVA.unreg
-
- [MSJAVA.reg]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_MSJAVA%,0,"%11%\regsvr32.exe /s %11%\msjava.dll"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_VMHELPER%,0,"%11%\regsvr32.exe /s %11%\vmhelper.dll"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_JAVAPRXY%,0,"%11%\regsvr32.exe /s %11%\javaprxy.dll"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",%REGISTER_JDBGMGR%,0,"%11%\jdbgmgr.exe -regserver"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Java VM","DisplayName",,%JAVAVM_NAME%
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Java VM","UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUnInstall 4 msjava.inf"
- HKLM,"Software\Microsoft\Java VM","Classpath",0,"%10%\java\classes\classes.zip;."
- HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"http://www.microsoft.com/ie/ie3/openpage.htm"
-
- [MSJAVA.unreg]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Java VM"
- HKLM,"Software\Microsoft\Java VM"
-
- [MSJAVA.InfFiles]
- msjava.inf
-
- [MSJAVA.SysFiles]
- jit.dll
- javaprxy.dll
- jdbgmgr.exe
- msjava.dll
- vmhelper.dll
- javart.dll
- msawt.dll
- javavrfy.dll
-
- [MSJAVA.MSVCFiles]
- mfc40.dll
- msvcrt40.dll
- regsvr32.exe
- mshtml.dll
-
- [MSJAVA.WinFiles]
- runvm.exe
-
- [MSJAVA.ClassFiles]
- classes.zip
-
- [SourceDisksNames]
- 1=%SOURCEDISKNAME%,"",0
-
- [SourceDisksFiles]
- msjava.inf=1
- regsvr32.exe=1
- jit.dll=1
- javaprxy.dll=1
- jdbgmgr.exe=1
- msjava.dll=1
- vmhelper.dll=1
- javart.dll=1
- runvm.exe=1
- msawt.dll=1
- mfc40.dll=1
- msvcrt40.dll=1
- classes.zip=1
- mshtml.dll=1
- javavrfy.dll=1
-
- [Strings]
- SOURCEDISKNAME="Java Support for Internet Explorer"
- JAVAVM_NAME="Java Support for Internet Explorer"
- %REGISTER_MSJAVA%="Register Microsoft Java VM"
- %REGISTER_VMHELPER%="Register Microsoft Java VM Helper"
- %REGISTER_JAVAPRXY%="Register Microsoft Java VM Proxies"
- %REGISTER_JDBGMGR%="Register Microsoft Java Debug Manager"
-