Today I lost my Delphi-2007 associations; does any way exist to restore my Delphi file associations (.pas, .dpk, etc) without running the installer of Delphi?
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
- iOS objective-c object: When to use release and wh
- DBGrid - How to set an individual background color
相关文章
- Best way to implement MVVM bindings (View <-> V
- Windows EventLog: How fast are operations with it?
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- HelpInsight documentation in Delphi 2007
- Can RTTI interrogate types from project code at de
- What specifically causes EPrivilege to be raised?
- Equivalent to designer guidelines in code
For XE3 Rad Studio use the following .reg file as is. For other versions modify paths accordingly.
Usually quicker than 'Open with':
In Win 7:
Paste into the address field at the top of the window: Control Panel\All Control Panel Items\Default Programs\Set Associations
In XP:
My Computer->Tools->Folder Options-> File Types
Type
assoc /?
at a command prompt. This will show you how to associate file extensions with file types.If the basic registry is not corrupted, you can use
assoc *.pas BSD.pasfile
to reconnect Delphi 2007 with Pascal source files. Repeat the above with the other file types to reconnect them:and so forth.
If this is too much work, use the registry repair option in the D2007 installer.
i will suggest looking for a
Repair
option in Add/Remove Programs.i know that the version of Delphi i use has a "Registry only" install to fix per-user issues.
Can also try a System Restore to the point in time before you screwed it up.
Finally you can just manually re-create the associations (Open With...)