From 3393fcd56f58b554b2f1e44123676a10ea326fbd Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 22 Feb 2020 18:50:42 -0800 Subject: [PATCH] Hide provider and server URL for uninstall. --- Agent.Installer.Win/Agent.Installer.Win.csproj | 4 +++- Agent.Installer.Win/MainWindow.xaml | 2 +- Agent.Installer.Win/ViewModels/MainWindowViewModel.cs | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Agent.Installer.Win/Agent.Installer.Win.csproj b/Agent.Installer.Win/Agent.Installer.Win.csproj index e9e02db0..310b1431 100644 --- a/Agent.Installer.Win/Agent.Installer.Win.csproj +++ b/Agent.Installer.Win/Agent.Installer.Win.csproj @@ -145,6 +145,8 @@ - xcopy "$(TargetPath)" "$(SolutionDir)Server\wwwroot\Downloads\" /y /e /i + if $(ConfigurationName) == Debug ( + xcopy "$(TargetPath)" "$(SolutionDir)Server\wwwroot\Downloads\" /y /e /i +) \ No newline at end of file diff --git a/Agent.Installer.Win/MainWindow.xaml b/Agent.Installer.Win/MainWindow.xaml index c5e674c0..4e8b359c 100644 --- a/Agent.Installer.Win/MainWindow.xaml +++ b/Agent.Installer.Win/MainWindow.xaml @@ -38,7 +38,7 @@ - + diff --git a/Agent.Installer.Win/ViewModels/MainWindowViewModel.cs b/Agent.Installer.Win/ViewModels/MainWindowViewModel.cs index 6edd5a7b..b49171d4 100644 --- a/Agent.Installer.Win/ViewModels/MainWindowViewModel.cs +++ b/Agent.Installer.Win/ViewModels/MainWindowViewModel.cs @@ -181,7 +181,7 @@ namespace Remotely.Agent.Installer.Win.ViewModels else { HeaderMessage = "Uninstall the Remotely service."; - StatusMessage = "Uninstalling the Remotely service will remove all remote acess for the above service provider."; + StatusMessage = "Uninstalling the Remotely service will remove all remote acess to this device."; } var installerSettings = ReadInstallerSettings();