lpksetup

表示言語のインストールまたはアンインストール

言語パック インストーラー


lpksetup

  • C:\Windows\system32\lpksetup.exe /?

Output:

[Window Title]
表示言語のインストールまたはアンインストール

[Main Instruction]
表示言語のインストールまたはアンインストール

[Content]
モード:

        lpksetup /?
        lpksetup /i [{* | 言語一覧}] [/p 言語パックのパス] [オプション]
        lpksetup /u [言語一覧] [オプション]

ヘルプ

        /? - このヘルプ テキストを表示します。

インストール

        /i - 指定された言語パックをインストールします。/u オプションと共に使用することはできません。/i オプションの後に * または言語一覧を含めず、
        /s
        オプションを使用しない場合は、プログラムが開始し、グラフィック ユーザー インターフェイス (GUI) を介してインストールできます。

                * - 言語パックのパスまたは Lpksetup.exe が置かれているディレクトリにあるすべての言語パックを表すワイルドカード文字を指定します。

                言語一覧-スペースで区切られた一覧内の1つ以上の言語名を指定します。指定された各言語について、"language-REGION"("language"              
                小文字のISO639言語コード、"REGION"は大文字のISO 3166-1の国/地域識別子)という言語名の形式を使用します(例:en-US、fr-FR、en-GB、zh-CN)。

        /p - インストールする言語パックのパスを示します。/s オプションと /i オプションを両方使用する場合は、/p オプションが必要です。

                言語パックのパス - ディレクトリまたはフォルダーのパスです (例: c:\langpackfolder\ または \\networkshare\langpackfolder)。

アンインストール

        /u - 指定された1つ以上の言語パックをアンインストールします。/iオプションと共に使用することはできません。/uオプションの後に言語一覧を含めず、
      
        /sオプションを使用しない場合は、プログラムが開始し、GUIを介してアンインストールできます。

                言語一覧-スペースで区切られた一覧内の1つ以上の言語名を指定します。指定された各言語について、"language-REGION"("language"              
                小文字のISO639言語コード、"REGION"は大文字のISO 3166-1の国/地域識別子)という言語名の形式を使用します(例:en-US、fr-FR、en-GB、zh-CN)。

オプション:

        /r - 操作完了後に再起動を必要としないようにします。再起動の必要性についてのメッセージがイベント ログに記録されます。

        /f - コンピューターを再起動する必要がある場合は、他のユーザーがコンピューターにログオンしていても、操作の完了後に再起動が強制的に実行されます。

        /a-処理前に、一覧表示されたすべての言語パックがインストール可能または削除可能であることを確認します。インストール可能または削除可能な
      
        言語パックがない場合はエラーが返され、指定されたどの言語パックもインストールまたは削除されません。
              
        /aオプションを含めない場合は、処理に失敗したものを除き、指定されたすべての言語パックがインストールまたは削除され、イベントログにエントリが
                      
        作成され、成功した操作が返されます。

        /s - ユーザー入力を必要としないサイレントまたは無人の操作を実行します。GUI は抑制されます。

:

        指定された場所に置かれたすべての言語パックをインストールします:
        lpksetup /i * /p <言語パックのパス>

        2 つの言語パックをアンインストールします - Lpksetup は GUI モードで開始しますが、ユーザーによる介入は求められません:
        lpksetup /u ja-JP es-ES

        指定された場所に保存された 3 つの言語パックをインストールします:
        lpksetup /i ja-JP en-US es-ES /r /s /p <言語パックのパス>

[閉じる(C)]
[Window Title]
Install or uninstall display languages

[Main Instruction]
Install or uninstall display languages

[Content]
MODES:

        lpksetup /?
        lpksetup /i [{* | language_list}] [/p language_pack_path] [options]
        lpksetup /u [language_list] [options]

Help

        /? - Display this help text.

Install

        /i - Installs the specified language packs. Cannot be used with the /u option. If you do not include * or
        language_list after the /i option, and if the /s option is not used, the program will start and you can install
        through the graphical user interface (GUI).

                * - Specifies a wildcard character that represents all language packs found in language_pack_path or
                the directory where Lpksetup.exe is located.

                language_list - Specifies the names of one or more languages in a space-delimited list. Use the
                language name format "language-REGION" for each language specified, where language is the lowercase ISO
                639 language code and REGION is the uppercase ISO 3166-1 country/region identifier, e.g., en-US, fr-FR,
                en-GB, zh-CN.

        /p - Indicates the path of the language packs to install.  If the /s and /i option are both used, the /p option
        is required.

                language_pack_path - Can be a directory or a folder path, e.g., c:\langpackfolder\ or
                \\networkshare\langpackfolder.

Uninstall

        /u - Uninstalls the specified language pack or packs. Cannot be used with the /i option. If you do not include
        language_list after the /u option, and if the /s option is not used, the program will start and you can
        uninstall through the GUI.

                language_list - Specifies the names of one or more languages in a space-delimited list. Use the
                language name format "language-REGION" for each language specified, where language is the lowercase ISO
                639 language code and REGION is the uppercase ISO 3166-1 country/region identifier, e.g., en-US, fr-FR,
                en-GB, zh-CN.

OPTIONS:

        /r - Suppresses the need to restart after an operation is completed. A message will be logged to the event log
        about the need to restart.

        /f - If the computer must restart, forces a restart even if there are other users logged on to the computer
        after an operation is completed.

        /a - Verifies that all listed language packs can be installed or removed before processing. If any of the
        language packs cannot be installed or removed, an error is returned and none of the specified language packs
        are installed or removed.
                       
                        If you do not include the /a option,
        all specified language packs are installed or removed except the one that failed, an entry is created in the
        Event log, and the operation is returned as successful.

        /s - Performs a silent and unattended operation that requires no user input. The GUI is suppressed.

EXAMPLES:

        Install all language packs that are located at the given location:
        lpksetup /i * /p <language_pack_path>

        Uninstall two language packs - Lpksetup will be started in GUI mode but will not require user intervention:
        lpksetup /u ja-JP es-ES

        Install three language packs stored at the given location:
        lpksetup /i ja-JP en-US es-ES /r /s /p <language_pack_path>

[Close]

Return Code: 1


C:\Windows\system32\lpksetup.exe
c:\>ver
Microsoft Windows [Version 10.0.19045.2075]
FileInfo
File Size745472bytes
Creation Time2022/09/29 14:13:42
LastWrite Time2022/09/29 14:13:42
ProductVersion10.0.19041.1889
FileVersion10.0.19041.1889 (WinBuild.160101.0800)
HashValue
MD5fb44b6dd5d4ec676635a2b0ddcdef52d
SHA12254cfa90f5d789e352d66fdbd94e3cb8e904cee
SHA224a0cb4e918b1dd8f82c5ea485569f50d3d45e10c7d1244ca6bdf42831
SHA256390270863097620628bd9135daaba4082acb02a1dfe2a0b1022b7b1311a4371a
SHA3843cf2ca810fa4609a1a08298e7b1558ac32ecb8b849415f9797a167a0aab9543249529668871d76786b30394f4390bcc1
SHA512eaab6ae82896f7f3616b12fbc6ea1f5034e815e232c5080a57849d47ff7619cab91fb0505c2b59c2a6ce4fcadedc5b6824dd84c36dcb74eefeb4c0c3631b736c
Built with Hugo
テーマ StackJimmy によって設計されています。