Set the Preselected property if appropriate (relevant to

MigrateFeatureStates when implemented).
This commit is contained in:
Aric Stewart 2005-06-08 19:20:02 +00:00 committed by Alexandre Julliard
parent 6957e4a0c2
commit 6999a04278
1 changed files with 8 additions and 0 deletions

View File

@ -2457,6 +2457,14 @@ static UINT SetFeatureStates(MSIPACKAGE *package)
}
}
}
else
{
/* set the Preselected Property */
static const WCHAR szPreselected[] = {'P','r','e','s','e','l','e','c','t','e','d',0};
static const WCHAR szOne[] = { '1', 0 };
MSI_SetPropertyW(package,szPreselected,szOne);
}
/*
* now we want to enable or disable components base on feature