source: opsi/products/bitlocker/OPSI/control@ 1034

Last change on this file since 1034 was 1034, checked in by joergs, on Jul 12, 2012 at 2:48:38 PM

1.0-3

File size: 1.0 KB
RevLine 
[1021]1[Package]
[1031]2version: 3
[1021]3depends:
4incremental: False
5
6[Product]
7type: localboot
8id: bitlocker
9name: BitLocker Disk Encryption
10description: Activates BitLocker Harddisk Encryption (Windows 7)
11advice:
12version: 1.0
13priority: -69
14licenseRequired: False
15productClasses:
16setupScript: setup.ins
[1031]17uninstallScript:
[1021]18updateScript:
19alwaysScript:
20onceScript:
21customScript:
22userLoginScript:
23
24[ProductProperty]
25type: unicode
26name: tpmpassword
27multivalue: False
28editable: True
29description: TPM Password
30values: ["password", "secret"]
31default: ["password"]
32
33[ProductProperty]
34type: unicode
35name: recoverypassword
36multivalue: False
37editable: True
38description: Recovery Password
39values: ["000011-000022-000033-000044-000055-000066-000077-000088"]
40default: ["000011-000022-000033-000044-000055-000066-000077-000088"]
41
42[Changelog]
[1031]43bitlocker 1.0-3 20120712 Joerg Steffens
44 * bugfix for status on 64bit
45
[1021]46bitlocker 1.0-2 20120419 Joerg Steffens
47 * working
48 * priority: -69, same as safeguard_easy
49
50bitlocker 0.1-1 20120419 Joerg Steffens
51 * first try
52
53
54
55
56
57
58
59
60
61
[1032]62
63
[1034]64
Note: See TracBrowser for help on using the repository browser.