<< Click to Display Table of Contents >> Navigation: »No topics above this level« InstallOption Enumeration |
New install modes
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic]
<Flags> _
Public Enum InstallOption
[C#]
[Flags]
public enum InstallOption
Do either use InstallMode or InstallOption. If this property is set InstallMode will be ignored.
Member Name |
Description |
Value |
Undefined |
Installoption will NOT be used |
0 |
Consistent |
Consistent |
8 |
ExitInit |
On Exit/Init |
16 |
AdoptProcessVariable |
Adopt process variable |
32 |
Reboot |
Reboot |
64 |
Cir |
CIR |
128 |
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]