mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Require VCRedist on 2008R2 and below instead of 2008
This commit is contained in:
parent
7611698474
commit
1b6bd634ac
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@ ShowUnInstDetails show
|
|||
; See http://blogs.msdn.com/b/astebner/archive/2009/01/29/9384143.aspx for more info
|
||||
Section -Prerequisites
|
||||
|
||||
; VCRedist only needed on Server 2008/Vista and below
|
||||
${If} ${AtMostWin2008}
|
||||
; VCRedist only needed on Windows Server 2008R2/Windows 7 and below
|
||||
${If} ${AtMostWin2008r2}
|
||||
|
||||
!define VC_REDIST_X64_GUID "{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}"
|
||||
!define VC_REDIST_X86_GUID "{9BE518E6-ECC6-35A9-88E4-87755C07200F}"
|
||||
|
|
Loading…
Add table
Reference in a new issue