You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnMessage(null,Ids.ExpectedRowInPatchCreationPackage,"Could not find a row in the '{0}' table for this patch creation package. Patch creation packages must contain at least one row in the '{0}' table.",tableName);
returnMessage(sourceLineNumbers,Ids.ExpectedSignedCabinetName,"The Media/@Cabinet attribute was not found; it is required when this element contains a DigitalSignature child element. This is because Windows Installer can only verify the digital signatures of external cabinets. Please either remove the DigitalSignature element or specify a valid external cabinet name via the Cabinet attribute.");
@@ -1413,7 +1408,7 @@ public static Message MissingDependencyVersion(string packageId)
1413
1408
1414
1409
publicstaticMessageMissingEntrySection()
1415
1410
{
1416
-
returnMessage(null,Ids.MissingEntrySection,"Could not find entry section in provided list of intermediates. Supported entry section types are: Package, Bundle, Patch, PatchCreation, Module.");
1411
+
returnMessage(null,Ids.MissingEntrySection,"Could not find entry section in provided list of intermediates. Supported entry section types are: Package, Bundle, Patch, Module.");
@@ -2056,11 +2051,6 @@ public static Message UnexpectedTableInPatch(SourceLineNumber sourceLineNumbers,
2056
2051
returnMessage(sourceLineNumbers,Ids.UnexpectedTableInPatch,"An unexpected row in the '{0}' table was found in this patch. Patches cannot contain the '{0}' table.",tableName);
returnMessage(sourceLineNumbers,Ids.UnexpectedTableInPatchCreationPackage,"An unexpected row in the '{0}' table was found in this patch creation package. Patch creation packages cannot contain the '{0}' table.",tableName);
returnMessage(sourceLineNumbers,Ids.UnhandledExtensionAttribute,"The {0} element contains an unhandled extension attribute '{1}'. Please ensure that the extension for attributes in the '{2}' namespace has been provided.",elementName,extensionAttributeName,extensionNamespace);
0 commit comments