2

Installshield 2010 プレミア エディションを使用しています。

インストール パッケージを使用してソフトウェアをインストールしようとすると、Installshield が常に異常終了します。再現シーケンスは次のとおりです。

  1. Windows (7 または 8) のロケールを英語に設定します。
  2. Windows 用韓国語言語パックをインストールする
  3. Windows ロケールを英語から韓国語に変更
  4. 韓国語の文字で Windows ユーザー アカウントを作成する
  5. 新しいユーザー アカウントで Windows にログインします。
  6. Windows ロケールを韓国語から英語に変更する
  7. インストールを開始する
  8. インストールが異常終了する

Installshield 2011 でインストール パッケージをビルドした場合、インストールは上記のシーケンスで問題なく動作しました。Installshield リリース ノートの記事で、Unicode パス内のセットアップは Installshield 2011 以降でのみサポートされていることがわかりました。( http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q208910 )

Installshield 2010 が Unicode インクルード パス内のセットアップをサポートするようにするための回避策はありますか?

4

1 に答える 1

0

You didn't mention which kind of installation you're running (InstallScript or Windows Installer). For Windows Installer setups before we introduced proper Unicode support, sometimes you can get away with creating a single .msi file for installation. (Most of the difficulties related to non-codepage Unicode paths were within setup.exe, so bypassing it alleviates many of them.) If you're using an InstallScript installation, this isn't an option, as it requires the setup.exe launcher.

于 2013-03-20T12:12:58.987 に答える