home *** CD-ROM | disk | FTP | other *** search
- ; VCHAT11.INF
- ;
- ; This is the Setup information file to install
- ; Microsoft V-Chat 1.1.
- ;
- ; Copyright (c) 1996-1997 Microsoft Corporation
- ;
-
- [Version]
- Signature = "$CHICAGO$"
- Provider = %MSFT%
- AdvancedINF = 2.5,"You need a new version of advpack.dll"
-
- [DefaultInstall]
- CopyFiles = ProductFiles, InfFiles, SysFiles, SharedAvatarFiles, SharedImageFiles, SharedSoundFiles, MiscFiles
- AddReg = VChatReg, VChatReg95
- UpdateInis = VChatInis
- Uninstall = VChatUninstall
- CustomDestination = InstallDestination
- SmartReboot = N
- RunPostSetupCommands = PostSetupCommands
-
- [DefaultInstall.NT]
- CopyFiles = ProductFiles, InfFiles, SysFiles, SharedAvatarFiles, SharedImageFiles, SharedSoundFiles, MiscFiles
- AddReg = VChatReg, VChatRegNT
- UpdateInis = VChatInisNT
- Uninstall = VChatUninstall
- CustomDestination = InstallDestination
- SmartReboot = N
- RunPostSetupCommands = PostSetupCommands
-
- [VChatUninstall.NT]
- DelFiles = ProductFiles, SharedAvatarFiles, SharedImageFiles, SharedSoundFiles
- UpdateInis = VChatDelInis
- DelReg = VChatDelReg
- BeginPrompt = UninstallBeginPromptSection
- EndPrompt = UninstallEndPromptSection
- CustomDestination = UninstallDestination
- RunPostSetupCommands = PostUninstallSection.NT
- CleanUp = 1
-
- [VChatUninstall.95]
- DelFiles = ProductFiles, SharedAvatarFiles, SharedImageFiles, SharedSoundFiles
- UpdateInis = VChatDelInis
- DelReg = VChatDelReg
- BeginPrompt = UninstallBeginPromptSection
- EndPrompt = UninstallEndPromptSection
- CustomDestination = UninstallDestination
- RunPostSetupCommands = PostUninstallSection.95
- CleanUp = 1
-
- [PostSetupCommands]
- ;install the Compass V-Chat environment
- %DefaultWorldPackage% /N:g /Q
- ;install the WININET.DLL and associated files
- wintdist.exe /N:g
- ;update items on the StartMenu
- grpconv.exe -o
-
- [PostUninstallSection.NT]
- ;remove the v-chat directories and their contents
- %25%\vchatdel.exe -F """%49000%\%CacheDir%""" -R -D
- %25%\vchatdel.exe -F """%49000%\%SharedDir%""" -R -D
- %25%\vchatdel.exe -F """%49000%\%WorldsDir%""" -R -D
- %25%\vchatdel.exe -F """%49000%""" -R
-
- [PostUninstallSection.95]
- ;remove the v-chat directories and their contents
- %25%\vchatdel.exe -F "%49000%\%CacheDir%" -R -D
- %25%\vchatdel.exe -F "%49000%\%SharedDir%" -R -D
- %25%\vchatdel.exe -F "%49000%\%WorldsDir%" -R -D
- %25%\vchatdel.exe -F "%49000%" -R
-
- [InstallDestination]
- ;<OEM SFN>, <ANSI LFN>, <ANSI SFN>, <OEM LFN> = <SECTION>, Flag
- 49010,49011,49012,49013 = ProgramFilesDir,5
- 49000,49001,49002,49003 = VChatFilesDir,1
-
- [UninstallDestination]
- 49000 = VChatUninstFilesDir,5
-
- [VChatUninstFilesDir]
- HKLM,"SOFTWARE\Microsoft\%VChatName%","InstallDir","",""
-
- [ProgramFilesDir]
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir","",""
-
- [VChatFilesDir]
- HKLM,"SOFTWARE\Microsoft\%VChatName%","InstallDir","%LocationPrompt%","%49011%\%VChatDir%"
-
- [BeginPrompt]
- Title = %VChatName%
-
- [UninstallBeginPromptSection]
- Prompt = %UninstallBeginPrompt%
- ButtonType = YESNO
- Title = %VChatName%
-
- [UninstallEndPromptSection]
- Prompt = %UninstallEndPrompt%
-
- [VChatInis]
- ;adds shortcut to StartMenu
- setup.ini, progman.groups,, "group0=""%VChatGroup%"""
- setup.ini, group0,, ""%VChatGroup%""
- setup.ini, group0,, """%VChatGroup%"", ""%49002%\%ExeName%"",,0,"
-
- [VChatInisNT]
- ;adds shortcut to StartMenu (NT only)
- setup.ini, progman.groups,, "group0=""%VChatGroup%"""
- setup.ini, group0,, """%VChatGroup%"", """"""%49001%\%ExeName%"""""""
-
- [VChatDelInis]
- ;removes shortcut from StartMenu
- setup.ini, progman.groups,, "group0=""%VChatGroup%"""
- setup.ini, group0,, """%VChatGroup%"""
-
- [VChatReg]
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%",,,"%49001%\%ExeName%"
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%","Path",,"%49001%"
- HKLM,"SOFTWARE\Microsoft\%VChatName%","InstallDir",,"%49001%"
- ;register file type (.vce)
- HKCR,%VChatExtension%,,,"%VChatDesc%"
- HKCR,%VChatDesc%,,,"%VCEDesc%"
- HKCR,%VChatDesc%,"IsShortcut",,""
- HKCR,%VChatDesc%,"NeverShowExt",,""
- HKCR,%VChatDesc%\Shell\Open,,,"&Open"
- HKCR,%VChatDesc%\Shell\Open\Command,,,"%49001%\VChat11.exe ""%1"""
- HKCR,%VChatDesc%\DefaultIcon,,,"%49001%\VChat11.exe,0"
- ; add entry for default server name
- HKCU,"SOFTWARE\Microsoft\%VChatShortName%\%VChatName%\Settings\MRUServerNames","ServerName",,"%DefaultServerName%
- ; add entry for default world name
- HKCU,"SOFTWARE\Microsoft\%VChatShortName%\%VChatName%\Settings","Channel",,"%DefaultWorldName%
- ; add entry for default publishing server name
- HKCU,"SOFTWARE\Microsoft\%VChatShortName%\%VChatName%\Settings\MRUAvatarServers","ServerName",,"%DefaultAvatarServer%
-
- [VChatReg95]
- ; add uninstall reg entry
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\V-Chat,"DisplayName",,"%VChatName%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\V-Chat,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\%InfFileName%,VChatUninstall.95"
-
- [VChatRegNT]
- ; add uninstall reg entry
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\V-Chat,"DisplayName",,"%VChatName%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\V-Chat,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\%InfFileName%,VChatUninstall.NT"
-
- [VChatDelReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\V-Chat
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%"
- HKLM,"SOFTWARE\Microsoft\%VChatName%"
- HKCU,"SOFTWARE\Microsoft\%VChatShortName%"
- HKCR,"%VChatDesc%"
- HKCR,"%VChatExtension%"
-
- [DestinationDirs]
- ProductFiles = 49000
- InfFiles = 17
- SysFiles = 11
- SharedAvatarFiles = 49000,%SharedAvatarDir%
- SharedImageFiles = 49000,%SharedImageDir%
- SharedSoundFiles = 49000,%SharedSoundDir%
- CacheAvatarFiles = 49000,%CacheDir%
- MiscFiles = 25
-
- [ProductFiles]
- VCHAT11.EXE
- VCHAT11.HLP
- VCHAT11.CNT
- GOTHIC.TTF
- LICENSE.TXT
-
- [InfFiles]
- VCHAT11.INF
-
- [SysFiles]
- MFC42.DLL
- MSVCRT.DLL
- CHATSOCK.DLL
-
- [SharedAvatarFiles]
- AMANI.PNG
- ANDERSON.PNG
- BRB.PNG
- CRAB.PNG
- DANCER.PNG
- DEFAULT.PNG
- CAT.PNG
- DUGGAN.PNG
- DRED.PNG
- JOEY.PNG
- LULU.PNG
- MANNY.PNG
- MONTY.PNG
- PEPPIE.PNG
- POSSUM.PNG
- ROSA.PNG
- SKY.PNG
- TARO.PNG
- UNCLMORT.PNG
- VIOLET.PNG
- YUKO.PNG
-
- [SharedImageFiles]
- README.TXT
-
- [SharedSoundFiles]
- COLLIDE.WAV
- ENTER.WAV
- EXIT.WAV
-
- [MiscFiles]
- VCHATDEL.EXE
-
- [SourceDisksNames]
- 1 = %DiskName%,,1
-
- [SourceDisksFiles]
- VCHAT11.EXE = 1
- VCHAT11.HLP = 1
- VCHAT11.CNT = 1
- GOTHIC.TTF = 1
- LICENSE.TXT = 1
- VCHAT11.INF = 1
- MFC42.DLL = 1
- MSVCRT.DLL = 1
- CHATSOCK.DLL = 1
- AMANI.PNG = 1
- ANDERSON.PNG = 1
- BRB.PNG = 1
- CRAB.PNG = 1
- DANCER.PNG = 1
- DEFAULT.PNG = 1
- CAT.PNG = 1
- DUGGAN.PNG = 1
- DRED.PNG = 1
- JOEY.PNG = 1
- LULU.PNG = 1
- MANNY.PNG = 1
- MONTY.PNG = 1
- PEPPIE.PNG = 1
- POSSUM.PNG = 1
- ROSA.PNG = 1
- SKY.PNG = 1
- TARO.PNG = 1
- UNCLMORT.PNG = 1
- VIOLET.PNG = 1
- YUKO.PNG = 1
- README.TXT = 1
- COLLIDE.WAV = 1
- ENTER.WAV = 1
- EXIT.WAV = 1
- VCHATDEL.EXE = 1
-
- [Strings]
- VCEDesc = "Microsoft V-Chat 1.1 Shortcut"
- VChatGroup = "Microsoft V-Chat 1.1"
- VChatName = "Microsoft V-Chat 1.1"
- VChatShortName = "V-Chat 1.1"
- VChatDir = "V-Chat"
- VChatExtension = ".vce"
- ExeName = "VChat11.exe"
- InfFileName = "Vchat11.inf"
- SharedAvatarDir = "Shared\Avatars"
- SharedImageDir = "Shared\Images"
- SharedSoundDir = "Shared\Sounds"
- CacheDir = "Cache"
- SharedDir = "Shared"
- WorldsDir = "Worlds"
- VChat_LINK = "Microsoft V-Chat 1.1"
- VChatDesc = "V-Chat.Files"
- DiskName = "Microsoft V-Chat 1.1 Installation Disk"
- LocationPrompt = "Install Microsoft V-Chat 1.1 to:"
- UninstallBeginPrompt = "Uninstalling will remove V-Chat, all environments, and avatars. Do you wish to continue?"
- UninstallEndPrompt = "Microsoft V-Chat 1.1 has been successfully removed from your system."
- ;v-chat world to be distributed with this package
- DefaultWorldPackage = "COMPASS.EXE"
- DefaultServerName = "vchat1.microsoft.com"
- DefaultAvatarServer = "http://vchat2.microsoft.com/AvaPub.DLL"
- DefaultWorldName = "#Compass"
-