MSI Factory 2.3

MSI.GetPatchInfo

MSI.GetPatchInfo

This is the first topic This is the last topic  

MSI.GetPatchInfo

This is the first topic This is the last topic  

OverviewExamples

string MSI.GetPatchInfo (

string PatchCode,

string Attribute )

Example 1

strPatchInfo = MSI.GetPatchInfo("{78B82B0B-9AD9-40C0-B994-F72C21B52723}", "INSTALLPROPERTY_LOCALPACKAGE");

 

if (strPatchInfo) then

   Dialog.Message("Patch Info", strPatchInfo);

else

   nError = Application.GetLastError();

   Dialog.Message("Error", _tblErrorMessages[nError], MB_OK, MB_ICONEXCLAMATION);

end

Gets a patch's "INSTALLPROPERTY_LOCALPACKAGE" attribute value and shows it in a dialog message.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us