6 const WCHAR *updateInfoDir,
21#define SVC_NAME L"LibreOfficeMaintenance"
23#define BASE_SERVICE_REG_KEY \
24 L"SOFTWARE\\LibreOffice\\MaintenanceService"
32#define TEST_ONLY_FALLBACK_KEY_PATH \
33 BASE_SERVICE_REG_KEY L"\\3932ecacee736d366d6436db0f55bce4"
const wchar_t *typedef BOOL
BOOL LaunchWinPostProcess(const WCHAR *installationDir, const WCHAR *updateInfoDir, bool forceSync, HANDLE userToken)
BOOL DoesFallbackKeyExist()
BOOL StartServiceUpdate(LPCWSTR installDir)
BOOL IsUnpromptedElevation(BOOL &isUnpromptedElevation)
DWORD WaitForProcessExit(LPCWSTR filename, DWORD maxSeconds)
DWORD StartServiceCommand(int argc, LPCWSTR *argv)
BOOL IsLocalFile(LPCWSTR file, BOOL &isLocal)
DWORD WaitForServiceStop(LPCWSTR serviceName, DWORD maxWaitSeconds)
BOOL WriteStatusFailure(LPCWSTR updateDirPath, int errorCode)
BOOL WriteStatusPending(LPCWSTR updateDirPath)
BOOL GetUpdateDirectoryPath(LPWSTR path)
DWORD LaunchServiceSoftwareUpdateCommand(int argc, LPCWSTR *argv)