IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

EDI Delphi Discussion :

Association des fichiers Delphi (*.pas,*.dpk,*.dpr,etc)


Sujet :

EDI Delphi

  1. #1
    Membre éclairé

    Profil pro
    Inscrit en
    Décembre 2002
    Messages
    1 085
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : Belgique

    Informations forums :
    Inscription : Décembre 2002
    Messages : 1 085
    Points : 886
    Points
    886
    Par défaut Association des fichiers Delphi (*.pas,*.dpk,*.dpr,etc)
    Bonjour a tous,
    Je viens de désinstaller Delphi 8 Trial sur mon pc. La version 7 etait déja installé avant que j'installe la 8 , et par inadvertance, j'ai laissé delphi 8 s'approprier les fichiers delphi, qui auparavant,etaient associés a la version 7. Après la désinstallation de Delphi 8, toutes les associations entre les fichiers se sont effacés (logique !). Ma question est comment réassocier les fichiers avec Delphi 7 ?

    J'ai bien sûr essayé avec :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    msiexec /fu "Borland delphi 7.msi"
    et
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    msiexec /fm "Borland delphi 7.msi"
    Le parametre /fu permet de faire une réparations de toutes les entrées de la base de registre au niveau de l'utilisateur actuel.

    Le parametre /fm permet de faire une réparation de la base de registre au niveau de la machine.

    Mais aucune de ses commandes marche (enfin, elles s'executent mais je ne vois aucun changement au niveau de mon probleme)

    Merci .

  2. #2
    Membre habitué

    Profil pro
    Inscrit en
    Avril 2002
    Messages
    99
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2002
    Messages : 99
    Points : 126
    Points
    126
    Par défaut
    dans les options des dossiers (Outils -> options de l'explorer) tu as l'onglet type de fichier qui te permet de recréer les associations...
    A+---------------> Nat <-------------------

  3. #3
    Membre éclairé

    Profil pro
    Inscrit en
    Décembre 2002
    Messages
    1 085
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : Belgique

    Informations forums :
    Inscription : Décembre 2002
    Messages : 1 085
    Points : 886
    Points
    886
    Par défaut
    Ha oui, je sais , mais bon, je le fais pas pcq je ne connais pas les parametres a communiquer à Delphi32.exe

    Pouvez vous m'indiquer ce qui est mis dans la base de registre a ses endroits :
    Hkey_Classe_Root\.pas
    Hkey_Classe_Root\.dpr
    Hkey_Classe_Root\.dpk

    Dans ses clés , il y aura un nom du style pour .pas PasFile et il faudra se rediriger vers la clé
    Hkey_Classe_Root\PasFile\shell\Open\Command.
    De même pour les autres clés.

    Merci d'avance pour votre aide.

  4. #4
    Membre éclairé

    Profil pro
    Inscrit en
    Décembre 2002
    Messages
    1 085
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : Belgique

    Informations forums :
    Inscription : Décembre 2002
    Messages : 1 085
    Points : 886
    Points
    886
    Par défaut
    Personne ne peut m'aider ?

    SVP

  5. #5
    Membre chevronné
    Avatar de Pierre Castelain
    Inscrit en
    Avril 2002
    Messages
    523
    Détails du profil
    Informations forums :
    Inscription : Avril 2002
    Messages : 523
    Points : 1 943
    Points
    1 943
    Par défaut
    Voila, voila :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
     
    Windows Registry Editor Version 5.00
     
    [HKEY_CLASSES_ROOT\.dfm]
    @="DelphiForm"
     
    [HKEY_CLASSES_ROOT\.dpk]
    @="DelphiPackage"
     
    [HKEY_CLASSES_ROOT\.dpr]
    @="DelphiProject"
     
    [HKEY_CLASSES_ROOT\.pas]
    @="DelphiUnit"
     
    [HKEY_CLASSES_ROOT\.xfm]
    @="DelphiCLXForm"
     
    [HKEY_CLASSES_ROOT\DelphiCLXForm]
     
    [HKEY_CLASSES_ROOT\DelphiCLXForm\DefaultIcon]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe, 2"
     
    [HKEY_CLASSES_ROOT\DelphiCLXForm\Shell]
     
    [HKEY_CLASSES_ROOT\DelphiCLXForm\Shell\Open]
    @="&Open"
     
    [HKEY_CLASSES_ROOT\DelphiCLXForm\Shell\Open\command]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe /np"
     
    [HKEY_CLASSES_ROOT\DelphiCLXForm\Shell\Open\ddeexec]
    @="[open(\"%1\")]"
     
    [HKEY_CLASSES_ROOT\DelphiCLXForm\Shell\Open\ddeexec\Application]
    @="DELPHI32"
     
    [HKEY_CLASSES_ROOT\DelphiForm]
    @="Delphi Form"
     
    [HKEY_CLASSES_ROOT\DelphiForm\DefaultIcon]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe, 2"
     
    [HKEY_CLASSES_ROOT\DelphiForm\Shell]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe, 2"
     
    [HKEY_CLASSES_ROOT\DelphiForm\Shell\Open]
    @="&Open"
     
    [HKEY_CLASSES_ROOT\DelphiForm\Shell\Open\Command]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe /np"
     
    [HKEY_CLASSES_ROOT\DelphiForm\Shell\Open\ddeexec]
    @="[open(\"%1\")]"
     
    [HKEY_CLASSES_ROOT\DelphiForm\Shell\Open\ddeexec\Application]
    @="DELPHI32"
     
    [HKEY_CLASSES_ROOT\DelphiPackage]
    @="Delphi Package"
     
    [HKEY_CLASSES_ROOT\DelphiPackage\DefaultIcon]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe,3"
     
    [HKEY_CLASSES_ROOT\DelphiPackage\Shell]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe,3"
     
    [HKEY_CLASSES_ROOT\DelphiPackage\Shell\Open]
    @="&Open"
     
    [HKEY_CLASSES_ROOT\DelphiPackage\Shell\Open\Command]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe /np"
     
    [HKEY_CLASSES_ROOT\DelphiPackage\Shell\Open\ddeexec]
    @="[open(\"%1\")]"
     
    [HKEY_CLASSES_ROOT\DelphiPackage\Shell\Open\ddeexec\Application]
    @="DELPHI32"
     
    [HKEY_CLASSES_ROOT\DelphiProject]
    @="Delphi Project"
     
    [HKEY_CLASSES_ROOT\DelphiProject\DefaultIcon]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe, 4"
     
    [HKEY_CLASSES_ROOT\DelphiProject\Shell]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe, 4"
     
    [HKEY_CLASSES_ROOT\DelphiProject\Shell\nhSourceView]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe, 4"
     
    [HKEY_CLASSES_ROOT\DelphiProject\Shell\nhSourceView\command]
    @="E:\\BORLAND\\nhSourceView\\nhSourceView.exe \"%1\""
     
    [HKEY_CLASSES_ROOT\DelphiProject\Shell\Open]
    @="&Open"
     
    [HKEY_CLASSES_ROOT\DelphiProject\Shell\Open\Command]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe /np"
     
    [HKEY_CLASSES_ROOT\DelphiProject\Shell\Open\ddeexec]
    @="[open(\"%1\")]"
     
    [HKEY_CLASSES_ROOT\DelphiProject\Shell\Open\ddeexec\Application]
    @="DELPHI32"
     
    [HKEY_CLASSES_ROOT\DelphiUnit]
    @="Delphi Source File"
     
    [HKEY_CLASSES_ROOT\DelphiUnit\DefaultIcon]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe,5"
     
    [HKEY_CLASSES_ROOT\DelphiUnit\Shell]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe,5"
     
    [HKEY_CLASSES_ROOT\DelphiUnit\Shell\Open]
    @="&Open"
     
    [HKEY_CLASSES_ROOT\DelphiUnit\Shell\Open\Command]
    @="E:\\Borland\\Delphi7\\Bin\\delphi32.exe /np"
     
    [HKEY_CLASSES_ROOT\DelphiUnit\Shell\Open\ddeexec]
    @="[open(\"%1\")]"
     
    [HKEY_CLASSES_ROOT\DelphiUnit\Shell\Open\ddeexec\Application]
    @="DELPHI32"

  6. #6
    Membre éclairé

    Profil pro
    Inscrit en
    Décembre 2002
    Messages
    1 085
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : Belgique

    Informations forums :
    Inscription : Décembre 2002
    Messages : 1 085
    Points : 886
    Points
    886
    Par défaut
    Merci beaucoup.
    a+

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 1
    Dernier message: 09/04/2015, 17h10
  2. Citrix : Partager des fichiers. . . ou pas ! ^^
    Par GeoTrouvePas dans le forum Virtualisation
    Réponses: 11
    Dernier message: 19/04/2012, 14h52
  3. [XE2]Package C++Builder incluant des Fichiers Delphi
    Par ShaiLeTroll dans le forum Composants VCL
    Réponses: 2
    Dernier message: 10/10/2011, 10h45
  4. Travailler des fichiers vidéo (avi, mpeg wmv etc...)
    Par NetMichel dans le forum Composants VCL
    Réponses: 4
    Dernier message: 15/07/2005, 13h33
  5. [SHELL] Icônes associées à des fichiers
    Par agh dans le forum API, COM et SDKs
    Réponses: 5
    Dernier message: 09/04/2003, 17h04

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo