[VMware Launcher 2.0.9.7]
- Enhancement: #4 Verify Windows services have properly terminated upon shutdown. - Moved instanciation of ServiceControl class from Startup.xaml.cs to StatusWindow.xaml.cs.
This commit is contained in:
@@ -8,7 +8,6 @@ namespace VMwareLauncher
|
||||
public partial class Startup : Window
|
||||
{
|
||||
static internal TrayIcon trayIcon = new TrayIcon();
|
||||
static internal ServiceControl serviceControl = new ServiceControl();
|
||||
internal StatusWindow statusWindow = new StatusWindow();
|
||||
internal CheckDependencies checkDependencies = new CheckDependencies();
|
||||
|
||||
@@ -24,9 +23,6 @@ namespace VMwareLauncher
|
||||
|
||||
checkDependencies.PerformCheck();
|
||||
|
||||
// Modify service status to manual.
|
||||
serviceControl.ForceServicesManual();
|
||||
|
||||
if (!vmLauncherControl.IsProcessRunning())
|
||||
{
|
||||
statusWindow.Show();
|
||||
|
||||
Reference in New Issue
Block a user