我在这里做错了什么。我从StackOverFlow 线程中得到了这段代码,但它们都不起作用。
<Property Id="SQLSERVER_INSTANCE">
<RegistrySearch Id="SQLServerRegSearch" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server" Type="raw" Name="InstalledInstances"/>
</Property>
<Feature Id="DatabaseFeature" Title="Database" Level="1" Display="expand">
<Condition Level="0">
<![CDATA[SQLSERVER_INSTANCE = ""]]>
</Condition>
<ComponentRef Id='SqlComponent' />
<ComponentRef Id='cmpMDF' />
<ComponentRef Id='cmpLDF' />
</Feature>