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();