Indicates when an application can be overwritten
Namespace:
Novalys.VisualGuard.Security.DeploymentAssembly: vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public enum VGApplicationOverwriteOptions |
| Visual Basic (Declaration) |
|---|
Public Enumeration VGApplicationOverwriteOptions |
Members
| Member name | Description | |
|---|---|---|
| Never |
Disallows to overwrite an existing application
| |
| VersionIsEqual |
Allows to overwrite an existing application only when the version of the application to deploy is equal to the existing application.
| |
| VersionIsEqualOrNewer |
Allows to overwrite an existing application only when the version of the application to deploy is equal or newer than the version of the existing application
| |
| VersionIsNewer |
Allows to overwrite an existing application when the version of the application to deploy is newer than the version of the existing application
| |
| Always |
Always allows to overwrite an existing application even the version of the existing application is older than the version of the deployed application.
|