Version Information Editor enables version information to be edited. It also creates version information resource source (.rc
) files. The program stores details of the version information in its own project (.vi
) files. Simple macros can be used to help automate the updating of version information files. Macros can be given constant values, can be included from files and can make environment variable values available for use within version information.
The program can also create binary resource (.res
) files containing version information. To do this it needs to use a 3rd party resource compiler such as Borland's BRCC32.
From v2.11 the program supports a command line switch, -makerc
, that silently creates a .rc
file from a native .vi
file passed on the command line. The program simply creates the .rc
file and exits, without displaying a window. This option has been made available to enable Version Information Editor to be used in automated build processes.
Version Information Editor is copyright © 1998-2023 by Peter Johnson. The executable version of the program is made available under the terms of the Mozilla Public License v2.0. This means you can use, copy and distribute Version Information Editor as you wish.
Download
This program is hosted on GitHub in the delphidabbler/vied
repository. The program can be downloaded from the repository's Releases tab.
Each release gives the option of downloading either the programs's installer or the source code. Your options are:
-
Choose
vied-exe-2.16.0.zip
to download a zip file containing the program. Extract the content of the .zip
file. The included read-me file (ReadMe.txt
) explains how to install and use the program.
-
Choose
Source code.zip
to download the source code in .zip
format.
-
Choose
Source code.tar.gz
to download the source code as a g-zipped tarball.
Get release v2.16.0 from GitHub
Documentation
The following documentation is available. All of it opens on GitHub.
The program also comes with a comprehensive help file accessible from the GUI.
Bugs & Feature Requests
You can report bugs or suggest new features using the Version Information
Editor issue tracker on GitHub.
Please review existing bug reports and feature requests before creating a
new issue. If an issue already exists you may be able to help by adding a
further comment.
You will need a GitHub account if you want to create or edit an issue.