jmertic Thu Jun 25 20:51:05 2009 UTC
Modified files:
/win-installer PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs
PHPInstallerBase60.wxs PHPInstallerBase60NTS.wxs
Log:
Added installing phar.phar.bat and pharcommand.phar files automatically.
http://cvs.php.net/viewvc.cgi/win-installer/PHPInstallerBase53.wxs?r1=1.24&r2=1.25&diff_format=u
Index: win-installer/PHPInstallerBase53.wxs
diff -u win-installer/PHPInstallerBase53.wxs:1.24
win-installer/PHPInstallerBase53.wxs:1.25
--- win-installer/PHPInstallerBase53.wxs:1.24 Thu Jun 25 15:59:13 2009
+++ win-installer/PHPInstallerBase53.wxs Thu Jun 25 20:51:04 2009
@@ -165,6 +165,13 @@
LongName="readme-redist-bins.txt"
Source="Files\readme-redist-bins.txt"/>
</Component>
+ <Component Id="phpcgiEXE"
+ DiskId="1"
+ Guid="7ECF5817-CAB7-41EE-9E91-DDD2B1F5951B">
+ <File Id="file12"
+ Name="php-cgi.exe"
+ Source="Files\php-cgi.exe"/>
+ </Component>
<Component Id="phpwinEXE"
DiskId="1"
Guid="BA2ADC66-E28C-4D5F-B4DA-E5F0874B2A10">
@@ -287,6 +294,22 @@
Name="php5ts.dll"
Source="Files\php5ts.dll"/>
</Component>
+ <Component Id="pharcommandPHAR"
+ DiskId="1"
+ Guid="86e9a7a0-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharcommandPHAR"
+ Name="PHARCO_1.PHA"
+ LongName="pharcommand.phar"
+ Source="Files\pharcommand.phar"/>
+ </Component>
+ <Component Id="pharBAT"
+ DiskId="1"
+ Guid="d266c230-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharpharBAT"
+ Name="PHAR.P_1.bat"
+ LongName="phar.phar.bar"
+ Source="Files\phar.phar.bat"/>
+ </Component>
<Component Id="phpCHM"
DiskId="1"
Guid="43C45330-3624-11DC-999C-478455D89593">
@@ -343,6 +366,8 @@
<ComponentRef Id="php5tsLIB"/>
<ComponentRef Id="php5embedLIB"/>
<ComponentRef Id="phpEXE"/>
+ <ComponentRef Id="pharcommandPHAR"/>
+ <ComponentRef Id="pharBAT"/>
<Feature AllowAdvertise="no"
Id="ScriptExecutable"
Title="$(loc.FeatureScriptExecutableTitle)"
http://cvs.php.net/viewvc.cgi/win-installer/PHPInstallerBase53NTS.wxs?r1=1.21&r2=1.22&diff_format=u
Index: win-installer/PHPInstallerBase53NTS.wxs
diff -u win-installer/PHPInstallerBase53NTS.wxs:1.21
win-installer/PHPInstallerBase53NTS.wxs:1.22
--- win-installer/PHPInstallerBase53NTS.wxs:1.21 Thu Jun 25 15:59:13 2009
+++ win-installer/PHPInstallerBase53NTS.wxs Thu Jun 25 20:51:04 2009
@@ -272,6 +272,22 @@
Name="php5.dll"
Source="Files\php5.dll"/>
</Component>
+ <Component Id="pharcommandPHAR"
+ DiskId="1"
+ Guid="86e9a7a0-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharcommandPHAR"
+ Name="PHARCO_1.PHA"
+ LongName="pharcommand.phar"
+ Source="Files\pharcommand.phar"/>
+ </Component>
+ <Component Id="pharBAT"
+ DiskId="1"
+ Guid="d266c230-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharpharBAT"
+ Name="PHAR.P_1.bat"
+ LongName="phar.phar.bar"
+ Source="Files\phar.phar.bat"/>
+ </Component>
<Component Id="phpCHM"
DiskId="1"
Guid="43C45330-3624-11DC-999C-478455D89593">
@@ -328,6 +344,8 @@
<ComponentRef Id="php5LIB"/>
<ComponentRef Id="php5embedLIB"/>
<ComponentRef Id="phpEXE"/>
+ <ComponentRef Id="pharcommandPHAR"/>
+ <ComponentRef Id="pharBAT"/>
<Feature AllowAdvertise="no"
Id="ScriptExecutable"
Title="$(loc.FeatureScriptExecutableTitle)"
http://cvs.php.net/viewvc.cgi/win-installer/PHPInstallerBase60.wxs?r1=1.37&r2=1.38&diff_format=u
Index: win-installer/PHPInstallerBase60.wxs
diff -u win-installer/PHPInstallerBase60.wxs:1.37
win-installer/PHPInstallerBase60.wxs:1.38
--- win-installer/PHPInstallerBase60.wxs:1.37 Thu Jun 25 15:59:13 2009
+++ win-installer/PHPInstallerBase60.wxs Thu Jun 25 20:51:04 2009
@@ -294,6 +294,22 @@
Name="php6ts.dll"
Source="Files\php6ts.dll"/>
</Component>
+ <Component Id="pharcommandPHAR"
+ DiskId="1"
+ Guid="86e9a7a0-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharcommandPHAR"
+ Name="PHARCO_1.PHA"
+ LongName="pharcommand.phar"
+ Source="Files\pharcommand.phar"/>
+ </Component>
+ <Component Id="pharBAT"
+ DiskId="1"
+ Guid="d266c230-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharpharBAT"
+ Name="PHAR.P_1.bat"
+ LongName="phar.phar.bar"
+ Source="Files\phar.phar.bat"/>
+ </Component>
<Component Id="phpCHM"
DiskId="1"
Guid="43C45330-3624-11DC-999C-478455D89593">
@@ -350,6 +366,8 @@
<ComponentRef Id="php6tsLIB"/>
<ComponentRef Id="php6embedLIB"/>
<ComponentRef Id="phpEXE"/>
+ <ComponentRef Id="pharcommandPHAR"/>
+ <ComponentRef Id="pharBAT"/>
<Feature AllowAdvertise="no"
Id="ScriptExecutable"
Title="$(loc.FeatureScriptExecutableTitle)"
http://cvs.php.net/viewvc.cgi/win-installer/PHPInstallerBase60NTS.wxs?r1=1.21&r2=1.22&diff_format=u
Index: win-installer/PHPInstallerBase60NTS.wxs
diff -u win-installer/PHPInstallerBase60NTS.wxs:1.21
win-installer/PHPInstallerBase60NTS.wxs:1.22
--- win-installer/PHPInstallerBase60NTS.wxs:1.21 Thu Jun 25 15:59:13 2009
+++ win-installer/PHPInstallerBase60NTS.wxs Thu Jun 25 20:51:04 2009
@@ -272,6 +272,22 @@
Name="php6.dll"
Source="Files\php6.dll"/>
</Component>
+ <Component Id="pharcommandPHAR"
+ DiskId="1"
+ Guid="86e9a7a0-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharcommandPHAR"
+ Name="PHARCO_1.PHA"
+ LongName="pharcommand.phar"
+ Source="Files\pharcommand.phar"/>
+ </Component>
+ <Component Id="pharBAT"
+ DiskId="1"
+ Guid="d266c230-5f6c-11de-8a39-0800200c9a66">
+ <File Id="filepharpharBAT"
+ Name="PHAR.P_1.bat"
+ LongName="phar.phar.bar"
+ Source="Files\phar.phar.bat"/>
+ </Component>
<Component Id="phpCHM"
DiskId="1"
Guid="43C45330-3624-11DC-999C-478455D89593">
@@ -328,6 +344,8 @@
<ComponentRef Id="php6LIB"/>
<ComponentRef Id="php6embedLIB"/>
<ComponentRef Id="phpEXE"/>
+ <ComponentRef Id="pharcommandPHAR"/>
+ <ComponentRef Id="pharBAT"/>
<Feature AllowAdvertise="no"
Id="ScriptExecutable"
Title="$(loc.FeatureScriptExecutableTitle)"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php