Description:
During uninstallation of any application installed via Inno Setup, a temporary folder remains in {tmp} after the process completes.
The folder has the following pattern:
is-XXXXXXXXXX-uninstall.tmpInside it, two files remain:
_unins.tmp _unins-done.tmpObserved in versions:
6.7.1
7.0.0
Notes:
The issue appears consistently regardless of the installed application.
Assumption:
Preliminarily, it looks related to the [Setup] directive:
Possibly affecting cleanup behavior of temporary uninstall resources.
Expected behavior:
The {tmp} directory should be fully cleaned after uninstall completes, with no leftover folders or files.
Actual behavior:
Temporary uninstall folder and files remain after uninstall.
During uninstallation of any application installed via Inno Setup, a temporary folder remains in {tmp} after the process completes.