MSI.GetComponentState |
|
|
|
MSI.GetComponentState |
|
|
|
|
||
OverviewExamples
tblCompState = MSI.GetComponentState(_hInstall, "MyProduct.exe");
Dialog.Message("Installed",tblCompState.Installed);
Dialog.Message("Action",tblCompState.Action);
Gets the state of the component named "MyProduct.exe," and shows the installed state and action results in a dialog message.
See also: Related Actions
Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us