I was attempting to use the "Set Product Version" feature of the InstallShield 2008 Project action with the contents of a .Net Assembly Version type PropertySet and was wondering why it doesn't automatically translate the Release Version to Revision Version like it does the different Build Versions between the Win32 and .Net PropertySet types? It took me quite awhile banging my head against the action always passing X.Y.0 before I noticed the wording in the dialog was referring to "Release" rather than "Revision".
I suppose that I could define two different PropertySet variables with essentially the same information and use one for the .Net solution build action and the other for the InstallShield 2008 action but it seems like it should work with both PropertySet types, or at least tell me that it won't.
Thanks!