michaelmross
2nd July 2004 03:20 UTC
short filenames in destination folder
I can't figure why this is happening, but I get short filenames in the destination folder field (of the MUI). For example, C:\PROGRA~1\TASKTR~1. Full filenames are only appearing after browsing for a folder. Script attached.
kichik
2nd July 2004 09:55 UTC
The script you've attached is empty.
dRaakje
2nd July 2004 13:02 UTC
Originally posted by kichik
The script you've attached is empty.
Ah, so that's why I couldn't download it. I thought it was an error or something :D
michaelmross
2nd July 2004 13:51 UTC
Let's try that again. But anyway, the issue is not present on another system, so maybe it's not NSIS-specific.
kichik
2nd July 2004 13:56 UTC
Have you made sure this short name doesn't come from the installation directory registry key (HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\TaskTracker.exe)?
michaelmross
2nd July 2004 14:10 UTC
Maybe that was it. I can't say positively because the problem has gone away for now on the original system. I browsed to the directory, and this problably reset the key. It's correct now. If it recurs, I will check it again.
zimsms
2nd July 2004 14:15 UTC
I know that on XP you can turn off the 8.3 filename support within the OS. It speeds up disk access considerably (almost 35%) since the OS doesn't have to create 8.3 filenames for each of the files it is writing to disk. Perhaps, on the system you are using the creation of 8.3 headers was disabled.