Page 1 of 1
Package: tis-unlocker
Published: April 23, 2015 - 11:52 AM
by ssamson
tis-unlocker
Description:
Deletion/renaming of files blocked by a process
Re: Package: tis-unlocker
Published: Dec 14, 2016 - 10:01
by ARES
Hello,
I'm new to WAPT.
I'm getting the following error when deploying it on XP, Win7, and Win10:
installing tis-unlocker
Registering uninstall
Create SendTo shortcut
com_error: (-2147024894, 'The file sp\xe9cifi\xe9 could not be found.', None, None)
Can you help me with this?
Thanks and well done!
Re: Package: tis-unlocker
Published: January 23, 2017 - 3:41 PM
by sfonteneau
An error had crept into the package.
We were calling `sendto()`, which is only available in user context.
So I switched the shortcut creation to `session-setup`, and the problem is solved.
- Simon