Lines Matching refs:SetupApp

121 SetupApp::SetupApp()  in SetupApp()  function in SetupApp
173 SetupApp::~SetupApp() in ~SetupApp()
214 boolean SetupApp::Initialize( HINSTANCE hInst ) in Initialize()
274 boolean SetupApp::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection()
319 boolean SetupApp::ReadProfile() in ReadProfile()
456 void SetupApp::AddFileToPatchList( TCHAR* pPath, TCHAR* pFile ) in AddFileToPatchList()
471 boolean SetupApp::GetPatches() in GetPatches()
522 boolean SetupApp::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile()
587 int SetupApp::GetNameValue( TCHAR* pLine, TCHAR** pName, TCHAR** pValue ) in GetNameValue()
631 boolean SetupApp::ChooseLanguage( long& rLanguage ) in ChooseLanguage()
718 LPCTSTR SetupApp::GetPathToMSI() in GetPathToMSI()
766 boolean SetupApp::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller()
847 boolean SetupApp::Install( long nLanguage ) in Install()
964 UINT SetupApp::GetError() const in GetError()
980 void SetupApp::DisplayError( UINT nErr ) const in DisplayError()
1049 long SetupApp::GetLanguageID( long nIndex ) const in GetLanguageID()
1058 void SetupApp::GetLanguageName( long nLanguage, LPTSTR sName ) const in GetLanguageName()
1100 boolean SetupApp::CheckVersion() in CheckVersion()
1137 boolean SetupApp::CheckForUpgrade() in CheckForUpgrade()
1190 boolean SetupApp::IsTerminalServerInstalled() const in IsTerminalServerInstalled()
1239 boolean SetupApp::AlreadyRunning() const in AlreadyRunning()
1277 DWORD SetupApp::WaitForProcess( HANDLE hHandle ) in WaitForProcess()
1315 void SetupApp::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log()
1347 DWORD SetupApp::GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, LPTSTR *pNext, in GetNextArgument()
1406 boolean SetupApp::GetCmdLineParameters( LPTSTR *pCmdLine ) in GetCmdLineParameters()
1581 boolean SetupApp::IsAdmin() in IsAdmin()
1661 LPTSTR SetupApp::CopyIniFile( LPCTSTR pIniFile ) in CopyIniFile()
1699 void SetupApp::ConvertNewline( LPTSTR pText ) const in ConvertNewline()
1717 LPTSTR SetupApp::SetProdToAppTitle( LPCTSTR pProdName ) in SetProdToAppTitle()
1772 boolean SetupApp::IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName ) in IsPatchInstalled()
1829 boolean SetupApp::InstallRuntimes( TCHAR *sProductCode, TCHAR *sRuntimePath ) in InstallRuntimes()
1902 boolean SetupApp::InstallRuntimes() in InstallRuntimes()