[Setup]: AppVerName

Default value:

AppName version AppVersion, localized according to the active language's NameAndVersion custom message
Description:

This directive specifies the name of the application plus its version number. The value of this directive is displayed on the Welcome page of Setup's wizard, and is used as the default title of the application's Add/Remove Programs entry (see UninstallDisplayName). The value may include constants.

If DisableWelcomePage is set to yes (which it is by default) then AppVerName is also displayed in window titles instead of AppName.

This directive is required if the AppVersion directive is not set.

Examples:
AppVerName=My Program 1.5
AppVerName=My Program version 1.5
AppVerName={cm:NameAndVersion,My Program,1.5}

See also:
AppName