AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Die Delphi-IDE "Silent" (oder unattended) Installation von Delphi Tokyo oder neuer
Thema durchsuchen
Ansicht
Themen-Optionen

"Silent" (oder unattended) Installation von Delphi Tokyo oder neuer

Ein Thema von Ralf Kaiser · begonnen am 4. Nov 2019 · letzter Beitrag vom 23. Mär 2021
 
Benutzerbild von MEissing
MEissing

Registriert seit: 19. Jan 2005
Ort: Egelsbach
1.384 Beiträge
 
Delphi 12 Athens
 
#2

AW: "Silent" (oder unattended) Installation von Delphi Tokyo oder neuer

  Alt 4. Nov 2019, 14:45
Wird offiziell *nicht* unterstützt.

Einiges (in Englischer Sprache) was ich für einen Kunden zusammengestellt habe (basierend auf 10.3.x und ELC als Lizenzserver)

Unattended installation
(not officially supported; based on the current release of RAD Studio 10.3.x Rio)

Prerequisite:
  • Have a SLIP file right next to the SETUP.EXE (SLIP files are license certificates for the ELC license server; doesn’t work/may not work w/ FlexLM)
  • Invoke the SETUP.EXE with the „/s“ (for silent) parameter
    setup.exe /s
Additional parameter:
  • EN=TRUE and/or DE=TRUE: to install language files (here: English and German) you can switch RTL/VCL and IDE language through BDSSETLANG.EXE
    setup.exe /s EN=TRUE DE=TRUE
  • INSTALL_INTERBASE=FALSE: to disable InterBase installation
    setup.exe /s INSTALL_INTERBASE=FALSE
  • PERSON_CPPB and PERSON_DW32 do work: Personalities Delphi and/or C++Builder
    setup.exe /s PERSON_CPPB=FALSE
    (only applicable on a RAD Studio installation)
  • You can log the installation with „/l=<Path>\<FileName.txt>
    setup.exe /s /l="C:\Users\RADStudio\Desktop\log.txt“
    Warning: Logging increases the installation time by factors!
  • These parameter can be combined, e.g.
    setup.exe /s EN=TRUE DE=TRUE INSTALL_INTERBASE=FALSE PERSON_CPPB=FALSE /l="C:\Users\RADStudio\Desktop\log.txt"
  • Other parameters:
    INSTALL_ANDROID_NDK
    INSTALL_ANDROID_SDK
    INSTALL_HELP
    INSTALL_JDK
    each w/ „=FALSE" to disables them
Matthias Eißing
cu://Matthias.Eißing.de [Embarcadero]
Kein Support per PN
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:50 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz