Ok, it seems to be a problem from Microsoft:
Adding a software policy shows package as wrong language?
They don't support multi language MSI files well. It looks like, that the GPO tools use in this case the
second language code. (Found other people with such problems with Google.)
The PDF-XChange Editor get really installed as "Czech" version on the clients:
Code: Select all
[HKEY_CLASSES_ROOT\Installer\Products\A3120EFEE0664F547A7154F73889512E]
"ProductName"="PDF-XChange Editor"
"PackageCode"="86C133096EA9D874F905DDC6A0B4F16C"
"Language"=dword:00000405
...
Language 0x00000405 is 1029 in decimal (Czech)!
Fortunately your installer don't use this information and install all language files on the computer. So the user can later use a German Editor!
To avoid this ugliness I would need to change the MSI file with a program like Orca or SuperOrca to only
one language code in the summary information.