Changeset 1031 for opsi/products


Ignore:
Timestamp:
Jul 12, 2012, 2:45:19 PM (12 years ago)
Author:
joergs
Message:

bugfix for status on 64bit

Location:
opsi/products/bitlocker
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • opsi/products/bitlocker/CLIENT_DATA/setup.ins

    r1021 r1031  
    5757        set $RecoveryPassword$ = GetProductProperty("RecoveryPassword", "none")
    5858
    59         ShellInAnIcon_status
     59        ShellInAnIcon_status /Sysnative
    6060
    6161        winbatch_tpm_activate
     
    6868        sub_check_exitcode_bitlocker_activate
    6969
    70         ShellInAnIcon_status   
     70        ShellInAnIcon_status /Sysnative
    7171endif
    7272
  • opsi/products/bitlocker/CLIENT_DATA/uninstall.ins

    r1021 r1031  
    2121; - Please edit the following values                             -
    2222; ----------------------------------------------------------------
    23 Set $ProductId$       = "opsi-template"
     23Set $ProductId$       = "bitlocker"
    2424Set $InstallDir$      = "%ProgramFiles32Dir%\<path to the product>"
    2525Set $LicenseRequired$ = "false"
  • opsi/products/bitlocker/OPSI/control

    r1021 r1031  
    11[Package]
    2 version: 2
     2version: 3
    33depends:
    44incremental: False
     
    1515productClasses:
    1616setupScript: setup.ins
    17 uninstallScript: uninstall.ins
     17uninstallScript:
    1818updateScript:
    1919alwaysScript:
     
    4141
    4242[Changelog]
     43bitlocker 1.0-3 20120712 Joerg Steffens
     44  * bugfix for status on 64bit
     45
    4346bitlocker 1.0-2 20120419 Joerg Steffens
    4447  * working
Note: See TracChangeset for help on using the changeset viewer.