﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
350	FileInstall fails when user login name is non-English chars	ehaerim@…	Jon	"$execdir = ""C:\HelpDesk\""
FileInstall(""winvnc.exe"", $execdir, 1)
Run($execdir & ""winvnc.exe "" & "" -connect "" & $RemoteHelperIP & "":5500 -noregistry"", $execdir)

Above code succeeds in most cases but fails when the user's login name is in non-English(for example, Korean).  The 'Run' function fails in finding the target file.

This bug should be tested under the following conditions to reproduce:
- non-English Windows (I am not 100% sure, though)
- user login name is in non-English (ex)영업

It seems that 'FileInstall' does not handle properly MBCS chars in the file path, but it's just my guess.

Please find the cause of this bug and fix ASAP.

Thanks."	Feature Request	closed		AutoIt		None	Rejected		
