Skip to content
⌘ NSIS Forum Archive

Uninstaller File Version information

2 posts

joelpaula#

Uninstaller File Version information

Hi there!

I am trying to certify my application with Microsoft and I am required to have valid file version information in every exe or dll I put on disk. I need to have "Company name", "Product name" and "Product Version" properties set.

How can I put that stuff in the uninst.exe that NSIS creates for my installer?

VIAddVersionKey and VIProductVersion only seem to work for the installer itself.

Thanks for your help.

Joel
redxii#
I have:

VIProductVersion "x.x.x.x"
VIAddVersionKey "ProductVersion" "x.x.x.x"
VIAddVersionKey "FileVersion" "x.x.x.x"

And they are on the uninstaller exe as well