AppliStation
Révision | 8606e4caae3b4635fba830a435eda8b77c12be9c (tree) |
---|---|
l'heure | 2010-12-25 20:01:53 |
Auteur | ttp <ttp@user...> |
Commiter | ttp |
na-get-lib,公式ページが登録されていないソフト情報を読み取るとインストール処理後でエラーが出ることがある不具合を修正
@@ -228,7 +228,7 @@ namespace NaGet.Packages.Install | ||
228 | 228 | uninstInfo.DisplayName = pkg.Name; |
229 | 229 | uninstInfo.DisplayVersion = pkg.Version; |
230 | 230 | uninstInfo.Publisher = pkg.Author; |
231 | - uninstInfo.URLInfoAbout = pkg.Url.Href; | |
231 | + uninstInfo.URLInfoAbout = (pkg.Url != null)? pkg.Url.Href : null; | |
232 | 232 | uninstInfo.IconPath = null; // TODO |
233 | 233 | uninstInfo.ModifyPath = null; |
234 | 234 | uninstInfo.UninstallString = null; // TODO |