我有一个蜡项目。我想在其中插入对 .net 2.0 的检查,如果机器中没有,则会生成警告而不是错误。在该模式下,用户可以继续安装并在 .net 之后进行安装。
我看到了这个:
<Condition Message="This application requires .NET Framework 2.0. Please install the .NET Framework then run this installer again.">
<![CDATA[Installed OR NETFRAMEWORK20]]>
但是使用此代码,如果找不到 .net,wix 项目的安装将不会继续。
我能怎么做?