Add uninstall propertie for all products
This commit is contained in:
26
OPSI/control
26
OPSI/control
@@ -60,7 +60,7 @@ name: sereby_dotnet4.5
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 4.5
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -69,7 +69,7 @@ name: sereby_win8xdotnet3x
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 2 - 3.x
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -78,7 +78,7 @@ name: sereby_msjsharp
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Visual J-Sharp 2.0 SE
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -87,7 +87,7 @@ name: sereby_msfsharp
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Visual F-Sharp 2.0 SE
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -96,7 +96,7 @@ name: sereby_silver
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Silverlight 5
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -105,7 +105,7 @@ name: sereby_jre7
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Java 7 Runtime Environment
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["none"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -114,7 +114,7 @@ name: sereby_jre8
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Java 8 Runtime Environment
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -123,7 +123,7 @@ name: sereby_AdobeShock
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Adobe Shockwave Player 11.6
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -132,7 +132,7 @@ name: sereby_basicruntimes
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Basic Runtimes
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -141,7 +141,7 @@ name: sereby_msdx9
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft DirectX 9.0c Redistributable
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -150,7 +150,7 @@ name: sereby_msvc
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Visual C++ Runtimes
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -159,7 +159,7 @@ name: sereby_AdobeFlash
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Adobe Flash Player
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
@@ -168,7 +168,7 @@ name: sereby_AdobeAir
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Adobe AIR
|
||||
values: ["install", "none", "reinstall"]
|
||||
values: ["install", "none", "reinstall", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user