MSI Factory 2.3

MSI.SetComponentState

MSI.SetComponentState

This is the first topic This is the last topic  

MSI.SetComponentState

This is the first topic This is the last topic  

OverviewExamples

boolean MSI.SetComponentState (

number hInstall,

string Component,

number InstallState )

Example 1

result = MSI.SetComponentState(_hInstall, "MyApp.exe", INSTALLSTATE_SOURCE);

Sets the component named "MyApp.exe" to install from the source disk and returns true or false in the variable named "result."

See also: Related Actions


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