[RAPPS]
[reactos.git] / reactos / base / applications / rapps / include / unattended.h
1 #pragma once
2 #include "windef.h"
3
4 #define CMD_KEY_INSTALL L"/INSTALL"
5 #define CMD_KEY_SETUP L"/SETUP"
6
7 // return TRUE if the SETUP key was valid
8 BOOL CmdParser(LPWSTR lpCmdLine);