-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Description
It seems that Cloudbase-init.msi silent install fails on writing file cloudbase-init.conf. It's not empty, but if fails exactly before the option "groups" is set and in automatic mode it is set in ru-locale to "Администраторы".
I've double-checked: without any automation, the installer does the same. If I change "Администраторы" to "Administators", the installation succeeds.
There is a missing option for this automated deploy in $msiexecArgumentList for this to change, so there is no automatic way to overwhelm this problem.
Ways for solution:
- Fix the writing behaviour for non-ascii symbols into configuration
- Or at least make it possible to override it during msi silent installation
Metadata
Metadata
Assignees
Labels
No labels

