MSI.DatabaseIsTablePersistent |
|
|
|
MSI.DatabaseIsTablePersistent |
|
|
|
|
||
OverviewExamples
hDatabase = MSI.GetActiveDatabase(_hInstall);
if (hDatabase ~=0) then
nPersistent = MSI.DatabaseIsTablePersistent(hDatabase, "FeatureComponents");
if (nPersistent == MSICONDITION_TRUE) then
Dialog.Message("Persistent Result", "The table FeatureComponents is persistent.");
end
MSI.CloseHandle(hRecord);
else
Dialog.Message("Error", "Failed to get the handle to the active database.");
end
Gets the state of the table named "FeatureComponents" and shows a dialog message if it is persistent.
See also: Related Actions
Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us