changeset 59:a1296f6ff664

Added Windows 10 support, update copyright date.
author Brian Smith <brian@dbsoft.org>
date Wed, 07 Oct 2015 18:13:59 -0500
parents 63259815cf45
children 9d7aca0879bf
files install/cc-x64.nsi install/cc-x86.nsi install/scripts/license.txt win/cc.exe.x64.manifest win/cc.exe.x86.manifest
diffstat 5 files changed, 31 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/install/cc-x64.nsi	Thu Sep 27 01:53:52 2012 -0500
+++ b/install/cc-x64.nsi	Wed Oct 07 18:13:59 2015 -0500
@@ -38,7 +38,7 @@
   InstallDirRegKey HKCU "Software\ControlCenter" ""
 
   ; Request application privileges for Windows Vista
-  RequestExecutionLevel user
+  RequestExecutionLevel admin
 
 ;--------------------------------
 ; Variables
--- a/install/cc-x86.nsi	Thu Sep 27 01:53:52 2012 -0500
+++ b/install/cc-x86.nsi	Wed Oct 07 18:13:59 2015 -0500
@@ -19,7 +19,7 @@
   InstallDirRegKey HKCU "Software\ControlCenter" ""
 
   ; Request application privileges for Windows Vista
-  RequestExecutionLevel user
+  RequestExecutionLevel admin
 
 ;--------------------------------
 ; Variables
--- a/install/scripts/license.txt	Thu Sep 27 01:53:52 2012 -0500
+++ b/install/scripts/license.txt	Wed Oct 07 18:13:59 2015 -0500
@@ -1,6 +1,6 @@
 Copyright Information About Control Center.
 
-Copyright (C) 2003-2011 Brian Smith <brian@dbsoft.org>
+Copyright (C) 2003-2015 Brian Smith <brian@dbsoft.org>
 
 By using this product you accept that the authors hold no responsibility for damage from use of this product.
 
--- a/win/cc.exe.x64.manifest	Thu Sep 27 01:53:52 2012 -0500
+++ b/win/cc.exe.x64.manifest	Wed Oct 07 18:13:59 2015 -0500
@@ -7,6 +7,20 @@
     type="win32"
 />
 <description>Control Center</description>
+<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
+	<application> 
+		<!-- Windows 10 --> 
+		<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
+		<!-- Windows 8.1 -->
+		<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
+		<!-- Windows Vista -->
+		<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
+		<!-- Windows 7 -->
+		<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+		<!-- Windows 8 -->
+		<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+	</application> 
+</compatibility>
 <dependency>
     <dependentAssembly>
         <assemblyIdentity
--- a/win/cc.exe.x86.manifest	Thu Sep 27 01:53:52 2012 -0500
+++ b/win/cc.exe.x86.manifest	Wed Oct 07 18:13:59 2015 -0500
@@ -7,6 +7,20 @@
     type="win32"
 />
 <description>Control Center</description>
+<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
+	<application> 
+		<!-- Windows 10 --> 
+		<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
+		<!-- Windows 8.1 -->
+		<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
+		<!-- Windows Vista -->
+		<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
+		<!-- Windows 7 -->
+		<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+		<!-- Windows 8 -->
+		<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+	</application> 
+</compatibility>
 <dependency>
     <dependentAssembly>
         <assemblyIdentity