Lines Matching refs:boolean

199 boolean SetupAppX::Initialize( HINSTANCE hInst )  in Initialize()
259 boolean SetupAppX::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection()
304 boolean SetupAppX::ReadProfile() in ReadProfile()
306 boolean bRet = false; in ReadProfile()
456 boolean SetupAppX::GetPatches() in GetPatches()
458 boolean bRet = true; in GetPatches()
507 boolean SetupAppX::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile()
512 boolean bRet = true; in GetPathToFile()
616 boolean SetupAppX::ChooseLanguage( long& rLanguage ) in ChooseLanguage()
820 boolean SetupAppX::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller()
901 boolean SetupAppX::Install( long nLanguage ) in Install()
1154 boolean SetupAppX::CheckVersion() in CheckVersion()
1156 boolean bRet = false; in CheckVersion()
1207 boolean SetupAppX::CheckForUpgrade() in CheckForUpgrade()
1260 boolean SetupAppX::IsTerminalServerInstalled() const in IsTerminalServerInstalled()
1262 boolean bIsTerminalServer = false; in IsTerminalServerInstalled()
1309 boolean SetupAppX::AlreadyRunning() const in AlreadyRunning()
1350 boolean bLoop = true; in WaitForProcess()
1389 static boolean bInit = false; in Log()
1418 boolean bStripQuotes ) in GetNextArgument()
1420 boolean bInQuotes = false; in GetNextArgument()
1421 boolean bFoundArgEnd = false; in GetNextArgument()
1476 boolean SetupAppX::GetCmdLineParameters( LPTSTR *pCmdLine ) in GetCmdLineParameters()
1494 boolean bDeleteStart = true; in GetCmdLineParameters()
1518 boolean bAppend = false; in GetCmdLineParameters()
1651 boolean SetupAppX::IsAdmin() in IsAdmin()
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()