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