Quantcast
Channel: Planet Object Pascal
Viewing all articles
Browse latest Browse all 1725

Daniel Magin's Logfile: Windows update disable Delphi 2007 .. 2010

$
0
0

With a new windows update Delphi 2007 to Delphi 2010 did not start anymore.

you get a error delphi can not create ...Temp\EditorLineEnds.ttr

most important information by microsoft:

http://support.microsoft.com/kb/2982791

 Known issues with this security update

After you install this security update, fonts that are installed to a location other than the default fonts directory (%windir%\fonts\) cannot be modified when they are loaded into any active session. Attempts to change, replace, or delete these fonts will be blocked, and a "File in use" message will be presented.

you can rollback easy in two ways

1: create a batch file with following lines
wusa /uninstall /kb:2982791  
wusa /uninstall /kb:2970228
this batch file you run on start up of windows. but with auto update both updates installs every time 

2: disable the KB's from autoupdate
after update goto WindowsUpdates in your system. disable both KB's so on new updates it will be not installed again

these are only workarounds. with newer Delphi Versions like XE6 this error will not be come. Hope Embarcadero will create a patch for "older" Delphi Versions.


Viewing all articles
Browse latest Browse all 1725

Trending Articles