11-12-2012, 06:08 PM
Is it possible in qm to add details like file version, product name, copyright, etc to the compiled exe?
EXE Properties
|
11-12-2012, 06:08 PM
Is it possible in qm to add details like file version, product name, copyright, etc to the compiled exe?
11-12-2012, 06:41 PM
Need to create version resource with a resource editor program, save as .res, and specify the .res in Make Exe dialog.
11-12-2012, 06:51 PM
good that i just yesterday found this link
Resource Hacker FX: the improved Resource Hacker Remember the good ol’ Resource Hacker? It’s a popular Resource viewer/editor, I use it to quickly view and edit resources. I tried to find an alternative, but I did not find any that I liked, so I decided to just improve Resource Hacker. http://rammichael.com/resource-hacker-fx
11-12-2012, 07:12 PM
i extracted version info with reshacker
-- 1 VERSIONINFO FILEVERSION 6,0,0,28 PRODUCTVERSION 6,0,0,28 FILEOS 0x40004 FILETYPE 0x1 { BLOCK "StringFileInfo" { BLOCK "040904b0" { VALUE "CompanyName", "Adobe System Incorporated." VALUE "FileDescription", "Adobe Creative Suite Cleaner Tool" VALUE "FileVersion", "6.0.0.28" VALUE "InternalName", "PackageI.exe" VALUE "LegalCopyright", "© 2009-2012 Adobe Systems Incorporated and its licensors. All rights reserved." VALUE "OriginalFilename", "PackageI.exe" VALUE "ProductName", "Adobe Creative Suite Cleaner Tool" VALUE "ProductVersion", "6.0.0.28" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x0409 0x04B0 } } --- Cannot make exe. Error 12, failed to add res file.
11-12-2012, 07:18 PM
It must be compiled.
.res is compiled, .rc is text.
11-12-2012, 07:21 PM
Try ResEdit. Tested, works.
11-12-2012, 07:22 PM
Gintaras Wrote:It must be compiled. please explain.
11-12-2012, 07:23 PM
You pasted text version. Must be binary.
Try ResEdit, it creates compatible .res files. |
« Next Oldest | Next Newest »
|