I am using the following syntax for MSBuild:
Code: Select all
<Exec Command="$(BaseEditCommand) /GetProperty ProductName">
<Output TaskParameter="Outputs" PropertyName="PackageName" />
</Exec>
How do I get the Advanced Installer Command Line to output the property value and appropriately store it in the MSBuild Property?
Thanks.