• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 22
Solved Kodi 17.x Installation problem with KB2670838 Win7 x64
#46
Hoopy, pala66, and any others who are completely stuck: open a command prompt, type 'path' (without the quotation marks), press Enter, and let us see the output.
Reply
#47
(2017-03-23, 18:16)nogginthenog Wrote: Hoopy, pala66, and any others who are completely stuck: open a command prompt, type 'path' (without the quotation marks), press Enter, and let us see the output.

C:\Users\Kodi>Path
PATH=C:\Windows\System32\WindowsPowerShell\v1.0\

Thank you
Reply
#48
(2017-03-23, 18:28)pala66 Wrote: C:\Users\Kodi>Path
PATH=C:\Windows\System32\WindowsPowerShell\v1.0\

Now use Windows Explorer and check whether the folder C:\Windows\System32\WindowsPowerShell\v1.0\ actually exists on your computer and whether it contains the program powershell.exe.
Reply
#49
(2017-03-23, 18:28)pala66 Wrote: C:\Users\Kodi>Path
PATH=C:\Windows\System32\WindowsPowerShell\v1.0\

Have you changed your PATH variable?
At least %SystemRoot%;%SystemRoot%\System32\Wbem should be in it. If you want to also add powershell it must be %SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0
Reply
#50
(2017-03-23, 18:33)nogginthenog Wrote:
(2017-03-23, 18:28)pala66 Wrote: C:\Users\Kodi>Path
PATH=C:\Windows\System32\WindowsPowerShell\v1.0\

Now use Windows Explorer and check whether the folder C:\Windows\System32\WindowsPowerShell\v1.0\ actually exists on your computer and whether it contains the program powershell.exe.

Verified, yes the powershell.exe, and powershell_ise.exe both are there FYI.

C:\Windows\System32\WindowsPowerShell\v1.0

Thank you
Reply
#51
(2017-03-23, 18:38)Rechi Wrote:
(2017-03-23, 18:28)pala66 Wrote: C:\Users\Kodi>Path
PATH=C:\Windows\System32\WindowsPowerShell\v1.0\

Have you changed your PATH variable?
At least %SystemRoot%;%SystemRoot%\System32\Wbem should be in it. If you want to also add powershell it must be %SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0

Hi Rechi, I did but no luck. I just tried your path "%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\​v1.0"

Still no luck. Do I need to reboot the machine for the path update to take effect?
Reply
#52
Execute Path again in a cmd and check if it is equal to %SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\​​v1.0.
If not equal, you may need to reboot.
Reply
#53
I think %SystemRoot%\System32 needs to be in there too.
Reply
#54
(2017-03-23, 18:45)Rechi Wrote: Execute Path again in a cmd and check if it is equal to %SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\​​v1.0.
If not equal, you may need to reboot.

It has changed and does indeed match. Still no luck launching the installer same error. Tried rebooting anyway and the installer still fails. .
Reply
#55
(2017-03-23, 18:53)pala66 Wrote: It has changed and does indeed match. Still no luck launching the installer same error. Tried rebooting anyway and the installer still fails. .

See #53.
Reply
#56
(2017-03-23, 18:55)nogginthenog Wrote:
(2017-03-23, 18:53)pala66 Wrote: It has changed and does indeed match. Still no luck launching the installer same error. Tried rebooting anyway and the installer still fails. .

See #53.

Does it matter where that gets inserted into the string?

Thank you
Reply
#57
(2017-03-23, 18:53)pala66 Wrote: It has changed and does indeed match. Still no luck launching the installer same error. Tried rebooting anyway and the installer still fails. .

Please also tell me which versions you have tested.
Test 17.1 and the test builds I've linked to in this thread.
Reply
#58
(2017-03-23, 18:57)pala66 Wrote:
(2017-03-23, 18:55)nogginthenog Wrote:
(2017-03-23, 18:53)pala66 Wrote: It has changed and does indeed match. Still no luck launching the installer same error. Tried rebooting anyway and the installer still fails. .

See #53.

Does it matter where that gets inserted into the string?

Thank you

No, but to be tidy, put it second. Remember to use one semi-colon between each entry.
Reply
#59
(2017-03-23, 18:57)pala66 Wrote:
(2017-03-23, 18:55)nogginthenog Wrote:
(2017-03-23, 18:53)pala66 Wrote: It has changed and does indeed match. Still no luck launching the installer same error. Tried rebooting anyway and the installer still fails. .

See #53.

Does it matter where that gets inserted into the string?

Thank you

I added that in like this:

Running Path in CMD gets me this FYI

C:\Users\Kodi>path
PATH=C:\Windows;C:\Windows\System32;C:\Windows\System32\Wbem;C:\Windows\System32
\WindowsPowerShell\?v1.0

C:\Users\Kodi>

Still no luck.
Reply
#60
There should be no question mark near the end there - that is not a valid character in a pathname.
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 22

Logout Mark Read Team Forum Stats Members Help
Kodi 17.x Installation problem with KB2670838 Win7 x643