OSDN Git Service

AppliStation-all,単体の実行ファイルのインストール対応
[applistation/AppliStation.git] / AppliStation / AppliStation.Util / GUIUtils.cs
index ed5a057..7cc2c16 100644 (file)
@@ -101,7 +101,8 @@ namespace AppliStation.Util
                                } catch (FileNotFoundException) {\r
                                        ico = null;\r
                                }\r
-                       } else if (pkg.Type == InstallerType.ARCHIVE) {\r
+                       } else if ((pkg.Type == InstallerType.ARCHIVE)\r
+                                  ||(pkg.Type == InstallerType.ITSELF)) {\r
                                string progGrp = Path.Combine(NaGet.Env.ArchiveProgramGroup, pkg.Name);\r
                                if (Directory.Exists(progGrp)) {\r
                                        string[] lnkFiles = Directory.GetFiles(progGrp, "*.lnk");\r