How do you specify in a wix package that you want full .NET4 installed
rather than just the client profile as a prerequisite?  I have a change
based on wix <http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm>
docs
to use this property value:

    <PropertyRef Id="NETFRAMEWORK40FULL"/>
instead of:

    <PropertyRef Id="NETFRAMEWORK40CLIENT"/>

But it doesn’t actually work.  It still thinks that I don't have full .NET4
installed even though I installed it from
here<http://www.microsoft.com/en-us/download/details.aspx?id=17718>.
 In fact, installing full .NET4 from there creates a .NET Extended entry in
the list of installed programs viewed through Control Panel but not .NET
Full.  However, there is no property for .NET Extended.


Thanks

Dushyant
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to