Hi - I wish to support the increase in version number each time a newer version is created of the MSI build.
Therefore, is anybody able to provide examples of WiX supporting auto generation of the version attribute in
the project element tag?
If this is not directly supported by WiX can anyone kindly provide recommendations on how to support this requirement.
Many Thanks
How can I view this example?
IF you update the verion in every build you can do this:
Use the UtilExtension and insert
..
etc..
I miss the definition line (dropped?) in my post ..
<?define ProductVersion ="!(bind.FileVersion.sample.exe)"?>