Create the executable of a Delphi application

nanci -  
 crissmindfreak -
Hello,
I want to know how to create the executable of an application created with Delphi 7. I'm not talking about the executable generated by pressing F9, but the one I will burn on a CD to commercialize it.
Thank you for responding quickly, I need your help.
Thank you and have a good day to all.
Configuration: Windows XP Internet Explorer 7.0

1 answer

  1. turblad Posted messages 39 Status Member
     
    I don't quite understand the question. The executable compiled by F9 is indeed the same as the "marketable" one, provided that the various compilation options in project/options have been properly set.
    Of course, marketing an application called Project1 makes it seem more amateur.
    --
    It took us a lot of talent to be old without being adult (J. Brel)
    0
    1. nanci
       
      Salut
      D'abord, je te remercie pour ta réponse.
      Au fait, j'ai créé une application sous Delphi 7 et son exécutable marche très bien sans aucun problème, mais ce n'est pas intéressant pour un autre utilisateur qui n'est pas informaticien d'utiliser cette application. Il doit copier ses DLL et si c'était une base de données, il va recréer des nouveaux alias, etc.
      Moi, je veux créer un exe sur un CD où l'utilisateur va appuyer sur un seul bouton pour installer cette application sur son PC.
      On m'a dit que le logiciel "Install Shelled Express" prend en charge la création des fichiers exe des applications sous Delphi, mais je n'arrive pas à l'utiliser, c'est compliqué. Alors, si tu m'as bien compris, essaie de m'aider s'il te plaît.
      Et pour l'histoire de talent, je suis en train de faire sur ce forum, c'est bien de chercher et d'apprendre pour avoir plus de talent. Moi, j'avais l'habitude de travailler avec Windev, c'est pour ça que cette fois, je trouve une difficulté avec Delphi 7.
      J'attends ta réponse toujours.
      0
      1. turblad Posted messages 39 Status Member > nanci
         
        This time I understand better. What you're looking for is an installer creator.
        There are plenty of them, free or paid, and more or less sophisticated.
        The most well-known among the free ones are NSIS
        http://www.commentcamarche.net/telecharger/telecharger 213 nsis
        and Inno-Setup
        http://www.commentcamarche.net/telecharger/telecharger 60 inno setup
        There are tutorials online for both of them. They have very extensive possibilities, perhaps a bit too much for my taste.
        As for me, I have a preference for CreateInstall FREE, which is sufficient for my needs:
        - License reading
        - Directory choice
        - Registration of values in the registry (if needed) or an ini file
        - Creation of shortcuts
        - Copying any dlls into the system directory
        - Creation of an uninstaller
        - Use of custom images and logos
        and all that without a line of code (if the images are ready, it takes 5 minutes to create the installer).
        It is here http://www.createinstall.com/download.htm
        --
        It took us a lot of talent to grow old without ever being adult (J. Brel)
        0
    2. crissmindfreak
       
      used InstallShield from Delphi 7
      0