jmertic Mon Nov 10 16:46:25 2008 UTC
Modified files:
/win-installer WixUI_en-us.wxl
Log:
Update error message strings when IIS FastCGI is not installed, but chosen in
the installer.
http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.28&r2=1.29&diff_format=u
Index: win-installer/WixUI_en-us.wxl
diff -u win-installer/WixUI_en-us.wxl:1.28 win-installer/WixUI_en-us.wxl:1.29
--- win-installer/WixUI_en-us.wxl:1.28 Thu Oct 30 18:16:26 2008
+++ win-installer/WixUI_en-us.wxl Mon Nov 10 16:46:24 2008
@@ -81,8 +81,8 @@
<String Id="FatalErrorDescription1">[ProductName] Setup Wizard ended
prematurely because of an error. Your system has not been modified. To install
this program at a later time, run Setup Wizard again.</String>
<String Id="FatalErrorDescription2">Click the Finish button to exit the
Setup Wizard.</String>
- <String Id="FastCGINotInstalledIIS6">FastCGI is not installed in the current
version of IIS. You can download it at
www.iis.net/1521/ItemPermalink.ashx</String>
- <String Id="FastCGINotInstalledIIS7">FastCGI is not installed in the current
version of IIS. To enable FastCGI support on IIS7.0, go to Server Manager ->
Roles -> Add Role Services.</String>
+ <String Id="FastCGINotInstalledIIS6">FastCGI is not installed on the current
version of IIS. You can download it at
http://www.iis.net/1521/ItemPermalink.ashx</String>
+ <String Id="FastCGINotInstalledIIS7">FastCGI is not installed on the current
version of IIS. To enable FastCGI support go to Server Manager -> Roles -> Add
Role Services -> CGI.</String>
<String Id="FilesInUse_Title">[ProductName] Setup</String>
<String Id="FilesInUseExit">E&xit</String>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php