We currently get our product version in the .wixproj file by using the
following:
<Target Name="BeforeBuild">
<GetAssemblyIdentity
AssemblyFiles="$(SolutionDir)MyProgram\bin\x86\$(Configuration)\MyProgram.exe">
<Output TaskParameter="Assemblies" ItemName="AssemblyVersions" />
</GetAssemblyIdentity>
<CreateProperty Value="%(AssemblyVersions.Version)">
<Output TaskParameter="Value" PropertyName="AssyVersion" />
</CreateProperty>
</Target>
Is there a way to also get the AssemblyProduct and AssemblyTitle from
Assembly.cs like we are with AssemblyVersion? I couldn't find anything
that defined what 'Value' could accept as a value (i.e.,
"%(AssemblyVersions.Version)")
Brian
If you can't explain it simply, you don't understand it well enough. -
Albert Einstein
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users