Commit Graph

43 Commits (68ecd3b76a7f3ef901cf2b648d25773b8ab9db91)

Author SHA1 Message Date
Hugh McMaster c03ea1971b appwiz.cpl: Do not overwrite application IDs when changing registry keys.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-12-21 19:13:45 +01:00
Hugh McMaster 537768b675 appwiz.cpl: Remove list entries left over from an earlier uninstall.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-12-16 19:51:21 +01:00
Michael Stefaniuc bbff30f30e appwiz.cpl: Simplify the check for an empty string (PVS-Studio). 2014-11-14 22:00:16 +09:00
Vincent Povirk 71d5e6f4a6 appwiz.cpl: Don't use SEE_MASK_NO_CONSOLE to run installers. 2014-04-25 10:22:53 +02:00
Frédéric Delanoy 720f1bb7eb appwiz.cpl: Fix a leak (coverity). 2012-12-27 12:07:52 +01:00
Michael Stefaniuc 2a1a48b586 appwiz: Use the correct types for callbacks. 2012-11-19 16:35:11 +01:00
Vincent Povirk 8ea086b308 appwiz.cpl: Add Wine Mono to addons. 2012-05-21 20:38:53 +02:00
Jacek Caban f25f97d86a appwiz.cpl: Replace install_wine_gecko with configurable install_addon. 2012-05-15 17:02:07 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Alexandre Julliard 8d54ce675d appwiz.cpl: Make the Gecko URL a proper link. 2011-12-01 20:37:18 +01:00
Hans Leidekker 9432d65b7a appwiz.cpl: Don't list system components. 2011-05-30 11:16:19 +02:00
Hans Leidekker 013e92c9cd appwiz.cpl: List 32-bit applications on 64-bit platforms. 2011-02-22 13:35:09 +01:00
Alexandre Julliard 85b4d92831 appwiz.cpl: Build the file filter by hand instead of hardcoding it in resource strings. 2011-01-13 15:21:59 +01:00
Hans Leidekker f6c46e41a2 appwiz.cpl: Fix two RegQueryValueExW calls. 2011-01-10 10:42:32 +01:00
Alexandre Julliard 7a041d5209 appwiz.cpl: Convert the application list to a standard Wine list. 2010-12-24 14:51:03 +01:00
Hans Leidekker 271d7b6a65 appwiz.cpl: Run msiexec if the WindowsInstaller value is set. 2010-12-24 12:05:34 +01:00
Jacek Caban 50c99addb0 appwiz.cpl: Correctly handle NULL params in CPL_STARTWPARAMSW handler. 2010-12-20 12:47:38 +01:00
Jacek Caban 280ec39997 appwiz.cpl: Added Gecko installer based on mshtml code. 2010-12-07 16:10:16 +01:00
Marko Nikolic bd6bc3dd04 appwiz.cpl: Removed sign comparison warning. 2010-08-23 11:48:58 +02:00
Alexandre Julliard 14d1b7a51d appwiz.cpl: Create a 32-bpp image list to get alpha blended icons. 2010-06-14 14:14:15 +02:00
Alexandre Julliard 20f899e789 appwiz.cpl: Use the fancy new icon. 2010-04-16 16:24:28 +02:00
Mikhail Maroukhine 503563c950 appwiz.cpl: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:10:17 +02:00
André Hentschel a5107da440 appwiz: Ignore apps without title in the list. 2009-10-26 14:05:10 +01:00
Owen Rudge bf3574a4e1 appwiz.cpl: Execute installer when Modify clicked. 2009-07-15 13:16:45 +02:00
Owen Rudge 812e604765 appwiz.cpl: Enable/disable Modify button, and modify title on Remove button, as appropriate. 2009-07-15 13:16:41 +02:00
Owen Rudge 2f54154299 appwiz.cpl: Read modification path from registry. 2009-07-15 13:16:25 +02:00
André Hentschel ee9baf28d2 appwiz: Add function for installer button. 2009-06-24 15:28:16 +02:00
Nikolay Sivov f8f8f0a457 comctl32/listview: Make ListView_* macros match PSDK. 2009-05-11 14:51:32 +02:00
Dmitry Timoshkov 90f4ee8346 appwiz.cpl: Make some data static const. 2008-11-12 11:49:12 +01:00
Rob Shearman 0427cf087b appwiz.cpl: Fix leak of thread and process handles in UninstallProgram. 2008-08-18 17:15:56 +02:00
Owen Rudge ac3337ee91 appwiz.cpl: Gather extra information for Support Info dialog. 2008-07-29 12:50:35 +02:00
Andrew Talbot 0fb6e30838 appwiz.cpl: Sign-compare warning fix. 2008-07-28 12:16:30 +02:00
Francois Gouget a5ef61e0d3 appwiz.cpl: Fix compilation on systems that don't support nameless unions. 2008-07-28 11:34:15 +02:00
Detlef Riekenberg 8ed31e2c38 appwiz.cpl: Do not access memory after HeapFree in FreeAppInfo. 2008-07-25 16:51:41 +02:00
Owen Rudge d508a58caf appwiz.cpl: Add basic Support Information dialog. 2008-07-25 12:36:56 +02:00
Owen Rudge eece76b8b3 appwiz.cpl: Add uninstall routine for applications. 2008-07-25 12:35:58 +02:00
Owen Rudge 0215b55ce6 appwiz.cpl: Add applications to list, remove on window close. 2008-07-25 12:35:41 +02:00
Owen Rudge c16aeaf8e5 appwiz.cpl: Read installed application information from registry. 2008-07-25 12:35:27 +02:00
Owen Rudge d8d725f73f appwiz.cpl: Check to see if buttons should be enabled. 2008-07-25 12:35:09 +02:00
Owen Rudge 76518c0883 appwiz.cpl: Add imagelist for listview. 2008-07-25 12:35:00 +02:00
Owen Rudge 2812a9ecef appwiz.cpl: Add column headers to listview. 2008-07-25 12:31:29 +02:00
Owen Rudge 6d4f3d5d3a appwiz.cpl: Display Add/Remove Programs dialog. 2008-07-25 12:30:29 +02:00
Owen Rudge f4e6489edb appwiz.cpl: Add skeleton Add/Remove Programs control panel. 2008-07-25 12:29:22 +02:00