1

以下はMSIエラーログから

DEBUG: Error 2835:  The control ErrorIcon was not found on dialog ErrorDialog
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2835. The arguments are: ErrorIcon, ErrorDialog, 
Office 2010 PIA is not installed.
MSI (c) (08:54) [12:57:24:883]: Product: ExcelAddin -- Office 2010 PIA is not installed.

Action ended 12:57:24: LaunchConditions. Return value 3.
MSI (c) (08:54) [12:57:24:915]: Doing action: FatalErrorForm
Action 12:57:24: FatalErrorForm. 
Action start 12:57:24: FatalErrorForm.
MSI (c) (08:54) [12:57:24:915]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'FatalErrorForm' 
DEBUG: Error 2826:  Control BannerBmp on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, BannerBmp, to the right
Info 2898.For VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 13 pixels height.
Info 2898.For VSI_MS_Sans_Serif16.0_1_0 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 20 pixels height.
DEBUG: Error 2826:  Control Line1 on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, Line1, to the right
DEBUG: Error 2826:  Control Line2 on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, Line2, to the right
Action 12:57:24: FatalErrorForm. Dialog created

Office 2010 で 64 ビット Win7 を実行する仮想 PC に Excel アドインのインストールを行っていました。.net 4 CP、office2010 PIA、および vsto 4 ランタイムはすべてインストーラーに含まれていました。エラー メッセージによると、何らかの理由で Office 2010 PIA のインストールが妨げられているようです。ここでエラーが示唆していることは何か分かりますか? ありがとう。

4

1 に答える 1

0

これと同じ問題があり、これより前に REAL エラーが発生したようです。

私のエラーは私のカスタム インストーラー クラスからのものでした。

参照:エラー 2835: ダイアログ ErrorDialog でコントロール ErrorIcon が見つかりませんでした

インストール ログを詳しく調べたところ、エラー 2826 (ConfirmInstallForm の行が境界を超えています) と 2769 (1 つの MSIHANDLES を閉じませんでした) も見つかりました。

于 2013-03-27T20:45:17.010 に答える