Einzelnen Beitrag anzeigen

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, 13: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