diff --git a/pandora_console/install.php b/pandora_console/install.php index f6f5aba385..f59c04fa89 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -562,6 +562,9 @@ function install_step2() { else if (PHP_OS == "NetBSD") { $res += check_exists ("/usr/pkg/bin/twopi","Graphviz Binary"); } + else if ( substr(PHP_OS, 0, 3) == 'WIN' ) { + $res += check_exists ("..\\..\\..\\Graphviz\\bin\\twopi.exe", "Graphviz Binary"); + } else { $res += check_exists ("/usr/bin/twopi","Graphviz Binary"); }