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
Comments
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:
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.