Propriété Installer.FeatureState
La propriété FeatureState en lecture seule retourne l’état d’installation d’une fonctionnalité.
Cette propriété est en lecture seule.
Syntaxe
propVal = Installer.FeatureState
Valeur de la propriété
Notes
Cette propriété renvoie l'une des valeurs suivantes.
Valeur | Description |
---|---|
msiInstallStateAbsent | La fonctionnalité n’est pas installée. |
msiInstallStateAdvertised | La fonctionnalité est annoncée. |
msiInstallStateLocal | La fonctionnalité est installée pour s’exécuter localement. |
msiInstallStateSource | La fonctionnalité est installée pour s’exécuter à partir de la source. |
msiInstallStateInvalidArg | Un paramètre non valide a été transmis à la fonction. |
msiInstallStateUnknown | Le code de produit ou l’ID de fonctionnalité est inconnu. |
msiInstallStateBadConfig | Les données de configuration sont endommagées. |
La propriété FeatureState ne valide pas l'accessibilité de la fonctionnalité.
Configuration requise
Condition requise | Valeur |
---|---|
Version |
Windows Installer 5.0 sur Windows Server 2012, Windows 8, Windows Server 2008 R2 ou Windows 7. Windows Installer 4.0 ou Windows Installer 4.5 sur Windows Server 2008 ou Windows Vista. Windows Installer sur Windows Server 2003 ou Windows XP |
DLL |
|
IID |
IID_IInstaller est défini comme 000C1090-0000-0000-C000-000000000046 |
Voir aussi