ReactOS 0.4.16-dev-1025-gd3456f5
|
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 172 of file geninst.cpp.
|
inline |
Definition at line 180 of file geninst.cpp.
LPCWSTR InstallInfo::ArchivePath |
Definition at line 175 of file geninst.cpp.
UINT InstallInfo::EntryCount |
Definition at line 177 of file geninst.cpp.
Referenced by InstallInfo().
LPCWSTR InstallInfo::InstallDir |
Definition at line 175 of file geninst.cpp.
UINT InstallInfo::InstallDirLen |
Definition at line 177 of file geninst.cpp.
CStringW InstallInfo::MainApp |
Definition at line 176 of file geninst.cpp.
CConfigParser& InstallInfo::Parser |
Definition at line 174 of file geninst.cpp.
Referenced by GetCommonString(), and GetGenerateString().
BOOL InstallInfo::PerUser |
Definition at line 178 of file geninst.cpp.
Referenced by CreateMainShortcut().
LPCWSTR InstallInfo::ShortcutFile |
Definition at line 175 of file geninst.cpp.
CStringW InstallInfo::UninstFile |
Definition at line 176 of file geninst.cpp.