Dmitry Chapyshev <lentind@yandex.ru>
authorAleksey Bragin <aleksey@reactos.org>
Mon, 8 Oct 2007 15:56:31 +0000 (15:56 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Mon, 8 Oct 2007 15:56:31 +0000 (15:56 +0000)
commit73b6c28cf839ae12f3b17c1737f38329e995745e
treeff6485279ce70101407ca7983613720d2253b976
parentdb598dfdbb48550c5254f915b9d81bf9b265ec25
Dmitry Chapyshev <lentind@yandex.ru>

- Modify/Remove action: Wait for the process completion and only then become active again (like Windows' AppWiz does)
- Move Updates to another tab
- Move all include directives to appwiz.h
- Add context menu for applications list
- Slightly change this applet's design
- Add an icon for ReactOS setup and Update tabs
- Add a working Download! button. This button is active only if Download!.exe exists in system32 directory when appwiz.cpl starts
- Other small changes

svn path=/trunk/; revision=29458
13 files changed:
reactos/dll/cpl/appwiz/add.c
reactos/dll/cpl/appwiz/appwiz.c
reactos/dll/cpl/appwiz/appwiz.h
reactos/dll/cpl/appwiz/appwiz.rbuild
reactos/dll/cpl/appwiz/appwiz.rc
reactos/dll/cpl/appwiz/createlink.c
reactos/dll/cpl/appwiz/lang/en-US.rc
reactos/dll/cpl/appwiz/remove.c
reactos/dll/cpl/appwiz/resource.h
reactos/dll/cpl/appwiz/resources/reactos.ico [new file with mode: 0644]
reactos/dll/cpl/appwiz/resources/updates.ico [new file with mode: 0644]
reactos/dll/cpl/appwiz/rossetup.c
reactos/dll/cpl/appwiz/updates.c [new file with mode: 0644]