MSI Factory 2.3

MSI.GetComponentState

MSI.GetComponentState

This is the first topic This is the last topic  

MSI.GetComponentState

This is the first topic This is the last topic  

OverviewExamples

table MSI.GetComponentState (

number hInstall,

string Component )

Example 1

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