Commit 822a08253c3c14126a71ead3cce6d481aa30043f
1 parent
59414bd7
Modified comment line
Committed by: Paul Barrett
Showing
1 changed file
with
1 additions
and
1 deletions
setup/wizard/steps/database.php
| ... | ... | @@ -787,7 +787,7 @@ class database extends Step |
| 787 | 787 | } |
| 788 | 788 | } |
| 789 | 789 | |
| 790 | - // if Windows, hard code (relative to SYSTEM_ROOT) where we expect the Zend MSI installer to have placed them | |
| 790 | + // if Windows, attempt to insert full paths to binaries | |
| 791 | 791 | if (WINDOWS_OS) { |
| 792 | 792 | $winBinaries = array('php' => 'ZendServer\bin\php.exe', 'python' => 'openoffice\program\python.exe', |
| 793 | 793 | 'java' => 'jre\bin\java.exe', | ... | ... |