mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove param check for uninstall.
This commit is contained in:
parent
05a73820de
commit
0ca98374fa
@ -200,13 +200,15 @@ namespace Remotely.Agent.Installer.Win.ViewModels
|
||||
{
|
||||
await Uninstall(null);
|
||||
}
|
||||
else
|
||||
{
|
||||
CheckParams();
|
||||
}
|
||||
|
||||
if (CommandLineParser.CommandLineArgs.ContainsKey("quiet"))
|
||||
{
|
||||
App.Current.Shutdown();
|
||||
}
|
||||
|
||||
CheckParams();
|
||||
}
|
||||
|
||||
public InstallerSettings ReadInstallerSettings()
|
||||
@ -336,11 +338,6 @@ namespace Remotely.Agent.Installer.Win.ViewModels
|
||||
{
|
||||
IsReadyState = false;
|
||||
|
||||
if (!CheckParams())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (await Installer.Uninstall())
|
||||
{
|
||||
IsServiceInstalled = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user