home *** CD-ROM | disk | FTP | other *** search
- ; COMPASS.INF
- ;
- ; This is a Setup information file
- ; to install the Compass Microsoft V-Chat world
- ;
- ; Copyright (c) 1993-1997 Microsoft Corporation
- ;
-
- [Version]
- Signature = "$CHICAGO$"
- Provider = %MSFT%
- AdvancedINF = 2.5,"You need a new version of advpack.dll"
-
- [DefaultInstall]
- CopyFiles = WorldDataFiles, WorldImagesFiles, WorldSoundsFiles, WorldAvatarFiles
- CustomDestination = InstallDestination
- AddReg = AddRegSection
-
- [AddRegSection]
- ;register world version
- HKLM,"SOFTWARE\Microsoft\%VChatName%\%WorldName%","Version",,"%Version%"
- HKLM,"SOFTWARE\Microsoft\%VChatName%\%WorldName%","File Name",,"%ExeName%"
- HKLM,"SOFTWARE\Microsoft\%VChatName%\%WorldName%","Full World Name",,"%FullWorldName%"
-
- [InstallDestination]
- 49000 = VChatFilesDir,7
-
- [VChatFilesDir]
- HKLM,"SOFTWARE\Microsoft\%VChatName%","InstallDir","%NoVChatError%",""
-
- [BeginPrompt]
- Title = %DlgTitle%
-
- [DestinationDirs]
- WorldDataFiles = 49000,%WorldDataDir%
- WorldImagesFiles = 49000,%WorldImagesDir%
- WorldSoundsFiles = 49000,%WorldSoundsDir%
- WorldAvatarFiles = 49000,%WorldAvatarDir%
-
- [WorldDataFiles]
- ; these files get copied to the 'V-Chat\Worlds\<world>\DATA' subdirectory
- ABOUT.TXT
- HOTLINKS.TXT
- WORLD.PAL
- WORLD.TXT
- WORLD.WDB
-
- [WorldImagesFiles]
- ; these files get copied to the 'V-Chat\Worlds\<world>\IMAGES' subdirectory
- COMPASS.GIF
- GRAD_B.GIF
- GRAD_M.GIF
- MIRO1.GIF
- MIRO3.GIF
- MIRO5.GIF
- BILBRD.GIF
- BIRD.GIF
- CARVING.GIF
- FISH.GIF
- GRAD_F.GIF
- GRAD_P.GIF
- MIRO2.GIF
- MIRO4.GIF
- MIRO_S~1.GIF
-
- [WorldSoundsFiles]
- ; these files get copied to the 'V-Chat\Worlds\<world>\SOUNDS' subdirectory
- COLLIDE.WAV
- ENTER.WAV
- EXIT.WAV
- SONG.WAV
- SONG2.WAV
-
- [WorldAvatarFiles]
- ; these files get copied to the 'V-Chat\Worlds\<world>\AVATARS' subdirectory
-
- [SourceDisksNames]
- 1 = %DiskName%,,1
-
- [SourceDisksFiles]
- ;list all files here and which source disk they reside on
- ABOUT.TXT = 1
- HOTLINKS.TXT = 1
- WORLD.PAL = 1
- WORLD.TXT = 1
- WORLD.WDB = 1
- COMPASS.GIF = 1
- GRAD_B.GIF = 1
- GRAD_M.GIF = 1
- MIRO1.GIF = 1
- MIRO3.GIF = 1
- MIRO5.GIF = 1
- BILBRD.GIF = 1
- BIRD.GIF = 1
- CARVING.GIF = 1
- FISH.GIF = 1
- GRAD_F.GIF = 1
- GRAD_P.GIF = 1
- MIRO2.GIF = 1
- MIRO4.GIF = 1
- MIRO_S~1.GIF = 1
- COLLIDE.WAV = 1
- ENTER.WAV = 1
- EXIT.WAV = 1
- SONG.WAV = 1
- SONG2.WAV = 1
-
- [Strings]
- WorldName = "Compass"
- FullWorldName = "Compass"
- Version = "1.1"
- VChatName = "Microsoft V-Chat 1.1"
- ExeName = "VChat11.exe"
- DlgTitle = "Microsoft V-Chat Compass Setup"
- WorldDataDir = "Worlds\Compass\Data"
- WorldImagesDir = "Worlds\Compass\Images"
- WorldSoundsDir = "Worlds\Compass\Sounds"
- WorldAvatarDir = "Worlds\Compass\Avatars"
- DiskName = "Microsoft's Compass Installation Disk"
- NoVChatError = "Microsoft V-Chat 1.1 must be installed before installing this environment."
- MSFT = "Microsoft Corporation"
-