installationservices/swi/source/swis/server/installmachine.cpp
branchRCL_3
changeset 81 42552535c1ac
parent 66 8b7f4e561641
--- a/installationservices/swi/source/swis/server/installmachine.cpp	Wed Sep 15 12:20:42 2010 +0300
+++ b/installationservices/swi/source/swis/server/installmachine.cpp	Wed Oct 13 14:40:19 2010 +0300
@@ -287,7 +287,10 @@
 		
 	// Retrieve logo data which may not be present.
 	const CLogo* logo=iInstallMachine.iController->Logo();
-	if (logo)
+
+	// Don't retrieve the logo if the sis file being installed is a stub
+
+	if (logo && !iInstallMachine.iSisHelper.IsStubL() )
 		{
 		const CFileDescription& fdesc(logo->FileDescription());