Searched refs:pSetup (Results 1 – 1 of 1) sorted by relevance
55 SetupApp *pSetup = new SetupApp(); in WinMain() local59 if ( ! pSetup->Initialize( hInst ) ) in WinMain()60 throw pSetup->GetError(); in WinMain()62 if ( pSetup->AlreadyRunning() ) in WinMain()65 if ( ! pSetup->ReadProfile() ) in WinMain()66 throw pSetup->GetError(); in WinMain()68 if ( ! pSetup->CheckVersion() ) in WinMain()69 throw pSetup->GetError(); in WinMain()71 if ( ! pSetup->IsAdminInstall() ) in WinMain()72 if ( ! pSetup->GetPatches() ) in WinMain()[all …]