Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am about to install Delphi Xe2 update #4 - which is a complete re-install - and I am afraid of the time taken to reinstall all the component libraries. Is there a trick now to retain these? In the past it was necessary to go through and reinstall each of them with the attendant licencing bumps that this incurs.

share|improve this question
1  
Take a backup of 'user\software\emb..\bds\9.0\known packages' and '..\library' keys. Restore 3rd party values in 'known packages' after reinstallation and merge missing folders in the 'library' values. That's how I moved D2007 to a different box. (now, was there an additional path entry somewhere ?.. ) – Sertac Akyuz Apr 19 '12 at 15:05
@Sertac, this isn't necessary to do the update; see my comment to Keith below. (And is only safe when moving to a different box if you make sure you install all your third-party stuff to exactly the same location on the new machine, as in same drive and folder location.) – Ken White Apr 19 '12 at 16:08

1 Answer

up vote 6 down vote accepted

If when uninstalling, you choose not to remove the registry entries then all your component registrations are preserved.

share|improve this answer
Great. Thanks for the info. – Brian Frost Apr 20 '12 at 6:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.