Ejemplo n.º 1
0
 public static ActionResult SetLongPaths(Session session)
 {
     RegistryUtil.SetLongPathKey();
     return(ActionResult.Success);
 }
Ejemplo n.º 2
0
 public static ActionResult CheckPythonVersion(Session session)
 {
     RegistryUtil.CheckPythonInstalled(session);
     return(ActionResult.Success);
 }