mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:55:44 +00:00
Installer: Set "File Version" detail.
This commit is contained in:
parent
883b9dc661
commit
c996e1cc98
@ -1,8 +1,6 @@
|
||||
|
||||
#include AddBackslash(SourcePath) + "..\src\common\version.h"
|
||||
|
||||
#define APP_PUBLISHER "Nodir Temirkhodjaev"
|
||||
#define APP_URL "https://github.com/tnodir"
|
||||
#define APP_EXE_NAME "FortFirewall.exe"
|
||||
|
||||
[Setup]
|
||||
@ -12,8 +10,9 @@
|
||||
AppMutex={#APP_NAME}
|
||||
AppName={#APP_NAME}
|
||||
AppVersion={#APP_VERSION_STR}
|
||||
VersionInfoVersion={#APP_VERSION_STR}
|
||||
AppVerName={#APP_NAME}
|
||||
AppCopyright=Copyright (C) 2015 Nodir Temirkhodjaev
|
||||
AppCopyright={#APP_LEGALCOPYRIGHT}
|
||||
AppPublisher={#APP_PUBLISHER}
|
||||
AppPublisherURL={#APP_URL}
|
||||
AppSupportURL={#APP_URL}
|
||||
|
@ -8,7 +8,9 @@
|
||||
#define APP_VERSION 0x020800
|
||||
|
||||
#define APP_NAME "Fort Firewall"
|
||||
#define APP_PUBLISHER "Nodir Temirkhodjaev"
|
||||
#define APP_LEGALCOPYRIGHT "Copyright (C) 2015-2019 Nodir Temirkhodjaev. All Rights Reserved."
|
||||
#define APP_URL "https://github.com/tnodir/fort"
|
||||
#define APP_UPDATES_URL "https://github.com/tnodir/fort/releases"
|
||||
#define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
#define VER_PRODUCTVERSION_STR APP_VERSION_STR
|
||||
|
||||
#define VER_COMPANYNAME_STR "Nodir Temirkhodjaev"
|
||||
#define VER_COMPANYNAME_STR APP_PUBLISHER
|
||||
#define VER_FILEDESCRIPTION_STR "Fort Firewall Driver"
|
||||
#define VER_INTERNALNAME_STR "fortfw"
|
||||
#define VER_LEGALCOPYRIGHT_STR APP_LEGALCOPYRIGHT
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
#define VER_PRODUCTVERSION_STR APP_VERSION_STR
|
||||
|
||||
#define VER_COMPANYNAME_STR "Nodir Temirkhodjaev"
|
||||
#define VER_COMPANYNAME_STR APP_PUBLISHER
|
||||
#define VER_FILEDESCRIPTION_STR "Fort Firewall"
|
||||
#define VER_INTERNALNAME_STR "FortFirewall"
|
||||
#define VER_LEGALCOPYRIGHT_STR APP_LEGALCOPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user