pintcat

RegDecoder - obsolete script to check and register decoder components for eac3to.

Apr 7th, 2022 (edited)
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.97 KB | None | 0 0
  1. REGEDIT4
  2.  
  3. ; @ECHO OFF
  4. ; SET STAT=OK.
  5. ; CLS
  6. ; ECHO.
  7. ; ECHO This script will add entries (+ valid serials) for the appropriate
  8. ; ECHO DLL files and decoder modules to the registry to make ArcSoft's and
  9. ; ECHO Nero's audio decoder run with eac3to. No need to install any of these
  10. ; ECHO programs. Although, if you already did install them it should be
  11. ; ECHO unnecessary to run this script. Handle with care!
  12. ; ECHO.
  13. ; PAUSE
  14. ; CLS
  15.  
  16. ; :Start
  17. ; IF NOT EXIST .\eac3to.exe (
  18. ;   ECHO Error! eac3to.exe not found. Did you copy all files to the eac3to folder?
  19. ;   ECHO.
  20. ;   PAUSE
  21. ;   EXIT
  22. ; )
  23. ; eac3to.exe -test
  24. ; ECHO.
  25. ; ECHO Status: %STAT%
  26. ; ECHO.
  27. ; ECHO (1) to register Nero 7 audio decoder (version 4.11.3.7)
  28. ; ECHO (2) to register ArcSoft DTS decoder (version 1.1.0.5)
  29. ; ECHO (3) to repeat test
  30. ; ECHO.
  31. ; SET Choice=
  32. ; SET /P Choice=Choose a number or just press ENTER to quit...
  33. ; IF '%Choice%'=='1' (
  34. ;   SET STAT=OK - Nero 7 audio decoder registered.
  35. ;   IF NOT EXIST .\AdvrCntr2.dll (
  36. ;       SET STAT=Error! AdvrCntr2.dll not found - nothing changed.
  37. ;   ) ELSE (
  38. ;       IF NOT EXIST .\NeAudio2.ax (
  39. ;           SET STAT=Error! NeAudio2.ax not found - nothing changed.
  40. ;       ) ELSE (
  41. ;           regsvr32 /S ".\AdvrCntr2.dll"
  42. ;           regsvr32 /S ".\NeAudio2.ax"
  43. ;           REGEDIT /S "%~f0"
  44. ;       )
  45. ;   )
  46. ;   CLS
  47. ;   GOTO Start
  48. ; )
  49.  
  50. ; IF '%Choice%'=='2' (
  51. ;   SET STAT=OK - ArcSoft DTS decoder registered.      
  52. ;   IF NOT EXIST .\ASAudioHD.ax (
  53. ;       SET STAT=Error! ASAudioHD.ax not found - nothing changed.
  54. ;   ) ELSE (
  55. ;       regsvr32 /S ".\ASAudioHD.ax"
  56. ;   )
  57. ;   CLS
  58. ;   GOTO Start
  59. ; )
  60.  
  61. ; IF '%Choice%'=='3' (
  62. ;   SET STAT=OK.
  63. ;   CLS
  64. ;   GOTO Start
  65. ; )
  66.  
  67. ; EXIT
  68.  
  69. [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]
  70. "EulaAccepted"="1"
  71. "Serial7_1298721042"="1C80-0000-19E5-MA2X-4006-8055-9XAX"
  72. "Version"="7.11.10.0"
  73. "User"="Anonymous"
  74. "Company"="My Business"
  75. "CDNR"="1005887"
  76.  
  77. [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Plugins\Info]
  78. "Serial7_1298721310"="*EC06-206A-99K5-2527-940M-3227-K7XK"
  79.  
Add Comment
Please, Sign In to add comment