installer creates a tmp folder at C:\
i created an installer with NSIS which works great, except that in creates a folder
C:\tmp\{name of the folder in which are the original files to be copied on install}, which is empty.
Is it a bug that the installer doesn't delete this folder at the end of installation or even creating it itself or did I do something wrong and don't see it?