Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EXE Properties
#1
Is it possible in qm to add details like file version, product name, copyright, etc to the compiled exe?
pi
#2
Need to create version resource with a resource editor program, save as .res, and specify the .res in Make Exe dialog.
#3
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
pi
#4
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.
pi
#5
It must be compiled.
.res is compiled, .rc is text.
#6
Try ResEdit. Tested, works.
#7
Gintaras Wrote:It must be compiled.
.res is compiled, .rc is text.

please explain.
pi
#8
You pasted text version. Must be binary.
Try ResEdit, it creates compatible .res files.
#9
thanks, got it working now.
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)