VirtualBox

Changeset 68242 in vbox for trunk


Ignore:
Timestamp:
Aug 2, 2017 12:46:53 PM (7 years ago)
Author:
vboxsync
Message:

Unattended: Added detectedOSLanguages and language attributes to deal with the windows installer's stupid UILanguage requirement. The specified language must be supported by the installation media, probably by way of lang.ini, which means we need to implement UDF support to really get this right. For now, looking for language specifier in the ISO name (ASSUMES filename unchanged since MSDN download). [missing docs]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-unattended.xml

    r68213 r68242  
    6565      <arg>--post-install-command=<replaceable>command</replaceable></arg>
    6666      <arg>--extra-install-kernel-parameters=<replaceable>params</replaceable></arg>
     67      <arg>--language=<replaceable>lang</replaceable></arg>
    6768      <arg>--session-type=<replaceable>type</replaceable></arg>
    6869    </cmdsynopsis>
     
    224225            </para></listitem>
    225226        </varlistentry>
     227        <varlistentry>
     228          <term><option>--language=<replaceable>lang</replaceable></option></term>
     229          <listitem>
     230            <para>
     231              Specifies the UI language for a Windows installation.  The <replaceable>lang</replaceable> is
     232              generally on the form {ll}-{CC}.  See detectedOSLanguages results from <command>VBoxManage unattended detect</command>.
     233              (default: detectedOSLanguages[0])</para></listitem>
     234        </varlistentry>
    226235
    227236      </variablelist>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette