Added Windows 8.1 Preview GUID alias to ManifestSupportedOS
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6380 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b621cdcda8
commit
5e1edb3d75
5 changed files with 8 additions and 3 deletions
|
@ -71,12 +71,14 @@ namespace manifest
|
|||
append(_T("WinVista"));
|
||||
append(_T("Win7"));
|
||||
append(_T("Win8"));
|
||||
append(_T("Win8.1"));
|
||||
}
|
||||
void setdefault()
|
||||
{
|
||||
m_list.deleteall();
|
||||
append(_T("Win7"));
|
||||
append(_T("Win8"));
|
||||
append(_T("Win8.1")); // In the default list because GetVersion(Ex) supposedly lies if this is not set in the manifest
|
||||
m_isdefaultlist = true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue