http://bugs.winehq.org/show_bug.cgi?id=35966
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Vijay Kamuju from comment #12)
The VT_DISPATCH should call the WshEnvironment_get_Item to get the env variable "TEMP" value.
Obviously it should eventually come to Invoke() with DISPID_VALUE presumably, I have no idea how to do this right.
This also means that the WshEnvironment struct should be completed by adding a key value pair implementation to store the Environment Variable That is we need a partial implementation of the WshEnvironment class in Wine
That's not a problem, once get_Item() is actually called.