home *** CD-ROM | disk | FTP | other *** search
/ Beginning Direct3D Game Programming / Direct3D.iso / directx / dxf / extras / gamevoice / gvs_eng.exe / GVoice.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-09-12  |  19.8 KB  |  416 lines

  1. ; GVoice.inf
  2. ; Installation file for SideWinder Game Voice Share.
  3.  
  4. [Version]
  5. Signature=$CHICAGO$
  6. AdvancedINF=2.5,%NewAdvPackPrompt%
  7.  
  8. [DefaultInstall]
  9. RequiredEngine=SETUPAPI, %MissingSetupApiPrompt%    ; Improved long filename support over default SetupX.dll
  10. RunPreSetupCommands=InstCloseCommand
  11. Copyfiles = GameVoiceINFCopy, GameVoiceCoreCopy, GameVoiceSysCopy, WavesCopy, FontCopy
  12. AddReg = GameVoiceReg, GameVoiceUninstallKey, MSGVBitsInstallReg, FontReg.W95
  13. RunPostSetupCommands = InstallPostCommand
  14. UpdateInis = GameVoiceInis 
  15. CustomDestination=CustomDestinationSection
  16.  
  17. [DefaultInstall.NT]
  18. RequiredEngine=SETUPAPI, %MissingSetupApiPrompt%    ; Improved long filename support over default SetupX.dll
  19. RunPreSetupCommands=InstCloseCommand
  20. Copyfiles = GameVoiceINFCopy, GameVoiceCoreCopy, GameVoiceSysCopy, WavesCopy, FontCopy
  21. AddReg = GameVoiceReg, GameVoiceUninstallKey, MSGVBitsInstallReg, FontReg.NT
  22. RunPostSetupCommands = InstallPostCommand
  23. UpdateInis = GameVoiceInis 
  24. CustomDestination=CustomDestinationSection
  25.  
  26. [SourceDisksNames]
  27. 1="%MSAppName%",,0
  28.  
  29. [CustomDestinationSection]
  30. 49301=ProgramFilesDir, 5
  31. 49000=CustomDestSection, 1
  32.  
  33. [CustomDestSection]
  34. 'HKLM','SOFTWARE\Microsoft\GVShare','InstallDir','%InstallDirPrompt%','%49301%\%ProductName%' 
  35.  
  36. [ProgramFilesDir]
  37. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
  38.  
  39. [DestinationDirs]
  40. GameVoiceCoreCopy = 49000
  41. GameVoiceCoreDelete = 49000
  42. GameVoiceINFCopy = 17
  43. GameVoiceSysCopy = 11
  44. WavesCopy = 49000, Skins\HawkChrome
  45. WavesDelete = 49000, Skins\HawkChrome
  46. DesktopShortcutDelete = 49201
  47. FontCopy = 20
  48. FontDelete = 20
  49. DefaultDestDirs = 49000 
  50.  
  51. [GameVoiceINFCopy]
  52. GVoice.inf,,,32
  53.  
  54. [GameVoiceCoreCopy]
  55. ;these are the core files
  56. GVShare.exe,,,32
  57. WebUpdate.exe,,,32
  58. MSHVCHAT.dll,,,32
  59. MSHVPRES.dll,,,32
  60. MSHVSND.dll,,,32
  61. MSHVRES.dll,,,32
  62. EULA.txt,,,32
  63.  
  64. [GameVoiceSysCopy]
  65. MsgVACM.dll,,,16
  66. MSGVSE.exe,,,16
  67. MSGVVE.dll,,,16
  68. MSGVTRAN.dll,,,16
  69. MSGVVOX.dll,,,16
  70. MSGVIP.dll,,,16
  71.  
  72. [WavesCopy]
  73. app_startup01.wav,AppStart.wav,,,32
  74. open_chatroom.wav,OpenCRom.wav,,,32
  75. app_error.wav,AppError.wav,,,32
  76. ui_expand.wav,Expand.wav,,,32
  77. ui_collapse.wav,Collapse.wav,,,32
  78. host_invite_chat_01.wav,Invite.wav,,,32
  79. chat_player_joined.wav,PJoined.wav,,,32
  80. eject_player_01.wav,Eject.wav,,,32
  81. player_leave_chat_01.wav,LeaveCht.wav,,,32
  82.  
  83. [FontCopy]
  84. OCRAExt.ttf,,,16
  85.  
  86. [GameVoiceInis]
  87. setup.ini, progman.groups,,"groupmlg="%PGMGRP_GameVoice%""
  88. setup.ini, groupmlg,, """%PGMITEM_GameVoice%"", """"""%49000%\%ExeName%"""""""
  89.  
  90. [InstallPostCommand]
  91. %11%\regsvr32.exe /s """%49000%\MSHVCHAT.DLL"""
  92. %11%\regsvr32.exe /s """%49000%\MSHVPRES.dll"""
  93. %11%\regsvr32.exe /s """%49000%\MSHVSND.dll"""
  94.  
  95. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  96. ;;  Uninstall
  97. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  98. ; the following lines are used to trigger an uninstall action
  99.  
  100. [Uninstall]
  101. RequiredEngine=SETUPAPI, %MissingSetupApiPrompt%    ; Improved long filename support over default SetupX.dll
  102. BeginPrompt=BeginPromptSection
  103. EndPrompt=EndPromptSection
  104. DelFiles = GameVoiceCoreDelete, WavesDelete, DesktopShortcutDelete
  105. DelReg = GameVoiceRegUninstall, DelGameVoiceUninstallKey
  106. DelDirs = RemoveFolder
  107. UpdateInis = DelGameVoiceInis 
  108. SmartReboot=I
  109. Cleanup=1
  110. CustomDestination=RemoveCustDestSect
  111. RunPreSetupCommands=Launch.PreUninstall
  112.  
  113. [Launch.PreUninstall]
  114. rundll32 advpack.dll,LaunchINFSection %17%\GVoice.inf, PreUninstall,1,N
  115.  
  116. [PreUninstall]
  117. ; This section unreg's DLL's when called recursively from the main Uninstall
  118. ;  this is to work around CustomDestinations not being available to PreSetupCommands
  119. CustomDestination=RemoveCustDestSect
  120. RunPostSetupCommands=PreUninstall.PostCommand
  121.  
  122. [BeginPromptSection]
  123. Prompt=%BeginPrompt%
  124. ButtonType=YESNO
  125. Title=%AppName%
  126.  
  127. [EndPromptSection]
  128. Prompt=%EndPrompt%
  129.  
  130. [PreUninstall.PostCommand]
  131. %11%\Regsvr32 /u /s """%49000%\MSHVCHAT.DLL"""
  132. %11%\Regsvr32 /u /s """%49000%\MSHVPRES.dll"""
  133. %11%\Regsvr32 /u /s """%49000%\MSHVSND.dll"""
  134.  
  135. [RemoveCustDestSect]
  136. 49000=GVShareLocation, 7
  137. 49201=DesktopLocation, 5
  138.  
  139. [GVShareLocation]
  140. HKLM,"SOFTWARE\Microsoft\GVShare",'InstallDir','',''
  141. "","","",%NoInstallDetectedPrompt%,""
  142.  
  143. [DesktopLocation]
  144. HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop",,"%25%\Desktop"
  145.  
  146. [GameVoiceCoreDelete]
  147. ;these are the core files
  148. GVShare.exe,,,1
  149. WebUpdate.exe,,,1
  150. MSHVCHAT.dll,,,1
  151. MSHVPRES.dll,,,1
  152. MSHVSND.dll,,,1
  153. MSHVRES.dll,,,1
  154. EULA.txt,,,1
  155. ;MsgVACM.dll,,,1
  156. ;MSGVSE.exe,,,1
  157. ;MSGVVE.dll,,,1
  158. ;MSGVTRAN.dll,,,1
  159. ;MSGVVOX.dll,,,1
  160. ;MSGVIP.dll,,,1
  161.  
  162. [WavesDelete]
  163. app_startup01.wav,,,1
  164. open_chatroom.wav,,,1
  165. app_error.wav,,,1
  166. ui_expand.wav,,,1
  167. ui_collapse.wav,,,1
  168. Host_invite_chat_01.wav,,,1
  169. chat_player_joined.wav,,,1
  170. eject_player_01.wav,,,1
  171. player_leave_chat_01.wav,,,1
  172.  
  173. [DesktopShortcutDelete]
  174. Game Voice Share.lnk,,,1
  175.  
  176. [DelGameVoiceInis]
  177. setup.ini, progman.groups,,"groupmlg="%PGMGRP_GameVoice%""
  178. setup.ini, groupmlg,, """%PGMITEM_GameVoice%"""
  179.  
  180. [RemoveFolder]
  181. %49000%\Skins\HawkChrome
  182. %49000%\Skins\
  183. %49000%
  184.  
  185. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  186. ;; Regsitry settings
  187. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  188. [GameVoiceReg]
  189. HKLM,SOFTWARE\Microsoft\GVShare,InstallDir,,"%49000%"
  190. HKLM,SOFTWARE\Microsoft\GVShare,Version,,"1.0"
  191. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%",,,"%49000%\%ExeName%"
  192. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%",Path,,"%49000%;"
  193. HKCR,gamevoice,"URL Protocol",,
  194. HKCR,gamevoice\shell\open\command,,,"%49000%\%ExeName% -u %1"
  195.  
  196. [GameVoiceRegUninstall]
  197. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\%ExeName%"
  198. HKLM,SOFTWARE\Microsoft\GVShare
  199. HKCU,SOFTWARE\Microsoft\GameVoice
  200. HKCR,gamevoice
  201.  
  202. [GameVoiceUninstallKey] 
  203. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\GameVoice","DisplayName",,"%MSAppName%"
  204. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\GameVoice","UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\GVoice.inf, Uninstall"
  205.  
  206. [DelGameVoiceUninstallKey] 
  207. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\GameVoice"
  208.  
  209. [FontReg.W95]
  210. HKLM,"Software\Microsoft\Windows\CurrentVersion\Fonts","OCR A Extended (TrueType)",,"OCRAExt.TTF"
  211.  
  212. [FontReg.NT]
  213. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Fonts","OCR A Extended (TrueType)",,"OCRAExt.TTF"
  214.  
  215. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  216. ;; MSGV* registry settings  (TODO: Do we need an MSGVBitsUnInstallReg?
  217. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  218. [MSGVBitsInstallReg]
  219. HKCR,MSGVTRAN,,,"Microsoft GameVoice Transport"
  220. HKCR,MSGVTRAN\CLSID,,,{497187AF-BDEA-443b-8838-3EE7A43B479A}
  221. HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A},,,"Microsoft GameVoice Transport"
  222. HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A}\InprocServer32,,,%11%\msgvtran.dll
  223. HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A}\InprocServer32,"ThreadingModel",,"Both"
  224.  
  225. HKCR,MSGVLOBBY,,,"Microsoft GameVoice Lobby"
  226. HKCR,MSGVLOBBY\CLSID,,,{3617F8E6-C4D4-423c-99EA-E48FA7E67007}
  227. HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007},,,"Microsoft GameVoice Lobby"
  228. HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007}\InprocServer32,,,%11%\msgvtran.dll
  229. HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007}\InprocServer32,"ThreadingModel",,"Both"
  230.  
  231. HKCR,MSGVVE,,,"Microsoft GameVoice Voice Engine"
  232. HKCR,MSGVVE\CLSID,,,{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}
  233. HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15},,,"Microsoft GameVoice Voice Engine"
  234. HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}\InprocServer32,,,%11%\msgvve.dll
  235. HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}\InprocServer32,"ThreadingModel",,"Both"
  236.  
  237. HKCR,msgvacm,,,"Microsoft GameVoice ACM Provider"
  238. HKCR,msgvacm\CLSID,,,{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}
  239. HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C},,,"Microsoft GameVoice ACM Provider"
  240. HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}\InprocServer32,,,%11%\msgvacm.dll
  241. HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}\InprocServer32,"ThreadingModel",,"Both"
  242.  
  243. HKCR,msgvvox,,,"Microsoft GameVoice Voxware Provider"
  244. HKCR,msgvvox\CLSID,,,{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}
  245. HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8},,,"Microsoft GameVoice Voxware Provider"
  246. HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}\InprocServer32,,,%11%\msgvvox.dll
  247. HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}\InprocServer32,"ThreadingModel",,"Both"
  248.  
  249. HKLM,"%DPVCP%\MSGVACM",,0,"{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}"
  250. HKLM,"%DPVCP%\MSGVVOX",,0,"{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}"
  251.  
  252. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "GUID",0,"{D7954361-5A0B-11d3-9BE4-525400D985E7}"
  253. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FramesPerBuffer",65537,a,0,0,0
  254. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "TrailFrames",65537,1,0,0,0
  255. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "Timeout",65537,5a,0,0,0
  256. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength",65537,60,0,0,0
  257. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength8Khz",65537,d0,2,0,0
  258. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength11Khz",65537,e1,3,0,0
  259. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength22Khz",65537,c2,7,0,0
  260. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "FrameLength44Khz",65537,84,f,0,0
  261. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MaxBitsPerSec",65537,58,21,0,0
  262. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "Flags",65537,0,0,0,0
  263. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MinConnect",65537,1,0,0,0
  264. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "InnerQueueSize",65537,40,0,0,0
  265. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MaxWatermark",65537,20,0,0,0
  266. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)", "MaxQueueSize",65537,a,0,0,0
  267. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Rate",65537,40,1f,0,0
  268. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Bits",65537,1,0,0,0
  269. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Channels",65537,1,0,0,0
  270. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "Tag",65537,22,0,0,0
  271. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "AvgPerSec",65537,2b,4,0,0
  272. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "BlockAlign",65537,20,0,0,0
  273. HKLM,"%DPVCPACM%\DSP Group TrueSpeech(TM) (8.000 kHz, 1 Bit, Mono)\Format", "cbsize",65537,20,0,0,0
  274. 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
  275.  
  276. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "GUID",0,"{24768C60-5A0D-11d3-9BE4-525400D985E7}"
  277. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FramesPerBuffer",65537,a,0,0,0
  278. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "TrailFrames",65537,1,0,0,0
  279. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "Timeout",65537,50,0,0,0
  280. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength",65537,82,0,0,0
  281. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength8Khz",65537,80,2,0,0
  282. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength11Khz",65537,72,3,0,0
  283. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength22Khz",65537,e4,6,0,0
  284. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "FrameLength44Khz",65537,c8,d,0,0
  285. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MaxBitsPerSec",65537,c8,32,0,0
  286. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "Flags",65537,0,0,0,0
  287. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MinConnect",65537,1,0,0,0
  288. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "InnerQueueSize",65537,40,0,0,0
  289. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MaxWatermark",65537,20,0,0,0
  290. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)", "MaxQueueSize",65537,a,0,0,0
  291. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Rate",65537,40,1f,0,0
  292. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Bits",65537,0,0,0,0
  293. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Channels",65537,1,0,0,0
  294. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "Tag",65537,31,0,0,0
  295. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "AvgPerSec",65537,59,6,0,0
  296. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "BlockAlign",65537,41,0,0,0
  297. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "cbsize",65537,2,0,0,0
  298. HKLM,"%DPVCPACM%\GSM 6.10 (8.000 kHz, Mono)\Format", "cbdata",1,40,1
  299.  
  300. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "GUID",0,"{699B52C1-A885-46a8-A308-97172419ADC7}"
  301. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FramesPerBuffer",65537,a,0,0,0
  302. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "TrailFrames",65537,1,0,0,0
  303. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "Timeout",65537,3f,0,0,0
  304. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength",65537,0,1,0,0
  305. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength8Khz",65537,f4,1,0,0
  306. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength11Khz",65537,b2,2,0,0
  307. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength22Khz",65537,64,5,0,0
  308. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "FrameLength44Khz",65537,c8,a,0,0
  309. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MaxBitsPerSec",65537,0,80,0,0
  310. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "Flags",65537,0,0,0,0
  311. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MinConnect",65537,1,0,0,0
  312. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "InnerQueueSize",65537,40,0,0,0
  313. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MaxWatermark",65537,20,0,0,0
  314. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)", "MaxQueueSize",65537,a,0,0,0
  315. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Rate",65537,40,1f,0,0
  316. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Bits",65537,4,0,0,0
  317. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Channels",65537,1,0,0,0
  318. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "Tag",65537,2,0,0,0
  319. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "AvgPerSec",65537,0,10,0,0
  320. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "BlockAlign",65537,0,1,0,0
  321. HKLM,"%DPVCPACM%\Microsoft ADPCM (8.000 kHz, 4 Bit, Mono)\Format", "cbsize",65537,20,0,0,0
  322. 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
  323.  
  324. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "GUID",0,"{8DE12FD4-7CB3-48ce-A7E8-9C47A22E8AC5}"
  325. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FramesPerBuffer",65537,a,0,0,0
  326. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "TrailFrames",65537,1,0,0,0
  327. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "Timeout",65537,32,0,0,0
  328. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength",65537,8a,1,0,0
  329. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength8Khz",65537,8a,1,0,0
  330. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength11Khz",65537,1f,2,0,0
  331. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength22Khz",65537,3e,4,0,0
  332. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "FrameLength44Khz",65537,7c,8,0,0
  333. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MaxBitsPerSec",65537,0,fa,0,0
  334. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "Flags",65537,0,0,0,0
  335. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MinConnect",65537,1,0,0,0
  336. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "InnerQueueSize",65537,40,0,0,0
  337. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MaxWatermark",65537,20,0,0,0
  338. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)", "MaxQueueSize",65537,a,0,0,0
  339. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Rate",65537,40,1f,0,0
  340. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Bits",65537,8,0,0,0
  341. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Channels",65537,1,0,0,0
  342. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "Tag",65537,1,0,0,0
  343. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "AvgPerSec",65537,40,1f,0,0
  344. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "BlockAlign",65537,1,0,0,0
  345. HKLM,"%DPVCPACM%\PCM (8.000 kHz, 8 Bit, Mono)\Format", "cbsize",65537,20,0,0,0
  346. 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
  347.  
  348. [MSGVBitsUninstallReg]
  349. HKCR,MSGVTRAN
  350. HKCR,CLSID\{497187AF-BDEA-443b-8838-3EE7A43B479A}
  351. HKCR,MSGVLOBBY
  352. HKCR,CLSID\{3617F8E6-C4D4-423c-99EA-E48FA7E67007}
  353. HKCR,MSGVVE
  354. HKCR,CLSID\{7C492D36-79CE-4e5b-B88A-D8F4B6E17D15}
  355. HKCR,msgvacm
  356. HKCR,CLSID\{5D176FB5-41BA-4bb3-B244-649CB46B9F6C}
  357. HKCR,msgvvox
  358. HKCR,CLSID\{3FE91DE3-B4F5-42cc-B4EE-3313967B98E8}
  359. HKLM,%DPVCP%
  360. HKLM,%DPVCPACM%
  361.  
  362. [Strings]
  363. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  364. ;; MSGV related strings
  365. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  366. DP2        = "Software\Microsoft\DirectPlay\Service Providers"
  367. DP         = "Software\Microsoft\DirectPlay\Services"
  368. DPV        = "Software\Microsoft\DirectPlay\Voice"
  369. DPAPP      = "Software\Microsoft\DirectPlay\Applications"
  370. SP_SERIAL  = "Serial Connection For DirectPlay"
  371. SP_MODEM   = "Modem Connection For DirectPlay"
  372. SP_TCP     = "Internet TCP/IP Connection For DirectPlay"
  373. SP_IPX     = "IPX Connection For DirectPlay"
  374. DPVCPACM = "Software\Microsoft\GameVoice\VoiceEngine\Compression Providers\MSGVACM"
  375. DPVCP = "Software\Microsoft\GameVoice\VoiceEngine\Compression Providers"
  376. DPV = "Software\Microsoft\GameVoice\VoiceEngine"
  377.  
  378. DirectX    = "DirectX"
  379.  
  380. ; single-byte character localized service provider descriptions
  381. ; Do not necessary to localize for double byte countries
  382. DESCA_SERIAL = "Serial Connection For DirectPlay"
  383. DESCA_MODEM = "Modem Connection For DirectPlay"
  384. DESCA_TCP = "Internet TCP/IP Connection For DirectPlay"
  385. DESCA_IPX = "IPX Connection For DirectPlay"
  386.  
  387. ; Multi-byte character localized service provider descriptions
  388. ; These don't need to be registered if they are the same as the single-byte
  389. ; descriptions.
  390. ; Do not necessary to localize for Single byte countries
  391. DESCW_SERIAL = "Serial Connection For DirectPlay"
  392. DESCW_MODEM  = "Modem Connection For DirectPlay"
  393. DESCW_TCP    = "Internet TCP/IP Connection For DirectPlay"
  394. DESCW_IPX    = "IPX Connection For DirectPlay"
  395.  
  396. ; following strings should be localized
  397. IPX_DESC   = "WinSock IPX Connection For DirectPlay"
  398. MOD_DESC   = "Modem Connection For DirectPlay"
  399. TCP_DESC   = "WinSock TCP Connection For DirectPlay"
  400.  
  401. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  402. ; Game voice share related strings.
  403. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  404. MSAppName = "Microsoft Game Voice Share"
  405. AppName="Game Voice Share"
  406. ExeName="GVSHARE.EXE"
  407. ProductName="GVShare"
  408. PROGRAMS = "Progra~1" ; Should be "Program Files", but it fails to create link on NT.
  409. PGMGRP_GameVoice    = "Game Voice Share"
  410. PGMITEM_GameVoice   = "Game Voice Share"
  411. BeginPrompt="Are you sure that you want to remove Microsoft Game Voice Share?"
  412. EndPrompt="Microsoft Game Voice Share was successfully removed."
  413. InstallDirPrompt="Select a destination folder."
  414. NewAdvPackPrompt="You need a newer version of Advpack.dll."
  415. MissingSetupApiPrompt="Game Voice Share Setup requires SetupAPI.dll."
  416. NoInstallDetectedPrompt="No installation detected."