It's actually just a placeholder value that get's changed to the correct value as a part of the build script. But good catch nonetheless :-).

Thanks!

John Mertic
jmer...@gmail.com



On Oct 29, 2009, at 9:03 AM, Kalle Sommer Nielsen wrote:

Hi John

2009/10/28 John Mertic <jmer...@php.net>:
Modified: php/win-installer/trunk/PHPInstallerBase53.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase53.wxs 2009-10-28 14:53:28 UTC (rev 290032) +++ php/win-installer/trunk/PHPInstallerBase53.wxs 2009-10-28 14:59:10 UTC (rev 290033)
@@ -211,6 +211,13 @@
              Action='write'
              Type='string'
              Value='[INSTALLDIR]' />
+            <Registry Id='PHPRegistryVersion'
+              Root='HKLM'
+              Key='Software\PHP'
+              Name='Version'
+              Action='write'
+              Type='string'
+              Value='5.2.0' />
          </Component>
          <Component Id="phpEXE"
            DiskId="1"

For 5.3 and 6.0 I guess this value shouldn't be 5.2 :)


--
regrads,

Kalle Sommer Nielsen
ka...@php.net


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to