PDA

View Full Version : Product Version and the Get version step


Hess_Joel
08-17-2006, 01:19 PM
It appears that the VS6 Get Version step seems to get the file version of my C++ project. Is there any way to get the product version instead?

kinook
08-17-2006, 02:41 PM
Not currently. You would need to parse it out of the .rc file with script code. Something like the attached sample.