diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index ead151b5..ac15c815 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -291,7 +291,7 @@ See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more informat \S2{amanifestsupportedos} ManifestSupportedOS -\c none|all|WinVista|\\Win7|Win8|Win8.1\\|Win10|{GUID} [...] +\c none|all|WinVista|\\Win7|Win8|Win8.1|Win10\\|{GUID} [...] Declare that the installer is compatible with the specified Windows version(s). This adds a SupportedOS entry in the compatibility section of the application manifest. The default list of Win7+Win8+Win8.1 will probably be updated to include newer Windows versions in the future. \e{none} is the default if \R{arequestexecutionlevel}{RequestExecutionLevel} is set to \e{none} for compatibility reasons.