Table of Contents

Enum ProductAction

Namespace
StockSharp.Installer
Assembly
StockSharp.Installer.dll

Install action.

public enum ProductAction
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "InstallerInstall")] Install = 1

Install.

[Display(ResourceType = typeof(LocalizedStrings), Name = "InstallerRemove")] Remove = 4

Remove.

[Display(ResourceType = typeof(LocalizedStrings), Name = "InstallerRepair")] Repair = 3

Repair.

[Display(ResourceType = typeof(LocalizedStrings), Name = "InstallerSkip")] Skip = 0

Do nothing.

[Display(ResourceType = typeof(LocalizedStrings), Name = "InstallerUpdate")] Update = 2

Update.