Set version number for the installer file.
The installer file was missing a version number (was shown as 0.0.0.0) in the Windows Explorer. Set the installer file version number identical to product version number.
This commit is contained in:
parent
1c626c53c2
commit
eb7cb81e53
|
@ -20,7 +20,6 @@
|
|||
|
||||
#define MyAppName "cppcheck"
|
||||
#define AppVersion "1.30"
|
||||
; #define MyAppVerName "cppcheck 1.30"
|
||||
#define MyAppURL "http://sourceforge.net/projects/cppcheck/"
|
||||
#define MyAppExeName "cppcheck.exe"
|
||||
|
||||
|
@ -35,6 +34,10 @@ AppVerName={#MyAppName} {#AppVersion}
|
|||
AppPublisherURL={#MyAppURL}
|
||||
AppSupportURL={#MyAppURL}
|
||||
AppUpdatesURL={#MyAppURL}
|
||||
|
||||
; This is for the installer file
|
||||
VersionInfoVersion={#AppVersion}
|
||||
|
||||
DefaultDirName={pf}\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
AllowNoIcons=yes
|
||||
|
|
Loading…
Reference in New Issue