use of "Remane /REBOOTOK" with long filename...
Hello,

This is perhaps a newbies question...

I have done several test on Win XP/2000/ME/98/95
in my setup script the method I use Remane on a file with a more than 8 char name (ie File_xx_xx01.dll ...

I have to use the REBOOTOK tag if the DLL is currently used in memory of the system.

my code is : Rename /REBOOTOK "$TEMP\$0" "$INSTDIR\$0"

under XP/2000 there are no problem,
under ME/98/95 before reboot the filename is correct but after the file is rename in a 8 char format like File_x~1.dll

c
Thanks in advance for your help