memoRe
thinkpad - vista sp2 にすると system update できなくなる。解決

thnkpad t500 (vista) を使っています。

新し者好きなので、当然 sp2導入済み。


先日 thinkpad system update が復活したので、早速使ってみたら問題発生。

sp2 にすると thinkpad の system update中に

「ユーザー情報の収集中にエラーが発生しました」

となって中断されてしまいます。

対応してないようです。


で、いろいろ調べたら解決できたのでメモ。


thinkpad clubのコミュニティーで投稿されていました。

http://www.thinkpad-club.net/modules/xhnewbb/viewtopic.php?topic_id=2913&post_id=20544


—- バックアップを必ずとってから作業してください。自己責任でお願いします。


「C:\Program Files\Lenovo\System Update\session\system\SSClientCommon\MappingInterface.xml」

をメモ帳とかでひらいて、

<OSs></OSs>の間に以下のコードを追加でOK。自分もこれで出来ました。

<OS>
<OSTVIA>VS-BUS.SP2</OSTVIA>
<OSeGatherer>
<Name>Vista Business</Name>
<ServiceRelease>Service Pack 2</ServiceRelease>
</OSeGatherer>
<OSQuest>Windows Vista</OSQuest>
</OS>
<OS>
<OSTVIA>VS-STARTER.SP2</OSTVIA>
<OSeGatherer>
<Name>Vista Starter</Name>
<ServiceRelease>Service Pack 2</ServiceRelease>
</OSeGatherer>
<OSQuest>Windows Vista</OSQuest>
</OS>
<OS>
<OSTVIA>VS-HOMEBASIC.SP2</OSTVIA>
<OSeGatherer>
<Name>Vista Home Basic</Name>
<ServiceRelease>Service Pack 2</ServiceRelease>
</OSeGatherer>
<OSQuest>Windows Vista</OSQuest>
</OS>
<OS>
<OSTVIA>VS-HOMEPREM.SP2</OSTVIA>
<OSeGatherer>
<Name>Vista Home Premium</Name>
<ServiceRelease>Service Pack 2</ServiceRelease>
</OSeGatherer>
<OSQuest>Windows Vista</OSQuest>
</OS>
<OS>
<OSTVIA>VS-HOMEULT.SP2</OSTVIA>
<OSeGatherer>
<Name>Vista Home Ultimate</Name>
<ServiceRelease>Service Pack 2</ServiceRelease>
</OSeGatherer>
<OSQuest>Windows Vista</OSQuest>
</OS>
<OS>
<OSTVIA>VS-ENT.SP2</OSTVIA>
<OSeGatherer>
<Name>Vista Enterprise</Name>
<ServiceRelease>Service Pack 2</ServiceRelease>
</OSeGatherer>
<OSQuest>Windows Vista</OSQuest>
</OS>


「sp2も認識しろよ」って記述なのかね。