73 lines
1.5 KiB
Plaintext
73 lines
1.5 KiB
Plaintext
[Package]
|
|
version: RELEASE
|
|
depends:
|
|
incremental: False
|
|
|
|
[Product]
|
|
type: localboot
|
|
id: openvpn.config
|
|
name: openvpn.config
|
|
description: Configuration OpenVPN und registry customization
|
|
advice: ADVICE
|
|
version: VERSION
|
|
priority: PRIORITY
|
|
licenseRequired: False
|
|
productClasses:
|
|
setupScript: setup32.ins
|
|
uninstallScript: uninstall32.ins
|
|
updateScript:
|
|
alwaysScript:
|
|
onceScript:
|
|
customScript:
|
|
userLoginScript:
|
|
|
|
[ProductDependency]
|
|
action: setup
|
|
requiredProduct: openvpn.openvpn
|
|
requiredAction: setup
|
|
requirementType: before
|
|
|
|
;[ProductProperty]
|
|
;type: unicode
|
|
;name: install_architecture
|
|
;multivalue: False
|
|
;editable: False
|
|
;description: which architecture (32/64 bit) has to be installed
|
|
;values: ["32 only", "64 only", "both", "system specific"]
|
|
;default: ["system specific"]
|
|
|
|
[ProductProperty]
|
|
type: unicode
|
|
name: htaccess-password
|
|
multivalue: False
|
|
editable: True
|
|
description: Password for downloading configfiles
|
|
values: [""]
|
|
default: ["secret"]
|
|
|
|
[ProductProperty]
|
|
type: unicode
|
|
name: base-url
|
|
multivalue: False
|
|
editable: True
|
|
description: url for downloading configfiles, is extended by PCName in background
|
|
values: [""]
|
|
default: ["https://domain.com/openvpn"]
|
|
|
|
[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: [""] |