Salvador
Salvador

Reputation: 16482

What windows registry key I must use to install a delphi expert?

I need to create a installer for a Delphi IDE expert, So I found these two registry keys

HKEY_CURRENT_USER\Software\Embarcadero\BDS\x.0\Known IDE Packages    
HKEY_CURRENT_USER\Software\Embarcadero\BDS\x.0\Known Packages

Which is the recomended key to install/Uninstall a Delphi IDE Expert?

Upvotes: 3

Views: 659

Answers (1)

Remy Lebeau
Remy Lebeau

Reputation: 596592

Known IDE Packages is for packages that are used by the IDE itself (such as experts).

Known Packages is for packages that are used by projects (such as components and their design-time editors).

Upvotes: 4

Related Questions