$WINSYSDIR$ not working
Posted: Thu Oct 06, 2005 11:42 am
I am using the Second Edition build, and when using the .NET Framework 2.0 template the version checking was not working. I inserted the following code to check the result:
Get File Version $WINSYSDIR$\\mscoree.dll into Variable MSCOREVER
What I got back was 0.0.0.0
However, if I change it to a hard coded path:
Get File Version c:\\windows\\system32\\mscoree.dll into Variable MSCOREVER
I get back the expected version.
Is this is a known issue?
Get File Version $WINSYSDIR$\\mscoree.dll into Variable MSCOREVER
What I got back was 0.0.0.0
However, if I change it to a hard coded path:
Get File Version c:\\windows\\system32\\mscoree.dll into Variable MSCOREVER
I get back the expected version.
Is this is a known issue?