installationservices/swinstallationfw/inc/sifcommon.h
changeset 33 8110bf1194d1
parent 25 98b66e4fb0be
child 42 d17dc5398051
--- a/installationservices/swinstallationfw/inc/sifcommon.h	Mon May 03 12:38:03 2010 +0300
+++ b/installationservices/swinstallationfw/inc/sifcommon.h	Fri May 14 15:58:48 2010 +0300
@@ -636,7 +636,7 @@
 		"AllowOverwrite" - TSifPolicy
 		Can files be overwritten 
 
-		"DisplayPackageInfo" - TSifPolicy
+		"PackageInfo" - TSifPolicy
 		Whether to skip infos 
 
 		"AllowDownload" - TSifPolicy
@@ -663,6 +663,9 @@
   		"Charset" -  TDesC
 		Represents charset to be used during HTTP download 
 
+		"AllowIncompatible" -  TSifPolicy
+		Check if installation of incompatible packages is allowed 
+
 		"ComponentId" - Array of TUInt
 		If returned in the custom results, provides the id's of the newly added components
 		after an install. Please note that not all installers (i.e. SIF Plugins) may support this.
@@ -699,7 +702,7 @@
 	_LIT(KSifInParam_AllowAppShutdown, "AllowAppShutdown");
 	_LIT(KSifInParam_AllowAppBreakDependency, "AllowAppBreakDependency");
 	_LIT(KSifInParam_AllowOverwrite, "AllowOverwrite");
-	_LIT(KSifInParam_DisplayPackageInfo, "DisplayPackageInfo");
+	_LIT(KSifInParam_PackageInfo, "PackageInfo");
 	_LIT(KSifInParam_AllowDownload, "AllowDownload");
 	_LIT(KSifInParam_UserName, "UserName");
 	_LIT(KSifInParam_Password, "Password");
@@ -708,6 +711,7 @@
 	_LIT(KSifInParam_SNAP, "SNAP");
 	_LIT(KSifInParam_MimeType, "MimeType");
 	_LIT(KSifInParam_Charset, "Charset");
+	_LIT(KSifInParam_AllowIncompatible, "AllowIncompatible");
 
 	_LIT(KSifOutParam_ComponentId, "ComponentId");
 	_LIT(KSifOutParam_ErrCategory, "ErrCategory");