InstallState
(number) The installation state for the product. Choose one of the following values:
CONSTANT |
VALUE DESCRIPTION |
|
INSTALLSTATE_ADVERTISED |
1 |
The product is advertised. |
INSTALLSTATE_ABSENT |
2 |
The product is uninstalled. |
INSTALLSTATE_LOCAL |
3 |
The product is to be installed with all features installed locally. |
INSTALLSTATE_SOURCE |
4 |
The product is to be installed with all features installed to |
run from source. |
||
INSTALLSTATE_DEFAULT |
5 |
The product is to be installed with all features installed to the default states specified in the Feature Table. |
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.