Hello,
Another question though: I have now editted some select bits of text in English. We do not have the means to create our own translations of these edits into other languages. Since our client base is entirely english-speaking (even if some of them are not native english speakers and reside in other countries), we would like everyone to see the updater messages in English, no matter what language their computer is set to. I presume I can do this by just deleting all the non-english resources from the dll, correct? Then the "Neutral" resource would be the one used by the Advanced Installer Updater?
If you want the Updater use only the English strings, then all you have to to is to build an English project type. From
"Start" page create your project type by using the "English" language. Also, you should not include afterwards
other languages into your project. When building a multilingual project type the Updater will use at run time the OS language of the machine it is running from.
Additionally, will I need to re-do my edits to Updater-res.dll from scratch every time that I update my installation of Advanced Installer? Or only for certain updates?
Yes, for security reasons you should redo this edits on every Advanced Installer version.
All the best,
Daniel