Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Sysnative

Hello,

I am trying to install Windows 7 x64 SP1 language pack.
But i can't use "%WinDir%\SysNative\lpksetup.exe" as Install file, because pqd can't find it.

C:\Windows\System32\lpksetup.exe does not work - it turns out that lpksetup.exe on Windows 7 64-bit is a 64-bit-only process so with WOW file redirection in a 32-bit process C:\Windows\System32 redirects to C:\Windows\SysWOW64, which does not contain lpksetup.exe.  

Please help.

Thank You

 

It turns out that lpksetup.exe on Windows 7 64-bit is a 64-bit-only process so with WOW file redirection in a 32-bit process C:\Windows\System32 redirects to C:\Windows\SysWOW64, which does not contain lpksetup.exe. 




screenshot.png
0

Comments

1 comment
Date Votes
  • In case this hasn't been resolved or there is another instance of this, run this as a command (rather than an install step), for example:

    %WinDir%\SysNative\lpksetup.exe /i en-US /p . /s

    NOTE: If you need to copy over the language pack prior to running the above, you can do that in a file copy step first, then run the lpksetup.exe step.

    The likely reason your deployment is running into issues is due to the fact that the Install File location is looking at the console machine, not the target machine's %WinDir%\SysNative\lpksetup.exe.

    0