home *** CD-ROM | disk | FTP | other *** search
- ; Microsoft SDK for Java Installation
- ; Copyright (C) 1996 Microsoft Corporation
-
- [Version]
- Signature="$CHICAGO$"
- AdvancedINF=2.0, "You need a newer version of Advpack.dll"
-
- ;
- ; Destination Directories
-
- [DestinationDirs]
- SDK.SysFiles=11
-
- ;
- ; Installation Targets
-
- [DefaultInstall]
- CustomDestination=SDK.FileLocation
- RunPostSetupCommands=ExtractFiles
- Copyfiles=SDK.SysFiles
- Delfiles=SDK.DelInf
-
- [SDK.FileLocation]
- 49001=SDK.RootDir, 1
-
- [SDK.RootDir]
- 'HKLM','Blah','Nothing','Enter the Destination Directory for the SDK:','C:\SDK-Java.20'
-
- [ExtractFiles]
- SDKSE.exe /E /Y /L %49001%
- %49001%\Bin\MSVMJava.exe /r:n
-
- [SDK.DelInf]
- SDK-Main.inf
-
- [SDK.SysFiles]
- msvcrt.dll,,,32
-
- [SourceDisksNames]
- 1=%SOURCEDISKNAME%,"",0
-
- [SourceDisksFiles]
- msvcrt.dll=1
- SDKSE.exe=1
- SDKSE.pif=1
-
- [Strings]
- SOURCEDISKNAME="SDK"
- JAVAVM_NAME="SDK for Java"
- REGISTER_UNCAB="Extract SDK.CAB"
-
-
-