码迷,mamicode.com
首页 > Web开发 > 详细

Wix安装程序中判断是否安装的.net framwork 4.5

时间:2016-04-15 00:11:12      阅读:413      评论:0      收藏:0      [点我收藏+]

标签:

Wix安装程序中判断是否安装的.net framwork 4.5

<PropertyRef Id="NETFRAMEWORK40FULL"/>
<PropertyRef Id="NETFRAMEWORK45"/>

<Condition Message=‘This setup requires Microsoft .NET Framework 4.0 Full package or greater needs to be installed for this installation to continue.‘>
  <![CDATA[Installed OR NETFRAMEWORK40FULL]]>
</Condition>
<Condition Message=‘This setup requires Microsoft .NET Framework 4.5 package or greater needs to be installed for this installation to continue.‘>
  <![CDATA[Installed OR NETFRAMEWORK45]]>
</Condition>

 

http://wixtoolset.org/documentation/manual/v3/customactions/wixnetfxextension.html

 

原文:

http://stackoverflow.com/questions/16302626/how-can-i-check-net-framework-4-5-prerequestics-in-wix

Wix安装程序中判断是否安装的.net framwork 4.5

标签:

原文地址:http://www.cnblogs.com/zjoch/p/5393516.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!