// You can specify all the values or you can default the Build and Revision Numbers \r
// by using the '*' as shown below:\r
// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.0.3.0")]\r
+[assembly: AssemblyVersion("1.1.0.0")]\r
[assembly: NeutralResourcesLanguage("")]\r
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.3.0")]
+[assembly: AssemblyVersion("1.1.0.0")]
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file
/// </param>\r
protected override void OnStartup(StartupEventArgs e)\r
{\r
+ // We don't support Windows XP / 2003 / 2003 R2 / Vista / 2008\r
OperatingSystem os = Environment.OSVersion;\r
- if ((os.Platform == PlatformID.Win32NT) && (os.Version.Major == 5 && os.Version.Minor <= 1))\r
+ if ((os.Platform == PlatformID.Win32NT) && (os.Version.Major == 5) ||\r
+ (os.Platform == PlatformID.Win32NT) && (os.Version.Major == 6 && os.Version.Minor < 1))\r
{\r
- MessageBox.Show("Windows XP and earlier are no longer supported. Version 0.9.9 was the last version to support these versions. ", "Notice", MessageBoxButton.OK, MessageBoxImage.Warning);\r
+ MessageBox.Show("HandBrake requires Windows 7 or later to run. Version 0.9.9 (XP) and 0.10.5 (Vista) was the last version to support these versions.", "Warning", MessageBoxButton.OK, MessageBoxImage.Warning);\r
Application.Current.Shutdown();\r
return;\r
}\r
\r
; HM NIS Edit Wizard helper defines\r
!define PRODUCT_NAME "HandBrake"\r
-!define PRODUCT_VERSION "1.0.3"\r
-!define PRODUCT_VERSION_NUMBER "1.0.3"\r
+!define PRODUCT_VERSION "1.1.0"\r
+!define PRODUCT_VERSION_NUMBER "1.1.0"\r
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}"\r
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"\r
!define PRODUCT_UNINST_ROOT_KEY "HKLM"\r
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK\r
Abort\r
\r
- ; Detect if the intsaller is running on Windows XP and abort if it is.\r
- ${IfNot} ${AtLeastWinVista}\r
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."\r
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.\r
+ ${IfNot} ${AtLeastWin7}\r
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."\r
Quit\r
${EndIf}\r
\r
\r
; HM NIS Edit Wizard helper defines\r
!define PRODUCT_NAME "HandBrake"\r
-!define PRODUCT_VERSION "1.0.3"\r
-!define PRODUCT_VERSION_NUMBER "1.0.3"\r
+!define PRODUCT_VERSION "1.1.0"\r
+!define PRODUCT_VERSION_NUMBER "1.1.0"\r
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}"\r
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"\r
!define PRODUCT_UNINST_ROOT_KEY "HKLM"\r
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK\r
Abort\r
\r
- ; Detect if the intsaller is running on Windows XP and abort if it is.\r
- ${IfNot} ${AtLeastWinVista}\r
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."\r
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.\r
+ ${IfNot} ${AtLeastWin7}\r
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."\r
Quit\r
${EndIf}\r
\r
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK\r
Abort\r
\r
- ; Detect if the intsaller is running on Windows XP and abort if it is.\r
- ${IfNot} ${AtLeastWinVista}\r
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."\r
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.\r
+ ${IfNot} ${AtLeastWin7}\r
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."\r
Quit\r
${EndIf}\r
\r
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK\r
Abort\r
\r
- ; Detect if the intsaller is running on Windows XP and abort if it is.\r
- ${IfNot} ${AtLeastWinVista}\r
- MessageBox MB_OK "Windows Vista with Service Pack 1 or later is required in order to run HandBrake."\r
+ ; Detect if the intsaller is running on Windows XP/Vista and abort if it is.\r
+ ${IfNot} ${AtLeastWin7}\r
+ MessageBox MB_OK "Windows 7 with Service Pack 1 or later is required in order to run HandBrake."\r
Quit\r
${EndIf}\r
\r
// You can specify all the values or you can default the Build and Revision Numbers \r
// by using the '*' as shown below:\r
// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.0.3.0")]\r
+[assembly: AssemblyVersion("1.1.0.0")]\r
[assembly: NeutralResourcesLanguage("")]
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
- <assemblyIdentity version="1.0.3.0" name="HandBrake.app"/>
+ <assemblyIdentity version="1.1.0.0" name="HandBrake.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
is designed to work with. Uncomment the appropriate elements and Windows will
automatically selected the most compatible environment. -->
- <!-- Windows Vista -->
- <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
+ <!-- Windows Vista
+ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
<!-- Windows 7 -->
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />