Code signing on Windows.
--HG-- branch : develop
This commit is contained in:
parent
b393d284c8
commit
5db01b03f2
13
dist/win/inno/valentina.iss
vendored
13
dist/win/inno/valentina.iss
vendored
|
@ -6,7 +6,7 @@
|
||||||
#define MyAppPublisher "Roman Telezhynskyi"
|
#define MyAppPublisher "Roman Telezhynskyi"
|
||||||
#define MyAppURL "http://www.valentina-project.org/"
|
#define MyAppURL "http://www.valentina-project.org/"
|
||||||
#define MyAppExeName "valentina.exe"
|
#define MyAppExeName "valentina.exe"
|
||||||
#define MyAppCopyright "(C) 2013-2015 Valentina project"
|
#define MyAppCopyright "(C) 2013-2016 Valentina project"
|
||||||
#define MyDateTimeString GetDateTimeString('yyyymmddhhnnss', '', '');
|
#define MyDateTimeString GetDateTimeString('yyyymmddhhnnss', '', '');
|
||||||
; Appstatus: "" = release, "b" = beta, "a" = alpha
|
; Appstatus: "" = release, "b" = beta, "a" = alpha
|
||||||
; this only modifies the resulting exe name of the installer package ;-)
|
; this only modifies the resulting exe name of the installer package ;-)
|
||||||
|
@ -37,8 +37,13 @@ SolidCompression=yes
|
||||||
VersionInfoVersion={#MyAppVersion}
|
VersionInfoVersion={#MyAppVersion}
|
||||||
ShowLanguageDialog=auto
|
ShowLanguageDialog=auto
|
||||||
VersionInfoProductName=Valentina
|
VersionInfoProductName=Valentina
|
||||||
|
AppComments=Patternmaking program
|
||||||
|
AppContact={#MyAppURL}
|
||||||
AppCopyright={#MyAppCopyright}
|
AppCopyright={#MyAppCopyright}
|
||||||
ChangesAssociations=yes
|
ChangesAssociations=yes
|
||||||
|
;SignTool=MySign
|
||||||
|
;Uncomment the previous string for code signing
|
||||||
|
;MySign=signtool.exe sign /v /a /n $qSeamly, LLC$q /t http://timestamp.comodoca.com/authenticode /d $qPatternmaking program$q $f
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||||
|
@ -78,8 +83,10 @@ Name: "fileassoc2"; Description: "{cm:CreateFileAssocVit}"; GroupDescription: "{
|
||||||
Name: "fileassoc3"; Description: "{cm:CreateFileAssocVst}"; GroupDescription: "{cm:FileAssoc}"
|
Name: "fileassoc3"; Description: "{cm:CreateFileAssocVst}"; GroupDescription: "{cm:FileAssoc}"
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: ".\valentina\valentina.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: ".\valentina\valentina.exe"; DestDir: "{app}"; Flags: ignoreversion sign
|
||||||
Source: ".\valentina\tape.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: ".\valentina\tape.exe"; DestDir: "{app}"; Flags: ignoreversion sign
|
||||||
|
Source: ".\valentina\vpropertyexplorer.dll"; DestDir: "{app}"; Flags: ignoreversion sign
|
||||||
|
Source: ".\valentina\qmuparser2.dll"; DestDir: "{app}"; Flags: ignoreversion sign
|
||||||
Source: ".\valentina\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: ".\valentina\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
; DLL used to check if the target program is running at install time
|
; DLL used to check if the target program is running at install time
|
||||||
|
|
Loading…
Reference in New Issue
Block a user