Changeset 1031 for opsi/products/bitlocker
- Timestamp:
- Jul 12, 2012, 2:45:19 PM (12 years ago)
- Location:
- opsi/products/bitlocker
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
opsi/products/bitlocker/CLIENT_DATA/setup.ins
r1021 r1031 57 57 set $RecoveryPassword$ = GetProductProperty("RecoveryPassword", "none") 58 58 59 ShellInAnIcon_status 59 ShellInAnIcon_status /Sysnative 60 60 61 61 winbatch_tpm_activate … … 68 68 sub_check_exitcode_bitlocker_activate 69 69 70 ShellInAnIcon_status 70 ShellInAnIcon_status /Sysnative 71 71 endif 72 72 -
opsi/products/bitlocker/CLIENT_DATA/uninstall.ins
r1021 r1031 21 21 ; - Please edit the following values - 22 22 ; ---------------------------------------------------------------- 23 Set $ProductId$ = " opsi-template"23 Set $ProductId$ = "bitlocker" 24 24 Set $InstallDir$ = "%ProgramFiles32Dir%\<path to the product>" 25 25 Set $LicenseRequired$ = "false" -
opsi/products/bitlocker/OPSI/control
r1021 r1031 1 1 [Package] 2 version: 22 version: 3 3 3 depends: 4 4 incremental: False … … 15 15 productClasses: 16 16 setupScript: setup.ins 17 uninstallScript: uninstall.ins17 uninstallScript: 18 18 updateScript: 19 19 alwaysScript: … … 41 41 42 42 [Changelog] 43 bitlocker 1.0-3 20120712 Joerg Steffens 44 * bugfix for status on 64bit 45 43 46 bitlocker 1.0-2 20120419 Joerg Steffens 44 47 * working
Note:
See TracChangeset
for help on using the changeset viewer.