72{
75
76 pNotify->Progress++;
77 pNotify->CurrentItem = pInstallData->Title;
79
81 ExpandedAddonPath,
83
84
86 goto rapps_install;
87
89 pInstallData->CreateProcessFormatString, ExpandedAddonPath);
91 goto done;
92
95 {
96
98 goto done;
99 }
100
101rapps_install:
102
104 {
105 WCHAR szMessage[256], szCaption[64];
111 }
112
114 {
116 goto done;
117 }
118
121 goto done;
122
124
125done:
126
127
132}
static HINSTANCE hDllInstance
DWORD WINAPI ExpandEnvironmentStringsW(IN LPCWSTR lpSrc, IN LPWSTR lpDst, IN DWORD nSize)
BOOL WINAPI DeleteFileW(IN LPCWSTR lpFileName)
#define IDS_INSTALLADDONSCAPTION
#define IDS_INSTALLADDONSMESSAGE
#define DoesFileExist(RootDirectory, FileName)
STRSAFEAPI StringCchPrintfW(STRSAFE_LPWSTR pszDest, size_t cchDest, STRSAFE_LPCWSTR pszFormat,...)
HRESULT RunCommandAndWait(_In_ PWCHAR Command)
static HRESULT HRESULT_FROM_WIN32(unsigned int x)
int WINAPI MessageBoxW(_In_opt_ HWND hWnd, _In_opt_ LPCWSTR lpText, _In_opt_ LPCWSTR lpCaption, _In_ UINT uType)
#define MB_ICONINFORMATION