Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
1.04k stars 116 forks source link

Unable to install #4

Closed johnpatrick9 closed 4 years ago

johnpatrick9 commented 4 years ago

Hello,I am unable to install the video renderer,I keep getting the following error whenever I try to run the batch file in administrator mode "'regsvr32.exe' is not recognized as an internal or external command, operable program or batch file.

Installation failed.

You need to right click "Install_MPCVR_64.cmd" and choose "run as admin"." And I am using windows 7 ultimate x64.Could someone please help me out?

Aleksoid1978 commented 4 years ago

Something wrong with you system - regsvr32.exe always present on any Windows version. try that - run cmd.exe as administrator, type "where regsvr32.exe" and hit enter. What output ?

johnpatrick9 commented 4 years ago

and here is the output C:\Windows\system32>where regsvr32.exe C:\Windows\System32\regsvr32.exe

v0lt commented 4 years ago

Did you unblock the archive after downloading?

johnpatrick9 commented 4 years ago

Did you unblock the archive after downloading?

It's was not blocked and further I extracted it to where mpc player is located and tried to run it there but still showed the same error @v0lt

v0lt commented 4 years ago
  1. Unzip the files from the archive into a separate folder on drive C:
  2. Find "cmd" or "Command line" in the Start menu. Run it as an administrator.
  3. Execute the CD command CD "c:\path_to_your_folder" Make sure that the current folder on the command line matches the folder where the extracted files are located. PS: You can run the "DIR" command to view a list of files.
  4. Run the command regsvr32.exe MpcVideoRenderer64.ax Read the message.
johnpatrick9 commented 4 years ago

I got the same thing and here is the output Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd "C:\Users\user\Desktop\New folder (2)"

C:\Users\user\Desktop\New folder (2)>regsvr32.exe MpcVideoRenderer64.ax 'regsvr32.exe' is not recognized as an internal or external command, operable program or batch file. @v0lt

v0lt commented 4 years ago

You can try using this command C:\Windows\System32\regsvr32.exe MpcVideoRenderer64.ax I think something is wrong with your system, as the path "C:\Windows\System32" must be written in the variable "Path".

johnpatrick9 commented 4 years ago

Oh ok thank you so much for the help it works now @v0lt