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.Files=49001
- MSJava.CAB=49001, bin
-
- ;
- ; Installation Targets
-
- [DefaultInstall]
- CustomDestination=SDK.FileLocation
- RunPostSetupCommands=ExtractFiles
- Copyfiles=SDK.Files
- Delfiles=SDK.DelInf
-
- [SDK.FileLocation]
- 49001=SDK.RootDir, 1
-
- [SDK.RootDir]
- 'HKLM','Blah','Nothing','Enter the Destination Directory for the SDK Docs:','C:\SDK-Docs'
-
- [ExtractFiles]
- %49001%\munge.exe /D %49001%\SDKDocs.cab
- %49001%\extract.exe /E /Y /L %49001% %49001%\SDKDocs.cab"
- %49001%\done.bat %49001%
-
- [SDK.DelInf]
- SDK-Main.inf
-
- [SDK.Files]
- SDKDocs.cab
- extract.exe
- munge.exe
- done.bat
-
- [SourceDisksNames]
- 1=%SOURCEDISKNAME%,"",0
-
- [SourceDisksFiles]
- SDKJava.cab=1
- extract.exe=1
- munge.exe=1
- done.bat=1
-
- [Strings]
- SOURCEDISKNAME="SDK Docs
- JAVAVM_NAME="SDK for Java Documents"
-
-
-