InstallState
(number) The installation state for the feature. Choose from one of the following:
CONSTANT |
VALUE DESCRIPTION |
|
INSTALLSTATE_ADVERTISED |
1 |
The feature is advertised. |
INSTALLSTATE_ABSENT |
2 |
The feature is uninstalled. |
INSTALLSTATE_LOCAL |
3 |
The feature is installed locally. |
INSTALLSTATE_SOURCE |
4 |
The feature is installed to run from source. |
INSTALLSTATE_DEFAULT |
5 |
The feature is installed to its default location. |
Re t u r n s
(boolean) Returns true if the action was successful, or false if it failed. You can use
Application.GetLastError to determine whether this action failed, and why.