redesign sereby package with uninstall
This commit is contained in:
146
OPSI/control
146
OPSI/control
@@ -13,8 +13,8 @@ version: VERSION
|
||||
priority: PRIORITY
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup.ins
|
||||
uninstallScript:
|
||||
setupScript: setup3264.ins
|
||||
uninstallScript: uninstall3264.ins
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
@@ -36,50 +36,11 @@ requiredProduct: sourceforge.xmlstarlet
|
||||
requiredStatus: installed
|
||||
requirementType: before
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: win8_net3.5
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Netframework 2.0 - 3.5 on Windows 8. Copy \sources\sys\*.* from installation medium to your opsi_depot\sereby.aio\X86\net3.5-win8 folder.
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: java_reinstall
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Remove all versions of Java and install the latest version (from sereby packet)
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: extract_install
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install the extracted version of the sereby packet on opsiserver
|
||||
values: ["0", "1"]
|
||||
default: ["0"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: extract_use
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Use the extracted version of the sereby packet on opsiserver. If set to auto extracted version will be used for wan connections.
|
||||
values: ["0", "1", "auto"]
|
||||
default: ["0"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: connection_set_max_latency
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: Defines the maximum latency (in ms) between server and client for local connection. If connection latency is above this value wan will be set to true.
|
||||
values: ["30"]
|
||||
default: ["30"]
|
||||
[ProductDependency]
|
||||
action: setup
|
||||
requiredProduct: kliu.vcopy
|
||||
requiredStatus: installed
|
||||
requirementType: before
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
@@ -101,135 +62,136 @@ default: ["1"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_net1.1
|
||||
name: dotnet1.1
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 1.1
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_net2.0
|
||||
name: dotnet2.0
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 2.0
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_net3.0
|
||||
name: dotnet3.0
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 3.0
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_net3.5
|
||||
name: dotnet3.5
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 3.5
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_net4.0
|
||||
name: dotnet4.0
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 4.0
|
||||
values: ["0", "1"]
|
||||
default: ["0"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_net4.5
|
||||
name: dotnet4.5
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Netframework 4.5
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_msjsharp
|
||||
name: msjsharp
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Visual J-Sharp 2.0 SE
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_silver
|
||||
name: silver
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Silverlight 5
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_jre7
|
||||
name: jre7
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Java Runtime Environment 7
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_AdobeShock
|
||||
name: AdobeShock
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Adobe Shockwave Player 11.6
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_basicruntimes
|
||||
name: basicruntimes
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Basic Runtimes
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_msdx9
|
||||
name: msdx9
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft DirectX 9.0c Redistributable
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_msdxm
|
||||
name: msdxm
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft DirectX for Managed Code
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_msvc
|
||||
name: msvc
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Install Microsoft Visual C++ Runtimes
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: inst_AdobeFlash
|
||||
name: AdobeFlash
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Adobe Flash Player 11.4
|
||||
values: ["0", "1"]
|
||||
default: ["1"]
|
||||
description: Adobe Flash Player
|
||||
values: ["install", "none", "uninstall"]
|
||||
default: ["install"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user