I do not think that AutoIt supports Chinese language as it is an ANSI based software.
Window titles and text in the scripts are case sensitive and will only work if the window titles are exactly the same for the installers that you are using. This does mean that if you have your window title set to show full path in the title bar then the scripts may not work as they would have been made for the default folder name only.
Your keyboard layout (not english) could also be a problem with using Send() in the scripts. Send() does work like the keyboard.
I am not sure of anything else with the information mentioned, other then using Au3Info tool to check the titles and text of the installer with the script.
You could try AutoMacroGenerator within
Scite4AutoIt3 to create some new scripts for you, but you may need to refine the output for a good final script.