Not using WixNetFxExtension, but it's trivial to create the check on your own. Here's what we do:
<Property Id="NETFRAMEWORK30SPVERSION"> <RegistrySearch Id="NETFRAMEWORK30SPVERSION_REGISTRYSEARCH" Root="HKLM" Type="raw" Key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0" Name="SP" /> </Property> <Condition Message="!(loc.ConditionNotOn30SP1)"> <![CDATA[NETFRAMEWORK30SPVERSION and NOT NETFRAMEWORK30SPVERSION = "#0"]]> </Condition> I keep meaning to send this to Rob or someone in Wix to add this to WixNetFxExtension. Oh wait, I guess I sortof just did... hint hint :) Neil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Leahy Sent: Monday, June 02, 2008 3:39 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WixNetFxExtension.dll Is there a way to identify whether netfx 3.0 SP1 is installed using WixNetFxExtension, or only whether the RTM is installed? Our application requires 3.0 SP1 or higher, but it doesn't require 3.5. Thanks, Kelly ************************************************************************************** This communication is intended solely for the addressee and is confidential. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Unless indicated to the contrary: it does not constitute professional advice or opinions upon which reliance may be made by the addressee or any other party, and it should be considered to be a work in progress. Unless otherwise noted in this email or its attachments, this communication does not form a Statement of Actuarial Opinion under American Academy of Actuaries guidelines. ************************************************************************************** ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users