Sorry, somehow hit send before I typed the question... help me resolve this error. This compiles: <PropertyRef Id="NETFRAMEWORK35"/> <Condition Message='This setup requires the .NET Framework 3.5 installed.'> <![CDATA[Installed OR NETFRAMEWORK35]]> </Condition> But this gives me an error: <PropertyRef Id="NETFRAMEWORK40"/> <Condition Message='This setup requires the .NET Framework 4.0 installed.'> <![CDATA[Installed OR NETFRAMEWORK40]]> </Condition> Error: Unresolved reference to symbol 'Property:NETFRAMEWORK40' in section 'Product:*'
----- Original Message ----- From: [email protected] To: "UserList, WiX" <[email protected]> Sent: Thursday, February 20, 2014 1:34:56 PM Subject: Check for Framework 4.0 This documentation shows how to look for all the frameworks up to 3.5. http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

