I can't find any help on it but I am curious what is the difference between
this:

<CustomAction Id="WixMsiNetAssemblySupport" Error="This application requires
.NET Framework 3.5 Service Pack 1.  Please turn on this feature in the
Control Panel or install manually"/>
<InstallExecuteSequence>
      <Custom Action="WixMsiNetAssemblySupport" After="AppSearch">NOT
NETFRAMEWORK35_SP_LEVEL</Custom>
<InstallUISequence>
      <Custom Action="WixMsiNetAssemblySupport" After="AppSearch">NOT
NETFRAMEWORK35_SP_LEVEL</Custom>

and this:

<PropertyRef Id="NETFRAMEWORK35_SP_LEVEL"/>
    <Condition Message="Requires the Microsoft .NET Framework 3.5 Service
Pack 1. To download the requirement please visit: 
http://www.microsoft.com/en-us/download then restart the setup.">
      NETFRAMEWORK35_SP_LEVEL = &quot;#1&quot;
    </Condition>

thanks,

Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/what-exactly-is-this-WixMsiNetAssemblySupport-tp7594542.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to