* fix the error of windows xampp package.

This commit is contained in:
wangchunsheng
2012-03-05 07:48:15 +00:00
parent f839a34aa6
commit 58e3480b15
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -299,4 +299,4 @@ $file->copyFile($buildDir . '/ioncube_loader_win_5.3.dll', './xampp/php/ext/ionc
$file->copyFile($buildDir . '/apache_installservice.bat', './xampp/apache_installservice.bat');
$file->copyFile($buildDir . '/apache_uninstallservice.bat', './xampp/apache_uninstallservice.bat');
$file->copyFile($buildDir . '/mysql_installservice.bat', './xampp/mysql_installservice.bat');
$file->copyFile($buildDir . '/mysql_uninstallserivice.bat', './xampp/mysql_installservice.bat');
$file->copyFile($buildDir . '/mysql_uninstallserivice.bat', './xampp/mysql_uninstallservice.bat');
+1 -1
View File
@@ -4,7 +4,7 @@ if "%OS%" == "Windows_NT" goto WinNT
:Win9X
echo Don't be stupid! Win9x don't know Services
echo Please use apache_start.bat instead
echo Please use mysql_start.bat instead
goto exit
:WinNT
@@ -4,7 +4,7 @@ if "%OS%" == "Windows_NT" goto WinNT
:Win9X
echo Don't be stupid! Win9x don't know Services
echo Please use apache_stop.bat instead
echo Please use mysql_stop.bat instead
goto exit
:WinNT