*Now adds the Win10 manifest by default
*Updated WinVer with Win10 version git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6593 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
20866470fa
commit
06f3fbe52f
2 changed files with 3 additions and 2 deletions
|
@ -153,8 +153,8 @@
|
|||
!define WINVER_8.1 0x06030000 ;6.03.9600
|
||||
!define WINVER_2012R2_NT 0x86030001 ;6.03.9600
|
||||
!define WINVER_2012R2 0x06030001 ;6.03.9600
|
||||
!define WINVER_10_NT 0x86040000 ;6.04.????
|
||||
!define WINVER_10 0x06040000 ;6.04.????
|
||||
!define WINVER_10_NT 0x8A000000 ;10.0.10240
|
||||
!define WINVER_10 0x0A000000 ;10.0.10240
|
||||
|
||||
|
||||
# use this to make all nt > 9x
|
||||
|
|
|
@ -73,6 +73,7 @@ namespace manifest
|
|||
append(_T("Win7"));
|
||||
append(_T("Win8"));
|
||||
append(_T("Win8.1")); // In the default list because GetVersion[Ex] lies if this is not set in the manifest
|
||||
append(_T("Win10"));
|
||||
m_isdefaultlist = true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue