tis-unlocker icon

Unlocker

Silent install package for Unlocker

1.9.2-10

  • package: tis-unlocker
  • name: Unlocker
  • version: 1.9.2-10
  • categories: Utilities
  • maintainer: WAPT Team,Tranquil IT
  • editor: Cedrick Collomb
  • licence: Freeware
  • locale: all
  • target_os: windows
  • architecture: all
  • signature_date:
  • size: 140.56 Ko
  • homepage : http://www.emptyloop.com/unlocker/

package           : tis-unlocker
version           : 1.9.2-10
architecture      : all
section           : base
priority          : optional
name              : Unlocker
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT
description       : suppression/rennomage de fichiers bloques par un processus
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 1.8
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : suppression/rennomage de fichiers bloques par un processus
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : Cedrick Collomb
keywords          : 
licence           : Freeware
homepage          : http://www.emptyloop.com/unlocker/
package_uuid      : 7ddd2842-4916-4ae2-8757-561a6eb236fd
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : http://www.emptyloop.com/unlocker/#changes
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 9a958cef48387ac8fda7101d2a579ec7dd11c2802d66e4fcafe37b356004854f
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : tOeTOV2PyTOeavWdf2BVsbH+k5RWukG9liUOmXxteqIMmHKB/SFgCr+t4i+zn5JHLtpUsrYLzmJht1UkTjT5KUsH6UT9IchoKT1xPWExlDM7eX29raHyI3URfa5lPmfRbMk0ah4BBs+Yub7RL4hiG1xywxfA+sTyPGQyzCAxEbunY6CiYbF+IKLertq6DWyZFx3EETzFVnriRIcFURlJPupcaFwvLmEYScfazO2HVINgf+wtE0GsE5XHcXY9LVlavzIJTEXRsjLkCSfe5hgYBV0MomsrG7TrZTUnHDmLNkc/UkTV3pOwuGaGcTHWEOp//poZEOW1XOfFzkmJA210Pg==
signature_date    : 2021-12-21T15:28:51.310351
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes

# -*- coding: utf-8 -*-
from setuphelpers import *
import fnmatch
import os
import winsys
import platform

# registry key(s) where WAPT will find how to remove the application(s)
uninstallkey = []

destdir = makepath(programfiles,'Unlocker')
exefile = makepath(destdir,'Unlocker.exe')

def install():
    print('installing tis-unlocker')
    if iswin64():
      unzip('Unlocker-x64.zip',destdir)
    else:
      unzip('Unlocker-x86.zip',destdir)
    create_programs_menu_shortcut('Unlocker',exefile)
    print ('Registering uninstall')
    register_windows_uninstall(control)


def update_package():
    wget('http://srvtemplates.ad.tranquil.it/binary_cache/Unlocker-x64.zip','Unlocker-x64.zip',sha256='c2dad6b43944ac8d2dc84ba4a3d7a93154b91c836d140287a5041d3a1231144e')
    wget('http://srvtemplates.ad.tranquil.it/binary_cache/Unlocker-x86.zip','Unlocker-x86.zip',sha256='c5c81adfd9017e15cde4b4132cea77cf1ccca0d7e6e1559aa41c13321d57c62f')

def uninstall():
    killalltasks('Unlocker.exe')
    print ('Remove start link')
    remove_file(makepath(start_menu(1),'Unlocker.lnk'))
    print ('Remove sendto link')
    for i in glob.glob('C:\\Users\\*\\AppData\\Roaming\\Microsoft\\Windows\\SendTo\\unlocker.lnk'):
      print('delete %s' % i)
      remove_file(i)
    print('Remove directory content %s' % destdir) 
    remove_tree(destdir)
    print ('Unregister app from registry')
    unregister_uninstall('unlocker',False)
    print ('Uninstall successful')

def session_setup():
    print ('Create SendTo shortcut')
    create_shortcut(makepath(sendto(),'unlocker.lnk'),target=exefile)

bd4d756a50384f4cfb4ae62059692af74943f285d10eebf2c49cf95ce42a7efe : setup.py
c2dad6b43944ac8d2dc84ba4a3d7a93154b91c836d140287a5041d3a1231144e : Unlocker-x64.zip
9a958cef48387ac8fda7101d2a579ec7dd11c2802d66e4fcafe37b356004854f : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
07470a2cde09ebe15568f4db0c7e5702954939b980a982c8c76dab0642597d0c : luti.json
c5c81adfd9017e15cde4b4132cea77cf1ccca0d7e6e1559aa41c13321d57c62f : Unlocker-x86.zip
b20f90210fd37ec9d98a201083c6ebdd2545e1fbdb13e932e0d70073181edfbf : WAPT/control