mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	[misc] yay, more XP fixes...
* Since I half expect 2.16 to be the last version of Rufus to support Windows XP
This commit is contained in:
		
							parent
							
								
									811f3cc1bc
								
							
						
					
					
						commit
						7ef65b551a
					
				
					 5 changed files with 24 additions and 23 deletions
				
			
		|  | @ -1,9 +1,11 @@ | ||||||
| o Version 2.16 (2017.07.??) | o Version 2.16 (2017.07.??) | ||||||
|     Add an audiovisual cue on completion/error |     Add an audiovisual cue on completion/error | ||||||
|  |     Add a workaround for ISOs using nonstantard Rock Ridge extensions (looking at you Kali Linux!) | ||||||
|     Notify user when an ISO is broken or truncated |     Notify user when an ISO is broken or truncated | ||||||
|     Notify user if other processes are accessing the drive before format |     Notify user if other processes are accessing the drive before format | ||||||
|     List processes that are locking a drive, if any, on failure |     List processes that are locking a drive, if any, on failure | ||||||
|     Improve verbosity of the Windows To Go process |     Improve verbosity of the Windows To Go process | ||||||
|  |     Other fixes and improvements | ||||||
| 
 | 
 | ||||||
| o Version 2.15 (2017.05.17) | o Version 2.15 (2017.05.17) | ||||||
|     Fix non-listing of drives that are opened for write access by another process |     Fix non-listing of drives that are opened for write access by another process | ||||||
|  |  | ||||||
|  | @ -404,7 +404,7 @@ static DWORD WINAPI CheckForUpdatesThread(LPVOID param) | ||||||
| { | { | ||||||
| 	BOOL releases_only, found_new_version = FALSE; | 	BOOL releases_only, found_new_version = FALSE; | ||||||
| 	int status = 0; | 	int status = 0; | ||||||
| 	const char* server_url = RUFUS_URL "/"; | 	const char* server_url = UPDATE_URL "/"; | ||||||
| 	int i, j, k, max_channel, verbose = 0, verpos[4]; | 	int i, j, k, max_channel, verbose = 0, verpos[4]; | ||||||
| 	static const char* archname[] = {"win_x86", "win_x64"}; | 	static const char* archname[] = {"win_x86", "win_x64"}; | ||||||
| 	static const char* channel[] = {"release", "beta", "test"};		// release channel
 | 	static const char* channel[] = {"release", "beta", "test"};		// release channel
 | ||||||
|  |  | ||||||
|  | @ -73,6 +73,7 @@ | ||||||
| #define DD_BUFFER_SIZE              65536		// Minimum size of the buffer we use for DD operations
 | #define DD_BUFFER_SIZE              65536		// Minimum size of the buffer we use for DD operations
 | ||||||
| #define UBUFFER_SIZE                2048 | #define UBUFFER_SIZE                2048 | ||||||
| #define RUFUS_URL                   "https://rufus.akeo.ie"
 | #define RUFUS_URL                   "https://rufus.akeo.ie"
 | ||||||
|  | #define UPDATE_URL                  "http://rufus.akeo.ie"	// Stupid XP can't handle a recent SSL implementation...
 | ||||||
| #define DOWNLOAD_URL                RUFUS_URL "/downloads" | #define DOWNLOAD_URL                RUFUS_URL "/downloads" | ||||||
| #define FILES_URL                   RUFUS_URL "/files" | #define FILES_URL                   RUFUS_URL "/files" | ||||||
| #define SEVENZIP_URL                "http://www.7-zip.org"
 | #define SEVENZIP_URL                "http://www.7-zip.org"
 | ||||||
|  |  | ||||||
							
								
								
									
										10
									
								
								src/rufus.rc
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								src/rufus.rc
									
										
									
									
									
								
							|  | @ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | ||||||
| IDD_DIALOG DIALOGEX 12, 12, 242, 376 | IDD_DIALOG DIALOGEX 12, 12, 242, 376 | ||||||
| STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | ||||||
| EXSTYLE WS_EX_ACCEPTFILES | EXSTYLE WS_EX_ACCEPTFILES | ||||||
| CAPTION "Rufus 2.16.1155" | CAPTION "Rufus 2.16.1156" | ||||||
| FONT 8, "Segoe UI Symbol", 400, 0, 0x0 | FONT 8, "Segoe UI Symbol", 400, 0, 0x0 | ||||||
| BEGIN | BEGIN | ||||||
|     LTEXT           "Device",IDS_DEVICE_TXT,9,6,200,8 |     LTEXT           "Device",IDS_DEVICE_TXT,9,6,200,8 | ||||||
|  | @ -366,8 +366,8 @@ END | ||||||
| // | // | ||||||
| 
 | 
 | ||||||
| VS_VERSION_INFO VERSIONINFO | VS_VERSION_INFO VERSIONINFO | ||||||
|  FILEVERSION 2,16,1155,0 |  FILEVERSION 2,16,1156,0 | ||||||
|  PRODUCTVERSION 2,16,1155,0 |  PRODUCTVERSION 2,16,1156,0 | ||||||
|  FILEFLAGSMASK 0x3fL |  FILEFLAGSMASK 0x3fL | ||||||
| #ifdef _DEBUG | #ifdef _DEBUG | ||||||
|  FILEFLAGS 0x1L |  FILEFLAGS 0x1L | ||||||
|  | @ -384,13 +384,13 @@ BEGIN | ||||||
|         BEGIN |         BEGIN | ||||||
|             VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" |             VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" | ||||||
|             VALUE "FileDescription", "Rufus" |             VALUE "FileDescription", "Rufus" | ||||||
|             VALUE "FileVersion", "2.16.1155" |             VALUE "FileVersion", "2.16.1156" | ||||||
|             VALUE "InternalName", "Rufus" |             VALUE "InternalName", "Rufus" | ||||||
|             VALUE "LegalCopyright", "© 2011-2017 Pete Batard (GPL v3)" |             VALUE "LegalCopyright", "© 2011-2017 Pete Batard (GPL v3)" | ||||||
|             VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" |             VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" | ||||||
|             VALUE "OriginalFilename", "rufus.exe" |             VALUE "OriginalFilename", "rufus.exe" | ||||||
|             VALUE "ProductName", "Rufus" |             VALUE "ProductName", "Rufus" | ||||||
|             VALUE "ProductVersion", "2.16.1155" |             VALUE "ProductVersion", "2.16.1156" | ||||||
|         END |         END | ||||||
|     END |     END | ||||||
|     BLOCK "VarFileInfo" |     BLOCK "VarFileInfo" | ||||||
|  |  | ||||||
							
								
								
									
										32
									
								
								src/stdlg.c
									
										
									
									
									
								
							
							
						
						
									
										32
									
								
								src/stdlg.c
									
										
									
									
									
								
							|  | @ -721,25 +721,23 @@ INT_PTR CALLBACK NotificationCallback(HWND hDlg, UINT message, WPARAM wParam, LP | ||||||
| 
 | 
 | ||||||
| 	switch (message) { | 	switch (message) { | ||||||
| 	case WM_INITDIALOG: | 	case WM_INITDIALOG: | ||||||
| 		// Get the system message box font. See http://stackoverflow.com/a/6057761
 | 		if (nWindowsVersion >= WINDOWS_VISTA) {	// of course, this stuff doesn't work on XP!
 | ||||||
| 		ncm.cbSize = sizeof(ncm); | 			// Get the system message box font. See http://stackoverflow.com/a/6057761
 | ||||||
| 		// If we're compiling with the Vista SDK or later, the NONCLIENTMETRICS struct
 | 			ncm.cbSize = sizeof(ncm); | ||||||
| 		// will be the wrong size for previous versions, so we need to adjust it.
 | 			// If we're compiling with the Vista SDK or later, the NONCLIENTMETRICS struct
 | ||||||
| 		#if defined(_MSC_VER) && (_MSC_VER >= 1500) && (_WIN32_WINNT >= _WIN32_WINNT_VISTA) | 			// will be the wrong size for previous versions, so we need to adjust it.
 | ||||||
| 		if (nWindowsVersion >= WINDOWS_VISTA) { | 			#if defined(_MSC_VER) && (_MSC_VER >= 1500) && (_WIN32_WINNT >= _WIN32_WINNT_VISTA) | ||||||
| 			// In versions of Windows prior to Vista, the iPaddedBorderWidth member
 |  | ||||||
| 			// is not present, so we need to subtract its size from cbSize.
 |  | ||||||
| 			ncm.cbSize -= sizeof(ncm.iPaddedBorderWidth); | 			ncm.cbSize -= sizeof(ncm.iPaddedBorderWidth); | ||||||
|  | 			#endif | ||||||
|  | 			SystemParametersInfo(SPI_GETNONCLIENTMETRICS, ncm.cbSize, &ncm, 0); | ||||||
|  | 			hDlgFont = CreateFontIndirect(&(ncm.lfMessageFont)); | ||||||
|  | 			// Set the dialog to use the system message box font
 | ||||||
|  | 			SendMessage(hDlg, WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); | ||||||
|  | 			SendMessage(GetDlgItem(hDlg, IDC_NOTIFICATION_TEXT), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); | ||||||
|  | 			SendMessage(GetDlgItem(hDlg, IDC_MORE_INFO), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); | ||||||
|  | 			SendMessage(GetDlgItem(hDlg, IDYES), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); | ||||||
|  | 			SendMessage(GetDlgItem(hDlg, IDNO), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); | ||||||
| 		} | 		} | ||||||
| 		#endif |  | ||||||
| 		SystemParametersInfo(SPI_GETNONCLIENTMETRICS, ncm.cbSize, &ncm, 0); |  | ||||||
| 		hDlgFont = CreateFontIndirect(&(ncm.lfMessageFont)); |  | ||||||
| 		// Set the dialog to use the system message box font
 |  | ||||||
| 		SendMessage(hDlg, WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); |  | ||||||
| 		SendMessage(GetDlgItem(hDlg, IDC_NOTIFICATION_TEXT), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); |  | ||||||
| 		SendMessage(GetDlgItem(hDlg, IDC_MORE_INFO), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); |  | ||||||
| 		SendMessage(GetDlgItem(hDlg, IDYES), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); |  | ||||||
| 		SendMessage(GetDlgItem(hDlg, IDNO), WM_SETFONT, (WPARAM)hDlgFont, MAKELPARAM(TRUE, 0)); |  | ||||||
| 
 | 
 | ||||||
| 		apply_localization(IDD_NOTIFICATION, hDlg); | 		apply_localization(IDD_NOTIFICATION, hDlg); | ||||||
| 		background_brush = CreateSolidBrush(GetSysColor(COLOR_WINDOW)); | 		background_brush = CreateSolidBrush(GetSysColor(COLOR_WINDOW)); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue