WINDIR in Windows 2008 R2 Terminal server
Posted: Wed Apr 15, 2015 3:54 am
While running the installation on Windows 2008 R2 with Remote desktop services (Terminal Server) the WINDIR and ALLWINDIR varibales are wrong. They return both "C:\USERS\<user>\Windows" instead of "C:\Windows".
It is done by your automatic generated commands:
Please notice that your built in scripts which check if components exist (like checkvc10_x86) refer to $WINDIR$\WinSxS and never find the installed components which are installed on "C:\Windows\WinSxS".
Raffi
It is done by your automatic generated commands:
Code: Select all
Get Folder location System->Windows Directory into WINDIR
Get Common Folder Location System->Windows Directory in ALLWINDIR
Please notice that your built in scripts which check if components exist (like checkvc10_x86) refer to $WINDIR$\WinSxS and never find the installed components which are installed on "C:\Windows\WinSxS".
Raffi