Hmm, it should be. From wix36\src\Setup\Bundle\Netfx.wxs:

        <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net
Framework Setup\NDP\v4\Full" Value="Version" Variable="Netfx4FullVersion" />
        <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net
Framework Setup\NDP\v4\Full" Value="Version" Variable="Netfx4x64FullVersion"
Win64="yes" />

        <PackageGroup Id="Netfx4Full">
            <ExePackage Id="Netfx4Full" Cache="no" Compressed="no"
PerMachine="yes" Permanent="yes" Vital="yes"
SourceFile="dotNetFx40_Full_x86_x64.exe"
                        DownloadUrl="
http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe
"
                        DetectCondition="Netfx4FullVersion AND (NOT
VersionNT64 OR Netfx4x64FullVersion)" />

The issue you are seeing is probably the managed code not launching for some
reason. There should be a log file in %TEMP% called something "Wix" that
hopefully will pinpoint the issue. If nt, we need to add more logging. :)

On Wed, Sep 8, 2010 at 2:52 AM, Bruce Cran <br...@cran.org.uk> wrote:

> On Wed, 8 Sep 2010 10:39:24 +0100
> "Nick Ball" <nick.b...@grantadesign.com> wrote:
>
> > Why do you need to check the version of mscoree? Isn't the registry
> > key check sufficient?
>
> It seems that WiX 3.6 doesn't use the registry key for checking the
> version of .NET either; at least, after rebooting having installed 4.0
> it wanted to install it again :)
>
> --
> Bruce Cran
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to