|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | CMD_KEY_APPWIZ L"APPWIZ" |
| #define | CMD_KEY_GENINST L"GENINST" |
| #define | CMD_KEY_UNINSTALL L"UNINSTALL" |
| #define | CMD_KEY_INSTALL L"INSTALL" |
| #define | CMD_KEY_SETUP L"SETUP" |
| #define | CMD_KEY_FIND L"FIND" |
| #define | CMD_KEY_INFO L"INFO" |
| #define | CMD_KEY_HELP L"?" |
| #define | CMD_KEY_HELP_ALT L"HELP" |
Functions | |
| BOOL | ParseCmdAndExecute (LPWSTR lpCmdLine, BOOL bIsFirstLaunch, int nCmdShow) |
Variables | |
| const WCHAR | UsageString [] |
| #define CMD_KEY_APPWIZ L"APPWIZ" |
Definition at line 3 of file unattended.h.
| #define CMD_KEY_FIND L"FIND" |
Definition at line 8 of file unattended.h.
| #define CMD_KEY_GENINST L"GENINST" |
Definition at line 4 of file unattended.h.
| #define CMD_KEY_HELP L"?" |
Definition at line 10 of file unattended.h.
| #define CMD_KEY_HELP_ALT L"HELP" |
Definition at line 11 of file unattended.h.
| #define CMD_KEY_INFO L"INFO" |
Definition at line 9 of file unattended.h.
| #define CMD_KEY_INSTALL L"INSTALL" |
Definition at line 6 of file unattended.h.
| #define CMD_KEY_SETUP L"SETUP" |
Definition at line 7 of file unattended.h.
| #define CMD_KEY_UNINSTALL L"UNINSTALL" |
Definition at line 5 of file unattended.h.
Definition at line 349 of file unattended.cpp.
Referenced by wWinMain().
Definition at line 14 of file unattended.h.
Referenced by PrintHelpCommand().