home *** CD-ROM | disk | FTP | other *** search
- ; Microsoft SDK for Java Installation
- ; Copyright (C) 1996 Microsoft Corporation
-
- [Version]
- Signature="$CHICAGO$"
- AdvancedINF=2.5, "You need a newer version of Advpack.dll"
-
- ;
- ; Installation Targets
-
- [NoOp]
- CustomDestination=SDK.AutoFileLocation
-
- [SDKInstall]
- CustomDestination=SDK.AutoFileLocation
- RunPostSetupCommands=SDKExtractFiles
-
- [DownloadOnly]
- CustomDestination=SDK.AutoFileLocation
- RunPostSetupCommands=DownloadOnlyExtractFiles
-
- [SDKInstallOnly]
- CustomDestination=InstallOnlyLocation
- RunPostSetupCommands=InstallOnlyExtractFiles
-
- [InstallOnlyLocation]
- 49000=SourceDir
-
- [CopyFile]
- CustomDestination=CopyFileLocation
- RunPostSetupCommands=CopyVMExe
-
- [CopyFileLocation]
- 49000=SourceDir
- 49001=SDK.ComponentDir,5
-
- [SDK.AutoFileLocation]
- 49000=SourceDir
- 49001=SDK.ComponentDir,5
-
- [DownloadOnlyExtractFiles]
- ;;BUGBUG: Extrac32 will fail out if the exe is already in use.
- %10%\extrac32.exe /E /Y /A /L """%49001%""" %49000%\VM01.cab
-
- [SDKExtractFiles]
- ;;BUGBUG: Extrac32 will fail out if the exe is already in use.
- %10%\extrac32.exe /E /Y /A /L """%49001%""" %49000%\VM01.cab
- %49001%\msjavx86.exe /q:a /r:n /C:"""javatrig.exe /q /l /nodev"""
-
- [InstallOnlyExtractFiles]
- ;;BUGBUG: Extrac32 will fail out if the exe is already in use.
- %10%\extrac32.exe /E /Y /A /L """%49000%""" %49000%\VM01.cab
- %49000%\msjavx86.exe /q:a /r:n /C:"""javatrig.exe /q /l /nodev"""
-
- [CopyVMExe]
- %10%\extrac32.exe /Y /C """%49000%\msjavx86.exe""" """%49001%\msjavx86.exe"""
-
- [SDK.ComponentDir]
- 'HKLM','Software\Microsoft\SDKJava','ComponentDirectory','',''
-
- [SourceDisksNames]
- 1=%SOURCEDISKNAME%,"",0
-
- [SourceDisksFiles]
- VM00.cab=1
- VM01.cab=1
- VM02.cab=1
- VM03.cab=1
-
- [Strings]
- SOURCEDISKNAME="VMEXE"
- ClassId="{9E769FE1-E673-11d0-BDCE-00A0C9111212}"
-
-