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