I'm in the process of implementing .Net Framework 3.5 checking in my
WiX installer using the WixNetFxExtension, but the call seems to be
returning incorrect results. My code check is pretty basic:

    <Condition Message='This setup requires the .NET Framework 3.5 or higher.'>
      NETFRAMEWORK35
    </Condition>

I'm including the WixNetFxExtension v3.0.2925.0
I've installed the 3.5 Framework (final version) from
http://www.microsoft.com/downloads/details.aspx?familyid=333325fd-ae52-4e35-b531-508d977d32a6&displaylang=en
on a "clean" WinXP box with all updates applied except IE7. I do have
a C:\WINDOWS\Microsoft.NET\Framework\v3.5 folder. The setup log
however reports:
Property(C): MsiNetAssemblySupport = 2.0.50727.1433
Property(C): MsiWin32AssemblySupport = 5.1.2600.3019

Any thoughts on what's going on?


-- 
-Chris

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to