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

Last change on this file since 1021 was 1021, checked in by joergs, on Jun 18, 2012 at 9:25:50 PM

bitlocker initial

File size: 986 bytes
Line 
1[Package]
2version: 2
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: uninstall.ins
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-2 20120419 Joerg Steffens
44 * working
45 * priority: -69, same as safeguard_easy
46
47bitlocker 0.1-1 20120419 Joerg Steffens
48 * first try
49
50
51
52
53
54
55
56
57
58
Note: See TracBrowser for help on using the repository browser.