plugin to manipulate VersionInfo
Hi,
for the setup of a project I am working on I needed to be able to get the FileVersion from an exe file and later to change it.
I have made a lib that can read AND WRITE Fixed and StringFileInfo into a win32 version resource, and I wrapped it up into a plugin.
For now, I use it like that :
SearchPath $0 ${PBVMCheck}
nsVersionInfo::getFixedFileVersion $0
pop $0
${if} $0 S< ${DEV_VM}
...
I have implemented
get/set FixedProductVersion
get/set FixedFileVersion
get/set StringFileInfo
would you be interrested by that plugin ? I can place it into the plugins section of the nsis wiki.