MSI Factory 2.3

MSI.SetFeatureAttributes

MSI.SetFeatureAttributes

This is the first topic This is the last topic  

MSI.SetFeatureAttributes

This is the first topic This is the last topic  

OverviewExamples

boolean MSI.SetFeatureAttributes (

number hInstall,

string Feature,

number Attributes )

Example 1

bReturn = MSI.SetFeatureAttributes(_hInstall, "Test_Feature", INSTALLFEATUREATTRIBUTE_FAVORADVERTISE);

 

if (bReturn) then

   Dialog.Message("Result", "The action was successful.");

else

   Dialog.Message("Result", "The action failed.");

end

Sets the default attributes of "Test_Feature," and shows its success or failure in a dialog message.

See also: Related Actions


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