home *** CD-ROM | disk | FTP | other *** search
- ; GVoice.inf
- ; Installation file for SideWinder Game Voice Share.
-
- [Version]
- Signature=$CHICAGO$
- AdvancedINF=2.5,%NewAdvPackPrompt%
-
- [DefaultInstall]
- RequiredEngine=SETUPAPI, %MissingSetupApiPrompt% ; Improved long filename support over default SetupX.dll
- RunPreSetupCommands=InstCloseCommand
- Copyfiles = GameVoiceINFCopy, GameVoiceCoreCopy, GameVoiceSysCopy, WavesCopy, FontCopy
- AddReg = GameVoiceReg, GameVoiceUninstallKey, MSGVBitsInstallReg, FontReg.W95
- RunPostSetupCommands = InstallPostCommand
- UpdateInis = GameVoiceInis
- CustomDestination=CustomDestinationSection
-
- [DefaultInstall.NT]
- RequiredEngine=SETUPAPI, %MissingSetupApiPrompt% ; Improved long filename support over default SetupX.dll
- RunPreSetupCommands=InstCloseCommand
- Copyfiles = GameVoiceINFCopy, GameVoiceCoreCopy, GameVoiceSysCopy, WavesCopy, FontCopy
- AddReg = GameVoiceReg, GameVoiceUninstallKey, MSGVBitsInstallReg, FontReg.NT
- RunPostSetupCommands = InstallPostCommand
- UpdateInis = GameVoiceInis
- CustomDestination=CustomDestinationSection
-
- [SourceDisksNames]
- 1="%MSAppName%",,0
-
- [CustomDestinationSection]
- 49301=ProgramFilesDir, 5
- 49000=CustomDestSection, 1
-
- [CustomDestSection]
- 'HKLM','SOFTWARE\Microsoft\GVShare','InstallDir','%InstallDirPrompt%','%49301%\%ProductName%'
-
- [ProgramFilesDir]
- HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
-
- [DestinationDirs]
- GameVoiceCoreCopy = 49000
- GameVoiceCoreDelete = 49000
- GameVoiceINFCopy = 17
- GameVoiceSysCopy = 11
- WavesCopy = 49000, Skins\HawkChrome
- WavesDelete = 49000, Skins\HawkChrome
- DesktopShortcutDelete = 49201
- FontCopy = 20
- FontDelete = 20
- DefaultDestDirs = 49000
-
- [GameVoiceINFCopy]
- GVoice.inf,,,32
-
- [GameVoiceCoreCopy]
- ;these are the core files
- GVShare.exe,,,32
- WebUpdate.exe,,,32
- MSHVCHAT.dll,,,32
- MSHVPRES.dll,,,32
- MSHVSND.dll,,,32
- MSHVRES.dll,,,32
- EULA.txt,,,32
-
- [GameVoiceSysCopy]
- MsgVACM.dll,,,16
- MSGVSE.exe,,,16
- MSGVVE.dll,,,16
- MSGVTRAN.dll,,,16
- MSGVVOX.dll,,,16
- MSGVIP.dll,,,16
-
- [WavesCopy]
- app_startup01.wav,AppStart.wav,,,32
- open_chatroom.wav,OpenCRom.wav,,,32
- app_error.wav,AppError.wav,,,32
- ui_expand.wav,Expand.wav,,,32
- ui_collapse.wav,Collapse.wav,,,32
- host_invite_chat_01.wav,Invite.wav,,,32
- chat_player_joined.wav,PJoined.wav,,,32
- eject_player_01.wav,Eject.wav,,,32
- player_leave_chat_01.wav,LeaveCht.wav,,,32
-
- [FontCopy]
- OCRAExt.ttf,,,16
-
- [GameVoiceInis]
- setup.ini, progman.groups,,"groupmlg="%PGMGRP_GameVoice%""
- setup.ini, groupmlg,, """%PGMITEM_GameVoice%"", """"""%49000%\%ExeName%"""""""
-
- [InstallPostCommand]
- %11%\regsvr32.exe /s """%49000%\MSHVCHAT.DLL"""
- %11%\regsvr32.exe /s """%49000%\MSHVPRES.dll"""
- %11%\regsvr32.exe /s """%49000%\MSHVSND.dll"""
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; Uninstall
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; the following lines are used to trigger an uninstall action
-
- [Uninstall]
- RequiredEngine=SETUPAPI, %MissingSetupApiPrompt% ; Improved long filename support over default SetupX.dll
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- DelFiles = GameVoiceCoreDelete, WavesDelete, DesktopShortcutDelete
- DelReg = GameVoiceRegUninstall, DelGameVoiceUninstallKey
- DelDirs = RemoveFolder
- UpdateInis = DelGameVoiceInis
- SmartReboot=I
- Cleanup=1
- CustomDestination=RemoveCustDestSect
- RunPreSetupCommands=Launch.PreUninstall
-
- [Launch.PreUninstall]
- rundll32 advpack.dll,LaunchINFSection %17%\GVoice.inf, PreUninstall,1,N
-
- [PreUninstall]
- ; This section unreg's DLL's when called recursively from the main Uninstall
- ; this is to work around CustomDestinations not being available to PreSetupCommands
- CustomDestination=RemoveCustDestSect
- RunPostSetupCommands=PreUninstall.PostCommand
-
- [BeginPromptSection]
- Prompt=%BeginPrompt%
- ButtonType=YESNO
- Title=%AppName%
-
- [EndPromptSection]
- Prompt=%EndPrompt%
-
- [PreUninstall.PostCommand]
- %11%\Regsvr32 /u /s """%49000%\MSHVCHAT.DLL"""
- %11%\Regsvr32 /u /s """%49000%\MSHVPRES.dll"""
- %11%\Regsvr32 /u /s """%49000%\MSHVSND.dll"""
-
- [RemoveCustDestSect]
- 49000=GVShareLocation, 7
- 49201=DesktopLocation, 5
-
- [GVShareLocation]
- HKLM,"SOFTWARE\Microsoft\GVShare",'InstallDir','',''
- "","","",%NoInstallDetectedPrompt%,""
-
- [DesktopLocation]
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop",,"%25%\Desktop"
-
- [GameVoiceCoreDelete]
- ;these are the core files
- GVShare.exe,,,1
- WebUpdate.exe,,,1
- MSHVCHAT.dll,,,1
- MSHVPRES.dll,,,1
- MSHVSND.dll,,,1
- MSHVRES.dll,,,1
- EULA.txt,,,1
- ;MsgVACM.dll,,,1
- ;MSGVSE.exe,,,1
- ;MSGVVE.dll,,,1
- ;MSGVTRAN.dll,,,1
- ;MSGVVOX.dll,,,1
- ;MSGVIP.dll,,,1
-
- [WavesDelete]
- app_startup01.wav,,,1
- open_chatroom.wav,,,1
- app_error.wav,,,1
- ui_expand.wav,,,1
- ui_collapse.wav,,,1
- Host_invite_chat_01.wav,,,1
- chat_player_joined.wav,,,1
- eject_player_01.wav,,,1
- player_leave_chat_01.wav,,,1
-
- [DesktopShortcutDelete]
- Game Voice Share.lnk,,,1
-
- [DelGameVoiceInis]
- setup.ini, progman.groups,,"groupmlg="%PGMGRP_GameVoice%""
- setup.ini, groupmlg,, """%PGMITEM_GameVoice%"""
-
- [RemoveFolder]
- %49000%\Skins\HawkChrome
- %49000%\Skins\
- %49000%
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; Regsitry settings
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- [GameVoiceReg]
- HKLM,SOFTWARE\Microsoft\GVShare,InstallDir,,"%49000%"
- HKLM,SOFTWARE\Microsoft\GVShare,Version,,"1.0"
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%",,,"%49000%\%ExeName%"
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%",Path,,"%49000%;"
- HKCR,gamevoice,"URL Protocol",,
- HKCR,gamevoice\shell\open\command,,,"%49000%\%ExeName% -u %1"
-
- [GameVoiceRegUninstall]
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%"
- HKLM,SOFTWARE\Microsoft\GVShare
- HKCU,SOFTWARE\Microsoft\GameVoice
- HKCR,gamevoice
-
- [GameVoiceUninstallKey]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\GameVoice","DisplayName",,"%MSAppName%"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\GameVoice","UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\GVoice.inf, Uninstall"
-
- [DelGameVoiceUninstallKey]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\GameVoice"
-
- [FontReg.W95]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Fonts","OCR A Extended (TrueType)",,"OCRAExt.TTF"
-
- [FontReg.NT]
- HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Fonts","OCR A Extended (TrueType)",,"OCRAExt.TTF"
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; MSGV* registry settings (TODO: Do we need an MSGVBitsUnInstallReg?
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- [MSGVBitsInstallReg]
- HKCR,MSGVTRAN,,,"Microsoft GameVoice Transport"
- HKCR,MSGVTRAN\CLSID,,,{497187AF-BDEA-443b-8838-3EE7A43B479A}
- HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A},,,"Microsoft GameVoice Transport"
- HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A}\InprocServer32,,,%11%\msgvtran.dll
- HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A}\InprocServer32,"ThreadingModel",,"Both"
-
- HKCR,MSGVLOBBY,,,"Microsoft GameVoice Lobby"
- HKCR,MSGVLOBBY\CLSID,,,{3617F8E6-C4D4-423c-99EA-E48FA7E67007}
- HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007},,,"Microsoft GameVoice Lobby"
- HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007}\InprocServer32,,,%11%\msgvtran.dll
- HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007}\InprocServer32,"ThreadingModel",,"Both"
-
- HKCR,MSGVVE,,,"Microsoft GameVoice Voice Engine"
- HKCR,MSGVVE\CLSID,,,{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}
- HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15},,,"Microsoft GameVoice Voice Engine"
- HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}\InprocServer32,,,%11%\msgvve.dll
- HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}\InprocServer32,"ThreadingModel",,"Both"
-
- HKCR,msgvacm,,,"Microsoft GameVoice ACM Provider"
- HKCR,msgvacm\CLSID,,,{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}
- HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C},,,"Microsoft GameVoice ACM Provider"
- HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}\InprocServer32,,,%11%\msgvacm.dll
- HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}\InprocServer32,"ThreadingModel",,"Both"
-
- HKCR,msgvvox,,,"Microsoft GameVoice Voxware Provider"
- HKCR,msgvvox\CLSID,,,{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}
- HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8},,,"Microsoft GameVoice Voxware Provider"
- HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}\InprocServer32,,,%11%\msgvvox.dll
- HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}\InprocServer32,"ThreadingModel",,"Both"
-
- HKLM,"%DPVCP%\MSGVACM",,0,"{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}"
- HKLM,"%DPVCP%\MSGVVOX",,0,"{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}"
-
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "GUID",0,"{D7954361-5A0B-11d3-9BE4-525400D985E7}"
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FramesPerBuffer",65537,a,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "TrailFrames",65537,1,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "Timeout",65537,5a,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength",65537,60,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength8Khz",65537,d0,2,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength11Khz",65537,e1,3,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength22Khz",65537,c2,7,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength44Khz",65537,84,f,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MaxBitsPerSec",65537,58,21,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "Flags",65537,0,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MinConnect",65537,1,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "InnerQueueSize",65537,40,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MaxWatermark",65537,20,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MaxQueueSize",65537,a,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Rate",65537,40,1f,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Bits",65537,1,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Channels",65537,1,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Tag",65537,22,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "AvgPerSec",65537,2b,4,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "BlockAlign",65537,20,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "cbsize",65537,20,0,0,0
- HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "cbdata",1,1,0,f0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "GUID",0,"{24768C60-5A0D-11d3-9BE4-525400D985E7}"
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FramesPerBuffer",65537,a,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "TrailFrames",65537,1,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "Timeout",65537,50,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength",65537,82,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength8Khz",65537,80,2,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength11Khz",65537,72,3,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength22Khz",65537,e4,6,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength44Khz",65537,c8,d,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MaxBitsPerSec",65537,c8,32,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "Flags",65537,0,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MinConnect",65537,1,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "InnerQueueSize",65537,40,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MaxWatermark",65537,20,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MaxQueueSize",65537,a,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Rate",65537,40,1f,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Bits",65537,0,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Channels",65537,1,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Tag",65537,31,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "AvgPerSec",65537,59,6,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "BlockAlign",65537,41,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "cbsize",65537,2,0,0,0
- HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "cbdata",1,40,1
-
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "GUID",0,"{699B52C1-A885-46a8-A308-97172419ADC7}"
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FramesPerBuffer",65537,a,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "TrailFrames",65537,1,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "Timeout",65537,3f,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength",65537,0,1,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength8Khz",65537,f4,1,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength11Khz",65537,b2,2,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength22Khz",65537,64,5,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength44Khz",65537,c8,a,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MaxBitsPerSec",65537,0,80,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "Flags",65537,0,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MinConnect",65537,1,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "InnerQueueSize",65537,40,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MaxWatermark",65537,20,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MaxQueueSize",65537,a,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Rate",65537,40,1f,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Bits",65537,4,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Channels",65537,1,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Tag",65537,2,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "AvgPerSec",65537,0,10,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "BlockAlign",65537,0,1,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "cbsize",65537,20,0,0,0
- HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "cbdata",1,f4,1,7,0,0,1,0,0,0,2,0,ff,0,0,0,0,c0,0,40,0,f0,0,0,0,cc,1,30,ff,88,1,18,ff
-
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "GUID",0,"{8DE12FD4-7CB3-48ce-A7E8-9C47A22E8AC5}"
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FramesPerBuffer",65537,a,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "TrailFrames",65537,1,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "Timeout",65537,32,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength",65537,8a,1,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength8Khz",65537,8a,1,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength11Khz",65537,1f,2,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength22Khz",65537,3e,4,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength44Khz",65537,7c,8,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MaxBitsPerSec",65537,0,fa,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "Flags",65537,0,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MinConnect",65537,1,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "InnerQueueSize",65537,40,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MaxWatermark",65537,20,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MaxQueueSize",65537,a,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Rate",65537,40,1f,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Bits",65537,8,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Channels",65537,1,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Tag",65537,1,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "AvgPerSec",65537,40,1f,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "BlockAlign",65537,1,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "cbsize",65537,20,0,0,0
- HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "cbdata",1,f4,1,7,0,0,1,0,0,0,2,0,ff,0,0,0,0,c0,0,40,0,f0,0,0,0,cc,1,30,ff,88,1,18,ff
-
- [MSGVBitsUninstallReg]
- HKCR,MSGVTRAN
- HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A}
- HKCR,MSGVLOBBY
- HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007}
- HKCR,MSGVVE
- HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}
- HKCR,msgvacm
- HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}
- HKCR,msgvvox
- HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}
- HKLM,%DPVCP%
- HKLM,%DPVCPACM%
-
- [Strings]
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; MSGV related strings
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- DP2 = "Software\Microsoft\DirectPlay\Service Providers"
- DP = "Software\Microsoft\DirectPlay\Services"
- DPV = "Software\Microsoft\DirectPlay\Voice"
- DPAPP = "Software\Microsoft\DirectPlay\Applications"
- SP_SERIAL = "Serial Connection For DirectPlay"
- SP_MODEM = "Modem Connection For DirectPlay"
- SP_TCP = "Internet TCP/IP Connection For DirectPlay"
- SP_IPX = "IPX Connection For DirectPlay"
- DPVCPACM = "Software\Microsoft\GameVoice\VoiceEngine\Compression Providers\MSGVACM"
- DPVCP = "Software\Microsoft\GameVoice\VoiceEngine\Compression Providers"
- DPV = "Software\Microsoft\GameVoice\VoiceEngine"
-
- DirectX = "DirectX"
-
- ; single-byte character localized service provider descriptions
- ; Do not necessary to localize for double byte countries
- DESCA_SERIAL = "Serial Connection For DirectPlay"
- DESCA_MODEM = "Modem Connection For DirectPlay"
- DESCA_TCP = "Internet TCP/IP Connection For DirectPlay"
- DESCA_IPX = "IPX Connection For DirectPlay"
-
- ; Multi-byte character localized service provider descriptions
- ; These don't need to be registered if they are the same as the single-byte
- ; descriptions.
- ; Do not necessary to localize for Single byte countries
- DESCW_SERIAL = "Serial Connection For DirectPlay"
- DESCW_MODEM = "Modem Connection For DirectPlay"
- DESCW_TCP = "Internet TCP/IP Connection For DirectPlay"
- DESCW_IPX = "IPX Connection For DirectPlay"
-
- ; following strings should be localized
- IPX_DESC = "WinSock IPX Connection For DirectPlay"
- MOD_DESC = "Modem Connection For DirectPlay"
- TCP_DESC = "WinSock TCP Connection For DirectPlay"
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Game voice share related strings.
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- MSAppName = "Microsoft Game Voice Share"
- AppName="Game Voice Share"
- ExeName="GVSHARE.EXE"
- ProductName="GVShare"
- PROGRAMS = "Progra~1" ; Should be "Program Files", but it fails to create link on NT.
- PGMGRP_GameVoice = "Game Voice Share"
- PGMITEM_GameVoice = "Game Voice Share"
- BeginPrompt="Are you sure that you want to remove Microsoft Game Voice Share?"
- EndPrompt="Microsoft Game Voice Share was successfully removed."
- InstallDirPrompt="Select a destination folder."
- NewAdvPackPrompt="You need a newer version of Advpack.dll."
- MissingSetupApiPrompt="Game Voice Share Setup requires SetupAPI.dll."
- NoInstallDetectedPrompt="No installation detected."