Description:
Deletion/renaming of files blocked by a process
Package: tis-unlocker
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is provided on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version (1.8.2 / 2.0 / 2.1 / 2.2 / etc.) AS WELL AS the Enterprise / Discovery edition.
* Specify the server OS (Linux / Windows) and version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine (Windows 7 / 10)
. * As with any community forum, support is provided voluntarily by members. If you require sales support, you can contact the Tranquil IT sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is provided on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version (1.8.2 / 2.0 / 2.1 / 2.2 / etc.) AS WELL AS the Enterprise / Discovery edition.
* Specify the server OS (Linux / Windows) and version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine (Windows 7 / 10)
. * As with any community forum, support is provided voluntarily by members. If you require sales support, you can contact the Tranquil IT sales department at 02.40.97.57.55
Steven Samson - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
.
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
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!
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!
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
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
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
