Displaying Version Information using Windows Explorer

This section provides a tutorial example on how to display version information properties of executable files, .exe and .dll files, using Windows Explorer.

If you are using a Windows system, you can also display version information an executable file, .exe or .dll file, using the Windows Explorer.

Let's see what properties are displayed by Windows Explorer on C:\Windows\system32\cmd.exe.

Run "Windows Explorer" and navigate to the "C:\Windows\system32" folder.

Right-click on "cmd.exe" and select "Properties".

Go to the "Details" tab. The following properties are displayed:

Property           Value

File description   Windows Command Processor
Type               Application
File version       6.1.7601.17514
Product name       Microsoft Windows Operating System
Product version    6.1.7601.17514
Copyright          Microsoft Corporation. All rights reserv...
Size               295 KB
Date modified      11/20/2010 7:17 AM
Language           English (United States)
Original filename  Cmd.Exe

Comparing with the output of the previous tutorial, I can see that:

Table of Contents

 About This Book

 Introduction of C# (C Sharp)

 Data Type and Variables

 Logical Expressions and Conditional Statements

 Arrays and Loop Statements

 Data Type Features

 Floating-Point Data Types

 Passing Parameters to Methods

 Execution Environment Class

 Visual C# 2010 Express Edition

 Class Features

 C# Compiler and Intermediate Language

 Compiling C# Source Code Files

 MSBuild - Microsoft Build Engine

 Memory Usages of Processes

 Multithreading in C#

 Async Feature from C# 5

 System.IO.FileInfo Class

System.Diagnostics.FileVersionInfo Class

 What Is FileVersionInfo?

 Public Properties of FileVersionInfo Class

 Creating FileVersionInfo Objects

 ShowFileVersionInfo.cs - Print File Version Information

Displaying Version Information using Windows Explorer

 Displaying Version Information using PE Explorer

 WPF - Windows Presentation Foundation

 Partial Classes and Partial Methods

 Archived Tutorials

 References

 Full Version in PDF/ePUB