InstallState
(number) The way the component should be installed. Choose from one of the following: CONSTANT VALUE DESCRIPTION
INSTALLSTATE_LOCAL |
3 |
The component should be locally installed. |
INSTALLSTATE_SOURCE |
4 |
The component should be installed to run from the source. |
INSTALLSTATE_DEFAULT |
5 |
The component should be installed according to the installer defaults. |
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.