コード例 #1
0
 public static ActionResult SetLongPaths(Session session)
 {
     RegistryUtil.SetLongPathKey();
     return(ActionResult.Success);
 }
コード例 #2
0
 public static ActionResult CheckPythonVersion(Session session)
 {
     RegistryUtil.CheckPythonInstalled(session);
     return(ActionResult.Success);
 }