http://bugs.winehq.org/show_bug.cgi?id=35966 --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> --- With a patch I just sent that makes /nologo part work, it goes further and does actually create WshSysEnv variable. Later it fails in vbscript code to call this part: --- strSystemRoot = WshSysEnv("TEMP") --- relevant fixme is : --- 0036:trace:vbscript:interp_set_ident L"WshSysEnv" 0036:trace:vbscript:assign_ident creating variable L"WshSysEnv" 0036:trace:wshom:WshEnvironment_AddRef (0x142150) ref = 2 0036:trace:wshom:WshEnvironment_Release (0x142150) ref = 1 0036:trace:vbscript:interp_string 0036:trace:vbscript:interp_icall 0036:fixme:vbscript:do_icall arguments not implemented, 9 0036:warn:vbscript:exec_script Failed 800a01bd --- P.S. I added more output to do_icall(), 9 is VT_DISPATCH type of 'v' variant. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.