Top "Versioninfo" questions

Get file version in PowerShell

How can you get the version information from a .dll or .exe file in PowerShell? I am specifically interested in …

file powershell versioninfo
Command line tool to dump Windows DLL version?

I need a command line tool to dump standard Windows DLL version info so I can process it by means …

dll command-line manifest versioninfo
Setting application info in a Qt executable file on Windows

Anyone have an tips on setting the application info (ie. right click on .exe->properties) from Qt? I can …

windows resources qt4 version versioninfo
How to compile Delphi RES file from commandline

I never worked with Delphi before, so maybe the question looks a simple minded, But I need to change FileVersion …

delphi resources rc versioninfo
Compiling DLL with Version Information

What steps are needed to compile Version Information inside a windows DLL from the command line. I have been looking …

winapi dll version versioninfo
Powershell get-item VersionInfo.ProductVersion incorrect / different than WMI

I'm trying to understand why Powershell would get back a different version number for a DLL file than what both …

powershell wmi-query wmic versioninfo
c++ get version from .rc into code

Possible Duplicate: How do I read from a version resource in Visual C++ in my c++ project i've added a .…

c++ versioninfo
Add Version Info into .rc file in Qt

I've got a myprogramm.exe.manifestfile and myprogramm.rc resource file respectively. When I add to resource file (where there …

qt resources window version versioninfo
An empty string is a null reference?

Why would this code (in my form's _Load() event): FileVersionInfo vi = FileVersionInfo.GetVersionInfo(_fullPath); String VersionInfo = vi.FileVersion; if (VersionInfo.…

c# string winforms nullreferenceexception versioninfo