You are viewing a plain text version of this content. The canonical link for it is here.
Posted to win32-msi-cvs@httpd.apache.org by wr...@apache.org on 2005/02/11 23:04:51 UTC

svn commit: r153463 - httpd/httpd/win32-msi/trunk/apache_2.0-win32.ism

Author: wrowe
Date: Fri Feb 11 14:04:50 2005
New Revision: 153463

URL: http://svn.apache.org/viewcvs?view=rev&rev=153463
Log:

  Sync a few items to match the Apache 1.3 installer, after fixing these
  issues already when migrating 1.3.

Modified:
    httpd/httpd/win32-msi/trunk/apache_2.0-win32.ism

Modified: httpd/httpd/win32-msi/trunk/apache_2.0-win32.ism
URL: http://svn.apache.org/viewcvs/httpd/httpd/win32-msi/trunk/apache_2.0-win32.ism?view=diff&r1=153462&r2=153463
==============================================================================
--- httpd/httpd/win32-msi/trunk/apache_2.0-win32.ism (original)
+++ httpd/httpd/win32-msi/trunk/apache_2.0-win32.ism Fri Feb 11 14:04:50 2005
@@ -1123,13 +1123,13 @@
 		<row><td>RemovePriorService</td><td>1618</td><td>F98246_Apache.exe</td><td>-k uninstall -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]."</td><td>The -f and -d args are required to ensure we remove a misconfigured service!</td></row>
 		<row><td>ResolveServerName</td><td>193</td><td>real_features_dll</td><td>_ResolveServerName@4</td><td/></row>
 		<row><td>SelfInstallService</td><td>1618</td><td>F98246_Apache.exe</td><td>-w -k install -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]."</td><td/></row>
-		<row><td>SelfRemoveService</td><td>1106</td><td>F98246_Apache.exe</td><td>-k uninstall -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]."</td><td>The -f and -d args are required to ensure we remove a misconfigured service!</td></row>
+		<row><td>SelfRemoveService</td><td>1618</td><td>F98246_Apache.exe</td><td>-k uninstall -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]."</td><td>The -f and -d args are required to ensure we remove a misconfigured service!</td></row>
 		<row><td>SelfStartService</td><td>1746</td><td>F98246_Apache.exe</td><td>-w -k start -n "[SERVICENAME]"</td><td/></row>
-		<row><td>SelfStopService</td><td>1106</td><td>F98246_Apache.exe</td><td>-k stop -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]."</td><td>The -f and -d args are required to ensure we stop a misconfigured service!</td></row>
+		<row><td>SelfStopService</td><td>1618</td><td>F98246_Apache.exe</td><td>-k stop -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]."</td><td>The -f and -d args are required to ensure we stop a misconfigured service!</td></row>
 		<row><td>SetAllUsersProfileNT</td><td>51</td><td>ALLUSERSPROFILE</td><td>[%SystemRoot]\Profiles\All Users</td><td/></row>
 		<row><td>StartApacheMonitor</td><td>1746</td><td>F161005_ApacheMonitor.exe</td><td/><td/></row>
 		<row><td>StopPriorService</td><td>1618</td><td>F98246_Apache.exe</td><td>-k stop -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]."</td><td>The -f and -d args are required to ensure we stop a misconfigured service!</td></row>
-		<row><td>ValidateServerName</td><td>65</td><td>real_features_dll</td><td>_ValidateServerName@4</td><td/></row>
+		<row><td>ValidateServerName</td><td>1</td><td>real_features_dll</td><td>_ValidateServerName@4</td><td/></row>
 		<row><td>setAllUsersProfile2K</td><td>51</td><td>ALLUSERSPROFILE</td><td>[%ALLUSERSPROFILE]</td><td/></row>
 		<row><td>setUserProfileNT</td><td>51</td><td>USERPROFILE</td><td>[%USERPROFILE]</td><td/></row>
 	</table>
@@ -4179,7 +4179,7 @@
 		<col key="yes" def="s72">Property</col>
 		<col def="L0">Value</col>
 		<col def="S255">ISComments</col>
-		<row><td>ALLUSERS</td><td>1</td><td/></row>
+		<row><td>ALLUSERS</td><td></td><td/></row>
 		<row><td>ARPAUTHORIZEDCDFPREFIX</td><td/><td/></row>
 		<row><td>ARPCOMMENTS</td><td/><td/></row>
 		<row><td>ARPCONTACT</td><td>##AppSupportContact##</td><td/></row>



---------------------------------------------------------------------
To unsubscribe, e-mail: win32-msi-cvs-unsubscribe@httpd.apache.org
For additional commands, e-mail: win32-msi-cvs-help@httpd.apache.org