MSI.SetFeatureAttributes |
|
|
|
MSI.SetFeatureAttributes |
|
|
|
|
||
OverviewExamples
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