#At file:///D:/Work/MySQL/installer/ based on revid:mike.lischke@stripped
419 Mike Lischke 2011-04-08
Installer: added conditions for more .NET frameworks (in addition to 3.5 client), so it also runs also on 3.5 full profile or 4.0.
modified:
Setup/Product.wxs
=== modified file 'Setup/Product.wxs'
=== modified file 'Setup/Product.wxs'
--- a/Setup/Product.wxs 2011-04-06 12:58:23 +0000
+++ b/Setup/Product.wxs 2011-04-08 10:22:43 +0000
@@ -66,8 +66,8 @@
</Feature>
<PropertyRef Id="NETFRAMEWORK35_CLIENT"/>
- <Condition Message="This application requires .NET Framework 3.5 client profile. Please install the .NET Framework then run this installer again.">
- <![CDATA[Installed OR NETFRAMEWORK35_CLIENT]]>
+ <Condition Message="This application requires .NET Framework 3.5. Please install the .NET Framework then run this installer again.">
+ <![CDATA[Installed OR OR NETFRAMEWORK35 OR NETFRAMEWORK35_CLIENT OR NETFRAMEWORK40FULL OR NETFRAMEWORK40CLIENT]]>
</Condition>
<Binary Id="MySQLCA" SourceFile="MySQLCA.CA.dll"/>
Attachment: [text/bzr-bundle] bzr/mike.lischke@oracle.com-20110408102243-c1fqk9d1rak8inag.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (mike.lischke:419) | Mike Lischke | 8 Apr |