Specifications
Creating an application
578 InfoMaker
The values you specify become part of the Version resource associated
with the executable file. The names you enter on the right display on the
Version tab page of the Properties dialog box for the executable file in
Windows Explorer. For example, with the settings shown in the
illustration in step 9, the Properties dialog box for the executable file looks
like this:
The File and Product Version numeric fields, on the left in the painter, are
used by Microsoft Installer to determine whether a file needs to be updated
when a product is installed. They must have the format:
N,N,N,N
The four numbers can be used to represent the major version, minor
version, point release, and build number of your product. They must all be
present. If your file versioning system does not use all these components,
you can replace the unused numbers with zeroes. For example,
3,1,333
causes an error message to display when you attempt to save or build the
project, but
3,1,333,0 does not. The maximum value for any of the
numbers in the string is 65535.
7 To specify the location of the executable file, click the Browse button and
navigate to the correct folder.