Error 32
Published: July 26, 2019 - 11:10 AM
Good morning,
I created a LibreOffice installation package, but the installation returns error 32: The process cannot access the file because it is being used by another process: 'c:\\windows\\temp\\wapt8lne2m'
Deleting all the waptxxxx folders in c:\windows\temp and restarting the PC did not change anything
In the end, the software is still installed... but not always
My script is very simple:
Any ideas?
Thanks in advance
I created a LibreOffice installation package, but the installation returns error 32: The process cannot access the file because it is being used by another process: 'c:\\windows\\temp\\wapt8lne2m'
Deleting all the waptxxxx folders in c:\windows\temp and restarting the PC did not change anything
In the end, the software is still installed... but not always
My script is very simple:
Code: Select all
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('Installation pack-libreoffice-V6 avec sauvegarde de l-ancien profil et suppression ancienne version')
install_exe_if_needed("LibreOffice_setup.exe",'/VERYSILENT /profil=1',key='',min_version='6.1.6',timeout='3000')
print(u"Oubli du paquet de l-ancien libreoffice \n")
WAPT.forget_packages(pack-libreoffice')Thanks in advance