OSDN Git Service

AppliStation-all,単体の実行ファイルのインストール対応
[applistation/AppliStation.git] / AppliStation / PackageUninstallConfirmForm.cs
index 2cc85fe..4c7621b 100644 (file)
@@ -70,7 +70,8 @@ namespace AppliStation
                                return false;   \r
                        }\r
                        \r
-                       return (uninstallPackage.Type != InstallerType.ARCHIVE);\r
+                       return (uninstallPackage.Type != InstallerType.ARCHIVE)\r
+                               && (uninstallPackage.Type != InstallerType.ITSELF);\r
                }\r
                \r
                void RunasCheckBoxCheckedChanged(object sender, EventArgs e)\r