Lines Matching refs:boolean

214 boolean SetupApp::Initialize( HINSTANCE hInst )  in Initialize()
274 boolean SetupApp::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection()
319 boolean SetupApp::ReadProfile() in ReadProfile()
321 boolean bRet = false; in ReadProfile()
471 boolean SetupApp::GetPatches() in GetPatches()
473 boolean bRet = true; in GetPatches()
522 boolean SetupApp::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile()
527 boolean bRet = true; in GetPathToFile()
631 boolean SetupApp::ChooseLanguage( long& rLanguage ) in ChooseLanguage()
766 boolean SetupApp::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller()
847 boolean SetupApp::Install( long nLanguage ) in Install()
1100 boolean SetupApp::CheckVersion() in CheckVersion()
1102 boolean bRet = false; in CheckVersion()
1137 boolean SetupApp::CheckForUpgrade() in CheckForUpgrade()
1190 boolean SetupApp::IsTerminalServerInstalled() const in IsTerminalServerInstalled()
1192 boolean bIsTerminalServer = false; in IsTerminalServerInstalled()
1239 boolean SetupApp::AlreadyRunning() const in AlreadyRunning()
1280 boolean bLoop = true; in WaitForProcess()
1319 static boolean bInit = false; in Log()
1348 boolean bStripQuotes ) in GetNextArgument()
1350 boolean bInQuotes = false; in GetNextArgument()
1351 boolean bFoundArgEnd = false; in GetNextArgument()
1406 boolean SetupApp::GetCmdLineParameters( LPTSTR *pCmdLine ) in GetCmdLineParameters()
1424 boolean bDeleteStart = true; in GetCmdLineParameters()
1448 boolean bAppend = false; in GetCmdLineParameters()
1581 boolean SetupApp::IsAdmin() in IsAdmin()
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()