exception handling script copy
This commit is contained in:
40
OPSI/control
Normal file
40
OPSI/control
Normal file
@@ -0,0 +1,40 @@
|
||||
[Package]
|
||||
version: RELEASE
|
||||
depends:
|
||||
incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: windows.2nd-ip
|
||||
name: windows.2nd-ip
|
||||
description: Set second IP-adress and netmask for sharing local printer
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup32.ins
|
||||
uninstallScript: uninstall32.ins
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
customScript:
|
||||
userLoginScript:
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: local-addr2.ip
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: Adds 2nd IP-address on primary ethernet adapter
|
||||
values: [""]
|
||||
default: [""]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: local-addr2.netmask
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: 'Adds netmask for 2nd IP-address on primary ethernet adapter
|
||||
values: [""]
|
||||
default: [""]
|
||||
Reference in New Issue
Block a user