Lines Matching refs:SetupAppX

122 SetupAppX::SetupAppX()  in SetupAppX()  function in SetupAppX
158 SetupAppX::~SetupAppX() in ~SetupAppX()
199 boolean SetupAppX::Initialize( HINSTANCE hInst ) in Initialize()
259 boolean SetupAppX::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection()
304 boolean SetupAppX::ReadProfile() in ReadProfile()
441 void SetupAppX::AddFileToPatchList( TCHAR* pPath, TCHAR* pFile ) in AddFileToPatchList()
456 boolean SetupAppX::GetPatches() in GetPatches()
507 boolean SetupAppX::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile()
572 int SetupAppX::GetNameValue( TCHAR* pLine, TCHAR** pName, TCHAR** pValue ) in GetNameValue()
616 boolean SetupAppX::ChooseLanguage( long& rLanguage ) in ChooseLanguage()
702 HMODULE SetupAppX::LoadMsiLibrary() in LoadMsiLibrary()
749 LPCTSTR SetupAppX::GetPathToMSI() in GetPathToMSI()
820 boolean SetupAppX::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller()
901 boolean SetupAppX::Install( long nLanguage ) in Install()
1018 UINT SetupAppX::GetError() const in GetError()
1034 void SetupAppX::DisplayError( UINT nErr ) const in DisplayError()
1103 long SetupAppX::GetLanguageID( long nIndex ) const in GetLanguageID()
1112 void SetupAppX::GetLanguageName( long nLanguage, LPTSTR sName ) const in GetLanguageName()
1154 boolean SetupAppX::CheckVersion() in CheckVersion()
1207 boolean SetupAppX::CheckForUpgrade() in CheckForUpgrade()
1260 boolean SetupAppX::IsTerminalServerInstalled() const in IsTerminalServerInstalled()
1309 boolean SetupAppX::AlreadyRunning() const in AlreadyRunning()
1347 DWORD SetupAppX::WaitForProcess( HANDLE hHandle ) in WaitForProcess()
1385 void SetupAppX::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log()
1417 DWORD SetupAppX::GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, LPTSTR *pNext, in GetNextArgument()
1476 boolean SetupAppX::GetCmdLineParameters( LPTSTR *pCmdLine ) in GetCmdLineParameters()
1651 boolean SetupAppX::IsAdmin() in IsAdmin()
1731 LPTSTR SetupAppX::CopyIniFile( LPCTSTR pIniFile ) in CopyIniFile()
1769 void SetupAppX::ConvertNewline( LPTSTR pText ) const in ConvertNewline()
1787 LPTSTR SetupAppX::SetProdToAppTitle( LPCTSTR pProdName ) in SetProdToAppTitle()
1842 boolean SetupAppX::IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName ) in IsPatchInstalled()
1901 boolean SetupAppX::InstallRuntimes( TCHAR *sProductCode, TCHAR *sRuntimePath ) in InstallRuntimes()
1974 boolean SetupAppX::InstallRuntimes() in InstallRuntimes()
2061 return new SetupAppX; in Create_SetupAppX()