aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-17 16:59:13 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-17 16:59:13 +0200
commit79f12332efed3507c2316eef9698e5766be31ff8 (patch)
treee450cc3f32399880934f7b72b7165f084b0c0df3 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
parent925e671d764466f518270e07e21d35e15c838c61 (diff)
downloadTango-79f12332efed3507c2316eef9698e5766be31ff8.tar.gz
Tango-79f12332efed3507c2316eef9698e5766be31ff8.zip
Done some work on remote assistance installation.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index 31e3290d8..971dde32e 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -136,7 +136,7 @@ namespace Tango.PPC.Common.MachineSetup
LogManager.Log("Installing remote assistance...");
UpdateProgress("Installing remote assistance", "Installing...");
- //await _remoteAssistance.InstallRemoteAssistance();
+ await _remoteAssistance.InstallRemoteAssistance(serialNumber);
//Create temporary folders for packages.
var _newPackageTempFolder = TemporaryManager.CreateFolder();