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

Last change on this file since 1036 was 1036, checked in by joergs, on Jul 12, 2012 at 5:48:20 PM

changelog

File size: 1.2 KB
Line 
1[Package]
2version: 4
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
17uninstallScript:
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]
43bitlocker 1.0-4 20120712 Joerg Steffens
44 * not all Windows 7 systems return "-1", if TPM is already activated. Therefore call the command, set a registry marker (RebootCounter), reboot and skip this step at the next run
45
46bitlocker 1.0-3 20120712 Joerg Steffens
47 * bugfix for status on 64bit
48
49bitlocker 1.0-2 20120419 Joerg Steffens
50 * working
51 * priority: -69, same as safeguard_easy
52
53bitlocker 0.1-1 20120419 Joerg Steffens
54 * first try
55
56
57
58
59
60
61
62
63
64
65
66
67
Note: See TracBrowser for help on using the repository browser.