Commit Graph

153 Commits (master)

Author SHA1 Message Date
Alexandre Julliard 16c93e97b6 uninstaller: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-13 22:07:32 +02:00
Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-17 17:05:47 +02:00
Alexandre Julliard 89cbab5d51 uninstaller: Explicitly mark a qsort() callback funtion cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-06 07:13:53 -05:00
Alexandre Julliard 01db71e4e4 uninstaller: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-01 10:40:32 +02:00
Vincent Povirk 88580a3ad6 uninstaller: Re-exec as 64-bit in wow64.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-02 19:35:43 +02:00
Michael Stefaniuc dbf2426b74 uninstaller: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:44:12 +02:00
Alexandre Julliard 7c555f5c90 uninstaller: Use WINAPIV calling convention for variadic functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-02 10:22:17 +01:00
Hugh McMaster 581533b65c uninstaller: Pass RegQueryValueExW() the size of the buffer (Coverity).
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-15 11:15:03 +02:00
Hugh McMaster fb01bc0428 uninstaller: Add help switch and usage information. 2015-08-21 15:52:23 +09:00
Hugh McMaster 8432e7dd30 uninstaller: Add WriteFile fallback. 2015-08-19 20:19:57 +09:00
Hugh McMaster 4335c464c3 uninstaller: Output Unicode program names in CLI mode. 2015-08-18 14:39:43 +09:00
Hugh McMaster 7bde6ec4ae uninstaller: Add WriteConsoleW support. 2015-08-18 14:39:12 +09:00
Gerald Pfeifer 1f14031334 uninstaller: Remove BackSlashW. 2014-08-21 12:23:42 +02:00
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Frédéric Delanoy bc967a6e03 uninstaller: Remove unused global variable.
Not used since 393fd51f79
2013-11-04 11:05:00 +01:00
Alexandre Julliard da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
Hans Leidekker 3de8370a4e uninstaller: Don't list system components. 2011-05-30 11:16:23 +02:00
Francois Gouget d770f86c9a programs: In English punctuations are not preceded by a space. 2011-03-30 18:23:40 +02:00
Hans Leidekker 7b2604e5f9 uninstaller: List 32-bit applications on 64-bit platforms. 2011-02-22 13:35:12 +01:00
Alexandre Julliard 4bca33439e uninstaller: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Hans Leidekker 458fcf4aa7 uninstaller: Fix a leak. 2010-12-24 12:05:23 +01:00
Hans Leidekker fea5767a02 uninstaller: Run msiexec if the WindowsInstaller value is set. 2010-12-23 18:01:16 +01:00
Paul Vriens 467c1cf1f9 uninstaller: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-21 12:31:17 +02:00
Hwang YunSong 41585ab42f uninstaller: Update Korean resource. 2010-10-18 19:08:37 +02:00
Alexandre Julliard d80db87611 uninstaller: Remove unneeded carriage return in resource string. 2010-10-14 17:54:52 +02:00
Yaron Shahrabani bbceba9445 uninstaller: Added Hebrew translation. 2010-10-13 11:23:06 +02:00
Cheer Xiao d6a306b981 uninstaller: Update simplified Chinese translation. 2010-09-29 11:31:50 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Michael Stefaniuc 566ac55eee uninstaller: Remove the ignored common resource attributes. 2010-07-22 11:41:39 +02:00
Alexandre Julliard 6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Michael Stefaniuc 509e35d05f uninstaller: Update the Czech translation.
Translation by Radek Vokal.
2010-07-12 19:44:09 +02:00
Igor Paliychuk e4e2e484e4 uninstaller: Add Ukrainian translation. 2010-07-08 17:33:36 +02:00
Ken Sharp c72cd32ff9 uninstaller: Add Welsh resource. 2010-07-07 11:30:33 +02:00
Gustavo Henrique Milaré 74fcac9dfa uninstaller: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:54 +02:00
Paul Vriens 1edc58eae9 resources: Fix some copy-paste mistakes in resource files. 2010-06-08 12:59:03 +02:00
Sven Baars ac9c0b2169 uninstaller: Fix Dutch translation. 2010-05-11 11:07:00 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Luca Bennati d92b85de23 uninstaller: Fix Italian translation. 2010-02-02 11:47:20 +01:00
Francois Gouget a4d391d65a uninstaller: Perform a case-insensitive search for the application to uninstall.
Registry keys are case-insensitive so the match should be too.
2009-09-11 12:09:50 +02:00
Akihiro Sagawa 81ea79bf3b uninstaller: Add Japanese translation. 2009-08-24 15:17:31 +02:00
Vladimir Pankratov 98035890d8 uninstaller: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Aurimas Fišeras d05f1d3e0a Various small Lithuanian translation fixes. 2009-07-20 12:20:46 +02:00
Alexandre Julliard f628146cfe Remove some obsolete README files. 2009-07-09 16:02:19 +02:00
Michael Stefaniuc fa544bbeba uninstaller: Convert the German resources to UTF-8. 2009-07-09 15:22:29 +02:00
Frédéric Delanoy 1cbb7e1cae uninstaller: Fix French translation. 2009-07-06 14:35:25 +02:00
Michael Stefaniuc d10ea237a9 uninstaller: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:12 +02:00
Michael Stefaniuc 19704f45e3 uninstaller: Add the Romanian translation. 2009-03-25 11:09:31 +01:00
Aurimas Fischer 9b8c3c7885 uninstaller: Add Lithuanian translation. 2009-03-23 12:40:36 +01:00