Archive: installer creates a tmp folder at C:\


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?


Re: installer creates a tmp folder at C:\

Originally posted by hello_d1
did I do something wrong
Probably

$PLUGINSDIR?

Re: Re: installer creates a tmp folder at C:\

Originally posted by 820815
$PLUGINSDIR?
I didn't use $PLUGINSDIR except .onInit with InitPluginsDir.