Skip to content

Cloudbase-init.msi fails with non-ASCII groups names #392

@al-indigo

Description

@al-indigo

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:

  1. Fix the writing behaviour for non-ascii symbols into configuration
  2. Or at least make it possible to override it during msi silent installation

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions