I'm trying to build an installer for an application that uses .Net 4.0.  I 
started by using WiX version 3.0.  When I tried to check for .Net 4.0 in the 
wxs file, using

      <PropertyRef Id="NETFRAMEWORK40"/>
      
the system complained about an unresolved reference to NETFRAMEWORK40.  So I 
tried using WiX 3.5, as there was mention of it supporting Visual Studio 2010, 
but the problem remained.  So I can live without this check for now.  But then 
I tried installing one of my assemblies in the GAC, and light.exe complained 
about the assembly file appearing to be invalid.  The HRESULT is 0x8013101b, 
which implies the problem is due to a .net version incompatibility.  Is WiX 
supposed to be able to work with .Net 4.0, implying I have a problem in my 
setup somewhere, or is .Net 4.0 not currently supported (and if so, any ETA for 
support to be added?).

Thanks,

Kevin




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to