mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update header message during install/uninstall.
This commit is contained in:
parent
07f361342c
commit
c968c6e64d
@ -300,7 +300,8 @@ namespace Remotely.Agent.Installer.Win.ViewModels
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
HeaderMessage = "Installing Remotely...";
|
||||
|
||||
if (await Installer.Install(ServerUrl, OrganizationID, DeviceGroup, DeviceAlias))
|
||||
{
|
||||
@ -338,6 +339,8 @@ namespace Remotely.Agent.Installer.Win.ViewModels
|
||||
{
|
||||
IsReadyState = false;
|
||||
|
||||
HeaderMessage = "Uninstalling Remotely...";
|
||||
|
||||
if (await Installer.Uninstall())
|
||||
{
|
||||
IsServiceInstalled = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user