In documentation is written :
$PLUGINSDIR
The path to a temporary folder created upon the first usage of a plug-in or a call to InitPluginsDir. This folder is automatically deleted when the installer exits. This makes this folder the ideal folder to hold INI files for InstallOptions, bitmaps for the splash plug-in, or any other file that a plug-in needs to work
So I've made a test for a .reg file
Section ""
SetOutPath $PLUGINSDIR
File my1.reg
SectionEnd But after install,I see my1.reg dropped directly on drive C:,not even deleted after install ?
There is something I miss there ?
Tested on XP SP3 (32)
Thanks !
