How to restore my delphi associations without reinstalling ide

Today I lost the delphi-2007 associations, is there any way to restore my delphi file associations (.pas, .dpk, etc.) without starting the delphi installer?

+3
source share
4 answers

Type assoc /?in the command line. This will show you how to associate file extensions with file types.

If the main registry is not corrupted, you can use assoc *.pas BSD.pasfileDelphi 2007 to reconnect to the Pascal source files to reconnect. Repeat the above steps with other types of files to reconnect them:

assoc *.dpk BDS.dpkfile
assoc *.dfm BDS.dfmfile

etc.

If this is too much, use the registry repair option in the D2007 installer.

+14
source

Repair .

, Delphi "Registry only" .

, .

, ( ...)

+4

, " ":

Win 7:

: \ \ \

XP:

- > - > - >

0

XE3 Rad Studio . reg . .

0

All Articles