安装 Windows Write Live,在线安装,会先安装一个什么补丁,中途提示失败。
运行Delphi2007,第一次成功,第二次就是 EditorLineEnds.ttr文件错误。
http://stackoverflow.com/questions/25295980/delphi-2006-2010-error-cannot-create-file-c-users-admin-appdata-local-temp-ed
There are three solutions to this that I am aware of:
Note: Microsoft withdrew this fix a few days later and issued a new one KB2984615 on 2014-08-27. Unfortunately this did not fix the issue for me. Maybe uninstalling KB2982791 first and then installing KB2984615 might work, but I haven't tried it.
说明,微软 撤回这个补丁 几天以后,并且在2014-08-27发布了一个新的补丁。不幸的是,这个没有修复我的问题。
I wrote a simple program, that solves the issue for me:
It uses FindFirstChangeNotification / FindNextChangeNotification and checks whether that file exists and if yes, moves it to a unique subdirectory in %temp%.
检测那个文件是否存在,如果存在的话,把它移动到系统临时文件夹下的一个唯一的子目录。
http://sourceforge.net/projects/dzeditorlineendsfix/
The source code is available from sourceforge.
http://qc.embarcadero.com/wc/qcmain.aspx?d=126921
http://edn.embarcadero.com/article/44076?utm_source=twitterfeed&utm_medium=twitter