Hi,

This is what I do:

    <!-- Check for .NET 4.0 -->
    <PropertyRef Id="NETFRAMEWORK40FULL"/>

    <Condition Message="Requires the Microsoft .NET Framework 4.0.  To download 
the requirement please visit:  
http://www.microsoft.com/en-us/download/default.aspx then restart the 
$(var.ProductName) setup.">
      NETFRAMEWORK40FULL = &quot;#1&quot;
    </Condition>

Steve

-----Original Message-----
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Sent: November-12-12 8:23 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Detecting full .NET4

You need to do more than just reference the property.  Did you add a Condition 
element, and if so what was the value of the text within it?

-----Original Message-----
From: Dushyant Bansal [mailto:dushyant.subscr...@gmail.com]
Sent: Monday, November 12, 2012 7:17 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Detecting full .NET4

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

------------------------------------------------------------------------------
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

------------------------------------------------------------------------------
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