Skip to content

Commit

Permalink
Installer: it still needs to include vcomp120.dll #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed May 15, 2016
1 parent 16a77e0 commit d51e99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Installer/InnoSetup/WinMerge.iss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

#define AppVersion GetFileVersion(SourcePath + "\..\..\Build\MergeUnicodeRelease\WinMergeU.exe")
#define FriendlyAppVersion Copy(GetFileVersion(SourcePath + "\..\..\Build\MergeUnicodeRelease\WinMergeU.exe"), 1, 5)
#define VS120COMNTOOLS GetEnv('VS120COMNTOOLS')
#define VS140COMNTOOLS GetEnv('VS140COMNTOOLS')

[Setup]
Expand Down Expand Up @@ -528,7 +529,7 @@ Source: ..\..\Externals\winimerge\GPL.txt; DestDir: {app}\WinIMerge; Components:
Source: ..\..\Externals\winimerge\freeimage-license-gplv2.txt; DestDir: {app}\WinIMerge; Components: WinIMerge
;Source: ..\..\Externals\winimerge\Build\Release\WinIMerge.exe; DestDir: {app}\WinIMerge; Components: WinIMerge
Source: ..\..\Externals\winimerge\Build\Release\WinIMergeLib.dll; DestDir: {app}\WinIMerge; Components: WinIMerge
Source: {#VS140COMNTOOLS}\..\..\VC\redist\x86\Microsoft.VC120.OpenMP\vcomp120.dll; DestDir: {app}; Components: WinIMerge
Source: {#VS120COMNTOOLS}\..\..\VC\redist\x86\Microsoft.VC120.OpenMP\vcomp120.dll; DestDir: {app}; Components: WinIMerge
Source: {#VS140COMNTOOLS}\..\..\VC\redist\x86\Microsoft.VC140.OpenMP\vcomp140.dll; DestDir: {app}; Components: WinIMerge

;GnuWin32 Patch for Windows
Expand Down
1 change: 1 addition & 0 deletions Installer/InnoSetup/WinMergeX64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

#define AppVersion GetFileVersion(SourcePath + "\..\..\Build\X64\MergeUnicodeRelease\WinMergeU.exe")
#define FriendlyAppVersion Copy(GetFileVersion(SourcePath + "\..\..\Build\X64\MergeUnicodeRelease\WinMergeU.exe"), 1, 5)
#define VS120COMNTOOLS GetEnv('VS120COMNTOOLS')
#define VS140COMNTOOLS GetEnv('VS140COMNTOOLS')

[Setup]
Expand Down

0 comments on commit d51e99a

Please sign in to comment.