cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JerryFlood
Level 3

InstallScript project does not populate Version information in single exe file

InstallScript project does not populate Version information in single exe file.

The resulting file has all of the Macromedia Setup.exe VERSIONINFO. How do I get InstallShield to put my company name, product, version information into the single file exe. I don't want to have to use a resource editor to manuall update this information whenever I build it.

Thanks
Jerry Flood
Labels (1)
0 Kudos
(2) Replies
JerryFlood
Level 3

I found part of my answer in post titled: "Change Setup.exe version property in InstallScript Project", that is, this cannot be done in an InstallScript project.

Does anyone have any suggestions on how to get this information changed. I want to specify some of this info on the command line anyway (version, file name). I can generate and compile the resource file (.rc) but I cannot find anything on the Microsoft sight that tells how update an EXE with the information.

Is there some way to relink the EXE to include my VERSIONINFO resource info?

Thanks
Jerry
0 Kudos
JerryFlood
Level 3

I used Perl Module Win32::Exe to modify the VERSIONINFO.
0 Kudos