public static ActionResult SetLongPaths(Session session) { RegistryUtil.SetLongPathKey(); return(ActionResult.Success); }
public static ActionResult CheckPythonVersion(Session session) { RegistryUtil.CheckPythonInstalled(session); return(ActionResult.Success); }