ReactOS 0.4.16-dev-736-g28b802b
|
Public Member Functions | |
InstallInfo (LPCWSTR AppName, CConfigParser &CP, LPCWSTR Archive) | |
![]() | |
CommonInfo (LPCWSTR DisplayName, BOOL IsSilent=FALSE) | |
HWND | GetGuiOwner () const |
Public Attributes | |
CConfigParser & | Parser |
LPCWSTR | ArchivePath |
LPCWSTR | InstallDir |
LPCWSTR | ShortcutFile |
CStringW | UninstFile |
CStringW | MainApp |
UINT | InstallDirLen |
UINT | EntryCount |
BOOL | PerUser |
![]() | |
LPCWSTR | AppName |
HWND | hDlg |
DWORD | Error |
DWORD | Count |
BOOL | Silent |
CRegKey * | ArpKey |
CRegKey | Entries |
Definition at line 161 of file geninst.cpp.
|
inline |
Definition at line 169 of file geninst.cpp.
LPCWSTR InstallInfo::ArchivePath |
Definition at line 164 of file geninst.cpp.
UINT InstallInfo::EntryCount |
Definition at line 166 of file geninst.cpp.
Referenced by InstallInfo().
LPCWSTR InstallInfo::InstallDir |
Definition at line 164 of file geninst.cpp.
UINT InstallInfo::InstallDirLen |
Definition at line 166 of file geninst.cpp.
CStringW InstallInfo::MainApp |
Definition at line 165 of file geninst.cpp.
CConfigParser& InstallInfo::Parser |
Definition at line 163 of file geninst.cpp.
Referenced by GetCommonString(), and GetGenerateString().
BOOL InstallInfo::PerUser |
Definition at line 167 of file geninst.cpp.
Referenced by CreateShortcut().
LPCWSTR InstallInfo::ShortcutFile |
Definition at line 164 of file geninst.cpp.
CStringW InstallInfo::UninstFile |
Definition at line 165 of file geninst.cpp.