xcopy apparently loads the messages from another file, since I still get error messages in English with those.
Interestingly, this step (copy/paste into VBP):
<step action='Run Program'>
<command>%DOSCMD% echo Unzulässige..</command>
<indent type='3'>1</indent>
<name>Run Program</name>
<outputfrom type='3'>1</outputfrom>
</step>
displays the umlaut correctly when run via VisBuildCmd in a Command Prompt (testing on Win7 with the UTF8 option enabled).
And saving the echo statement to a .bat file and running it from a Command Prompt outputs
UnzulΣssige..
|