我正在尝试将参数值作为属性的值传递,但它使用参数名称作为字符串值。这就是我的意思:
<CustomAction Id="TryToSetAsDefault" Property="CONFIG_XML_FILE_NAME" Value="config.xml"/>
...
<Component Id="cid" Guid="{...}" Permanent="yes">
<File Id="fid" Name="[CONFIG_XML_FILE_NAME]" Source="$(var.SourceRoot)\config.xml"/>
</Component>