versioninfo Questions

12

Solved

I need a command line tool to dump standard Windows DLL version info so I can process it by means of a bash script (Cygwin). As a Java developer I am not very used to Microsoft development tools (...
Peking asked 2/3, 2009 at 15:44

3

Solved

During a setup creation process, I am planning to do the following (within a C# Script): Read the AssemblyVersion and AssemblyFileVersion attribute values of one DLL. Iterate all DLLs and executa...
Schechinger asked 11/10, 2009 at 9:18

3

Solved

I don't know RC scripts. I want to include Product version, File version, etc. metadata into a DLL I'm building. I'm using an .rc file to do that. The build is makefile driven. I'm following alon...
Cnut asked 15/10, 2009 at 22:51

11

Solved

How can you get the version information from a .dll or .exe file in PowerShell? I am specifically interested in File Version, though other version information (that is, Company, Language, Product ...
Cletis asked 27/8, 2008 at 17:28

1

I'm using Delphi 10.0 Seattle on a machine with Windows 10. We have a system that has several executables. We use the version information via .rc file: 1 VERSIONINFO FILEVERSION 18,2,0,1660 PRO...
Claiborn asked 14/2, 2018 at 14:13

3

Solved

What steps are needed to compile Version Information inside a windows DLL from the command line. I have been looking at VersionInfo files, but could not figure out how to link them to the DLL. Tha...
Eastlake asked 11/4, 2010 at 20:53

2

Solved

Anyone have an tips on setting the application info (ie. right click on .exe->properties) from Qt? I can add arbitrary version strings to Qt resource file (qrc) and display them. But most Windows...
Wheels asked 6/5, 2010 at 21:35

1

Solved

I'm trying to understand why Powershell would get back a different version number for a DLL file than what both the file properties page from Windows Explorer, and a WMI query shows. (I apologize i...
Garofalo asked 18/6, 2012 at 20:55

5

I am migrating projects from XE to XE2 and I have noticed that I am missing my manually entered version information such as Company Name, Product Version etc. Creating a simple empty VCL forms appl...
Kain asked 8/11, 2011 at 10:5

1

Solved

The information on the version Exe-file I receive by means of VerQueryValue. Is there an inverse function (WinApi or Delphi) which can register (establish or change) such information? Here, for exa...
Draconian asked 17/10, 2011 at 15:49

3

Solved

I never worked with Delphi before, so maybe the question looks a simple minded, But I need to change FileVersion in RES resource file parameter from command line...
Steading asked 14/6, 2009 at 14:34

5

How do I go about programmatically updating the FILEVERSION string in an MFC app? I have a build process that I use to generate a header file which contains the SVN rev for a given release. I'm usi...
Gnni asked 20/9, 2008 at 18:12

2

Solved

When you view the properties for a binary file that contains a VERSIONINFO resource, Windows adds a "Version" tab, which displays that information. Is there a list of which .NET assembly attribute...
Squiffy asked 10/3, 2009 at 7:23
1

© 2022 - 2024 — McMap. All rights reserved.