Bugzilla – Bug 8958
File Version information missing from Windows Installer
Last modified: 2009-07-31 10:26:15 UTC
If I look at the properties for the Windows Installer of SC, I notice that the FIle Version Information is 0.0.0.0. It should be the full version string of 7.1 - 22170
Matt - I thought I'd be able to do this in the installer compiler. But as it would need to install and configure a pre-compiler to merge the version strings into the .iss file. Thus I wondered whether we couldn't simply do a sed or s/(VersionInfoNumber=)0.0.0.0/$1$revision/ on the .iss file in the build script. What do you think?
Michael, I don't see a reason why that wouldn't be fine... just make the change in the buildWIn32() section of the build script...
change 22354 - have the build script pre-process the installer script to include the revision number.
Verified fixed in SqueezeCenter 7.2-22374
This bug has been fixed in the 7.3.0 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Reduce number of active targets for SC