I'm in use wixtoolset v4.0.2603.0After add reference WixNetFxExtension.dll to 
Setup Project, Build failed:Cannot find the table definitions for the 
'WixMbaPrereqInformation' table.  This is likely due to a typing error or 
missing extension.  Please ensure all the necessary extensions are supplied on 
the command line with the -ext parameter.Any one know what happened. I just 
want to add a prerequisite like this to my setup project.<PropertyRef 
Id="WIX_IS_NETFRAMEWORK_451_OR_LATER_INSTALLED" /><Condition Message="You must 
install Microsoft .NET Framework 4.5.1 or higher.">    <![CDATA[Installed OR 
WIX_IS_NETFRAMEWORK_451_OR_LATER_INSTALLED"/>]]></Condition>                    
                       
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to