mfcmapi icon indicating copy to clipboard operation
mfcmapi copied to clipboard

LaunchWizard Fails

Open stephenegriffin opened this issue 7 years ago • 1 comments

Suspect this is a 2016 C2R issue: Code: MAPI_E_NO_SUPPORT == 0x80040102 Function File c:\projects\mfcmapi\mapi\mapiprofilefunctions.cpp Line 40

		// Call LaunchWizard to add the service.
		WC_MAPI(LaunchWizard(hParentWnd, ulFlags, szServices, cchProfName, szProfName));
		if (MAPI_E_CALL_FAILED == hRes)
		{
			CHECKHRESMSG(hRes, IDS_LAUNCHWIZARDFAILED);
		}
		else
			CHECKHRES(hRes);

stephenegriffin avatar Jun 25 '18 18:06 stephenegriffin

Suspect OLCFG.exe broke this

stephenegriffin avatar Jun 25 '18 18:06 stephenegriffin