This commit is contained in:
Dennis Trinks
2013-12-06 08:48:03 +01:00
commit 5203a7bcdc
15 changed files with 444 additions and 0 deletions

31
OPSI/control Normal file
View File

@@ -0,0 +1,31 @@
[Package]
version: RELEASE
depends:
incremental: False
[Product]
type: localboot
id: microsoft.capicom
name: CAPICOM
description: CAPICOM: Zur silent Installation Zertifikate
advice: ADVICE
version: VERSION
priority: PRIORITY
licenseRequired: False
productClasses:
setupScript: setup32.ins
uninstallScript: uninstall32.ins
updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:
[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"]