From 9b304fded5ceffe4783f57329fdbb46dc29decfd Mon Sep 17 00:00:00 2001 From: daredloco Date: Sun, 25 Oct 2020 15:10:03 -0300 Subject: [PATCH] Added uninstaller --- GitInstaller/GitInstaller/GitInstaller.csproj | 1 + GitInstaller/GitInstaller/MainWindow.xaml | 9 +- GitInstaller/GitInstaller/MainWindow.xaml.cs | 16 +++ .../GitInstaller/Properties/AssemblyInfo.cs | 4 +- GitInstaller/GitInstaller/Settings.cs | 4 +- GitInstaller/GitInstaller/Uninstaller.cs | 114 ++++++++++++++++++ .../GitInstaller/ZipArchiveExtensions.cs | 17 +++ GitInstaller/GitInstaller/config.json | 1 + 8 files changed, 160 insertions(+), 6 deletions(-) create mode 100644 GitInstaller/GitInstaller/Uninstaller.cs diff --git a/GitInstaller/GitInstaller/GitInstaller.csproj b/GitInstaller/GitInstaller/GitInstaller.csproj index 10619ab..89714e7 100644 --- a/GitInstaller/GitInstaller/GitInstaller.csproj +++ b/GitInstaller/GitInstaller/GitInstaller.csproj @@ -71,6 +71,7 @@ MSBuild:Compile Designer + MSBuild:Compile diff --git a/GitInstaller/GitInstaller/MainWindow.xaml b/GitInstaller/GitInstaller/MainWindow.xaml index 1d82bdd..1fc7741 100644 --- a/GitInstaller/GitInstaller/MainWindow.xaml +++ b/GitInstaller/GitInstaller/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:GitInstaller" mc:Ignorable="d" - Title="Project Name - Powered by GitInstaller" Height="450" Width="800" ResizeMode="CanMinimize"> + Title="Project Name - Powered by GitInstaller" Height="500" Width="850" ResizeMode="CanMinimize"> @@ -27,7 +27,9 @@ - + + + @@ -37,7 +39,8 @@ -