I have a setup and deployment project (VS 2010) and I added TextBox Form in the UI view. The text I want to show to the user is not English, it's Greek. When I run the msi, the text looks more like an ancient dwarven language.
Now, I don't want to localize the whole msi (i don't want alternative texts for different languages and all this stuff). I just want this particular text to show properly. Is there a way to set the code-page the msi will use?