cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Darain
Level 6

Setup.exe version problem

I have three major problems in the displayed information on the file properties of my setup.exe as shown in the attached image. This is a InstallScript MSI project.


Q.1 The main displayed Version information is completely irrelevant. Coincidentally, it matches exactly the version info displayed on the file properties box of the InstallShield 2008 installer itself. How can I change this information? Especially the copyright information showing the setup is owned by Macrovision which is kind of unacceptable for our commercial product. And we really want it to display the correct product version we set in the IDE.

Q.2 In the Other version information section, the File Version shows a value of 12.34.56 while I have set it in the Installation Designer as 12.34.5678. So it is truncated to 8 characters. Is it the limit? How can I set it to display the correct version number?

Q.3 Move down to the Product Version, it's even worst. It displays own the first 4 characters of the actual product version I set. If I set the product version to 1.2.3456, it would display "1.2.". How to correct this?

There are minor problems, like the value of the Product Name is truncated to 13 characters only, and the Internal Build Number is always the same. But I don't care about these at the moment. As long as Q.1, 2, and 3 can be fixed, it will be a big solution for my company.

Thanks!
Labels (1)
0 Kudos
(7) Replies
DebbieL
Level 17

I believe that KB Q113578 has a fix for this.

Debbie Landers
Macrovision Corporation
0 Kudos
noobie
Level 2

You can use this command-line utility Resource Tuner Console to modify file version information (any fields):
http://www.heaventools.com/rtconsole-update-version-info.htm

Hope it helps.
0 Kudos
Darain
Level 6

Thanks, Debbie, that hotfix fixed Q2 and Q3. But how about Q1?
The very obvious problem with Q1 issue is that when a user hover the mouse pointer over to the setup.exe file, it displays the wrong version number.

Macrovision is not doing that deliberately for the sake of advertising its name, is it?

(In the mean time, I might try noobie's suggestion first.)
0 Kudos
ISNewone
Level 3

I think the name "Setup Launcher" itself is owned and copyrighted by MV, although its contents are owned by you.

I don't think there is anything you could do on this case (it also happen to mine and everyone's else), except getting a lawyer involved, lol.
0 Kudos
Darain
Level 6

Thanks for the info.

Well, I have no intention to use that name "Setup Launcher". They can keep it. What I don't understand is why they would mess up my version number.
0 Kudos
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

You can provide a custom copyright message by using the following settings on the Setup.exe tab of the release you are building:
Use My Version Info: Yes
Launcher Copyright: Your copyright message
0 Kudos
Darain
Level 6

Thank you! That's very useful. I managed to change the info.

The only thing left is the misleading version number shown when hovering over the setup file. If InstallShield has gone so far to let us set the "Use My Version Info" to yes, I wonder if there is some hidden trick to change the display version numver as well. I have to continue to explore.
0 Kudos