Hello
When i test my code, with powershell_ise admin [Elevated], I have this result. Deleting folder [C:\Users\Adminaccount\AppData\Local\Temp\24h\BlockExecution] recursively…
[07-12-2023 11:06:54.726] [Post-Uninstallation] [Remove-Folder] :: Failed to delete folder(s) and file(s) from path [C:\Users\Adminaccount\AppData\Local\Temp\24h\BlockExecution].
Error Record:
-------------
Message : Impossible de supprimer l'élément C:\Users\Adminaccount\AppData\Local\Temp\24h\BlockExecution\AppDeployToolkitBanner.png: Le processus ne peut pas accéder au fichier
'AppDeployToolkitBanner.png', car il est en cours d'utilisation par un autre processus. Impossible de supprimer l'élément C:\Users\Adminaccount\AppData\Local\Temp\24h\BlockExecution: Le
répertoire n’est pas vide.
InnerException :
FullyQualifiedErrorId : Impossible de supprimer l'élément C:\Users\Adminaccount\AppData\Local\Temp\24h\BlockExecution\AppDeployToolkitBanner.png: Le processus ne peut pas accéder au fichier
'AppDeployToolkitBanner.png', car il est en cours d'utilisation par un autre processus. Impossible de supprimer l'élément C:\Users\Adminaccount\AppData\Local\Temp\24h\BlockExecution
: Le répertoire n’est pas vide.
ScriptStackTrace : à Remove-Folder<Process>, C:\MyPackages\TGB_THEGREENBOW_7.4_MUI_001\Package\AppDeployToolkit\AppDeployToolkitMain.ps1 : ligne 4975
à Unblock-AppExecution<Process>, C:\MyPackages\TGB_THEGREENBOW_7.4_MUI_001\Package\AppDeployToolkit\AppDeployToolkitMain.ps1 : ligne 8308
à <ScriptBlock>, C:\MyPackages\TGB_THEGREENBOW_7.4_MUI_001\Package\Deploy-Application.ps1 : ligne 556
PositionMessage : Au caractère C:\MyPackages\TGB_THEGREENBOW_7.4_MUI_001\Package\AppDeployToolkit\AppDeployToolkitMain.ps1:4975 : 21
+ Throw $ErrorRemoveFolder
+ ~~~~~~~~~~~~~~~~~~~~~~~~
And the folder use is C:\Users\Useraccount\AppData\Local\Temp\24h\BlockExecution
Do you have any idea ?
thanks in advance.
Fred
[MOD: Fixed formatting with ``` before and after error message]