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

Installation Firebird Discussion :

installation silencieuse [FAQ]


Sujet :

Installation Firebird

  1. #1
    Membre éprouvé
    Homme Profil pro
    Benevole
    Inscrit en
    Mai 2004
    Messages
    1 679
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Benevole
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2004
    Messages : 1 679
    Points : 954
    Points
    954
    Par défaut installation silencieuse
    BONJOUR A TOUS
    j'ai fini le developpement d'une application je voudrais le deployer chez un client mais je ne veux pas qu'il se rend compte que firebird s'installe sur sa machine. je sais qu'avec interbase open il existe une version silent. je ne me souvient plus du site .
    je me demande donc s'il existe une version de firebird qui pareille
    merci.

  2. #2
    Membre éclairé
    Profil pro
    Inscrit en
    Mars 2002
    Messages
    735
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2002
    Messages : 735
    Points : 807
    Points
    807
    Par défaut
    install.exe /SILENT
    install.exe /VERYSILENT

  3. #3
    Membre éprouvé
    Homme Profil pro
    Benevole
    Inscrit en
    Mai 2004
    Messages
    1 679
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Benevole
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2004
    Messages : 1 679
    Points : 954
    Points
    954
    Par défaut
    je ne vois pas trop bien mais je suppose qu'il faut le faire à partir d'un fichier batch ?

  4. #4
    Membre expert
    Avatar de Barbibulle
    Profil pro
    Inscrit en
    Octobre 2002
    Messages
    2 048
    Détails du profil
    Informations personnelles :
    Âge : 54
    Localisation : France

    Informations forums :
    Inscription : Octobre 2002
    Messages : 2 048
    Points : 3 342
    Points
    3 342
    Par défaut
    Depuis au choix :
    - le DOS (ligne de commande)
    - un .Bat
    - un script d'un logiciel d'installation.
    - depuis votre propre programme avec l'API windows ShellExecute (de mémoire)

  5. #5
    Membre éclairé
    Profil pro
    Inscrit en
    Mars 2002
    Messages
    735
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2002
    Messages : 735
    Points : 807
    Points
    807
    Par défaut
    lire le fichier installation_readme.txt

    Installation from a batch file
    ------------------------------

    The setup program can be run from a batch file. The
    following parameters may be passed:


    /SP-
    Disables the 'This will install... Do you wish to
    continue?' prompt at the beginning of Setup.

    /SILENT, /VERYSILENT
    Instructs Setup to be silent or very silent. When
    Setup is silent the wizard and the background window
    are not displayed but the installation progress
    window is. When a setup is very silent this
    installation progress window is not displayed.
    Everything else is normal so for example error
    messages during installation are displayed and the
    startup prompt is (if you haven't disabled it with
    the '/SP-' command line option explained above)

    If a restart is necessary and the '/NORESTART'
    command isn't used (see below) and Setup is silent,
    it will display a Reboot now? messagebox. If it's
    very silent it will reboot without asking.

    /NORESTART
    Instructs Setup not to reboot even if it's necessary.

    /DIR="x:\dirname"
    Overrides the default directory name displayed on
    the Select Destination Directory wizard page. A
    fully qualified pathname must be specified. If the
    [Setup] section directive DisableDirPage was set to
    yes, this command line parameter is ignored.

    /GROUP="folder name"
    Overrides the default folder name displayed on the
    Select Start Menu Folder wizard page. If the [Setup]
    section directive DisableProgramGroupPage was set to
    yes, this command line parameter is ignored.

    /NOICONS
    Instructs Setup to initially disable the Don't create
    any icons check box on the Select Start Menu Folder
    wizard page.

    /COMPONENTS="comma separated list of component names"

    Choose from - SuperServerComponent,
    ClassicServerComponent,
    ServerComponent,
    DevAdminComponent and
    ClientComponent

    Overrides the default components settings. Using
    this command line parameter causes Setup to
    automatically select a custom type. A full install
    requires combining components. For example:

    /COMPONENTS="SuperServerComponent, ServerComponent,
    DevAdminComponent, ClientComponent"

    would be required for a full install.


    /FORCE

    Tells the installer to ignore its analysis of the
    existing environment. It will attempt to install
    and configure Firebird 1.5 as if no previous
    version of Firebird or InterBase was installed.

    This can be useful if you have a seriously broken
    installation that you cannot uninstall. Or it
    could be another way to aggravate your users by
    breaking a perfectly good working install of
    InterBase. Its your choice.


    /NOCPL

    Don't install the Control Panel Applet. This is
    useful for two reasons:

    o Installing/Uninstalling the CPL applet will
    often require a system restart.

    o You may wish to use an alternative cpl applet.


    /NOGDS32

    Don't install a copy of the client library into
    the system directory, even if installation
    analysis concludes it is OK to do so.


    /COPYFBCLIENT

    Copy the fbclient.dll to the system directory. This
    is recommended for client installs if you are sure
    that you will only ever be accessing a single
    server version. If your client applications are
    likely to take advantage of accessing different
    server versions this is not recommended. See

    doc/README.Win32LibraryInstallation.txt

    for more information.

  6. #6
    Membre éprouvé
    Homme Profil pro
    Benevole
    Inscrit en
    Mai 2004
    Messages
    1 679
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Benevole
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2004
    Messages : 1 679
    Points : 954
    Points
    954
    Par défaut
    j'avais deja lu ça mais je ne savais pas comment m'y prendre pour un deploiement chez un client.
    marci à tous

  7. #7
    Membre émérite Avatar de edam
    Homme Profil pro
    Développeur Delphi/c++/Omnis
    Inscrit en
    Décembre 2003
    Messages
    1 894
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Maroc

    Informations professionnelles :
    Activité : Développeur Delphi/c++/Omnis
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Décembre 2003
    Messages : 1 894
    Points : 2 771
    Points
    2 771
    Par défaut
    salut
    je suis pas un asse d'angler, et je sais que tt le monde va dire que c'est obligatoir , mais si quelqu'un peut donnée un example de scripte d'installation en silence:
    un pour installé le serveur "superserver" et un pour installé le client

    merci,
    [edit] ce sujet est marqué faq mais j'ai rien trouvé de dans
    PAS DE DESTIN, C'EST CE QUE NOUS FAISONS

  8. #8
    Membre régulier
    Inscrit en
    Avril 2004
    Messages
    249
    Détails du profil
    Informations personnelles :
    Âge : 53

    Informations forums :
    Inscription : Avril 2004
    Messages : 249
    Points : 112
    Points
    112
    Par défaut
    pour information, dans la dernière version en date (2.0.3), les instructions d'installation silencieuse sont dans le fichier installation_scripted.txt.
    _____
    __
    _

    Engi

  9. #9
    Membre émérite Avatar de edam
    Homme Profil pro
    Développeur Delphi/c++/Omnis
    Inscrit en
    Décembre 2003
    Messages
    1 894
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Maroc

    Informations professionnelles :
    Activité : Développeur Delphi/c++/Omnis
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Décembre 2003
    Messages : 1 894
    Points : 2 771
    Points
    2 771
    Par défaut
    merci
    PAS DE DESTIN, C'EST CE QUE NOUS FAISONS

Discussions similaires

  1. Installation silencieuse Driver HASP
    Par maevanoui dans le forum Sécurité
    Réponses: 2
    Dernier message: 18/08/2006, 10h58
  2. Install silencieuse open office
    Par Regnak dans le forum Autres Logiciels
    Réponses: 1
    Dernier message: 04/08/2006, 14h26
  3. installation silencieuse de WMP et JVM
    Par rlgrand dans le forum Autres Logiciels
    Réponses: 7
    Dernier message: 26/07/2006, 16h32
  4. installation silencieuse client oracle8i sous windows 2KXP
    Par deftonesMichael dans le forum Installation
    Réponses: 5
    Dernier message: 24/01/2006, 17h28
  5. Installation silencieuse de la suite Microsoft Office
    Par Furius dans le forum Autres Logiciels
    Réponses: 15
    Dernier message: 15/11/2005, 17h37

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