0
votes

I am not sure if RAD Studio from 2007 to XE6 are using same type of installer to package. As end user of RAD Studio, I always run Setup.exe in RAD Studio and perform the installation by selecting options from the wizard dialogs page by page.

Is there any options in RAD Studio installer that may perform the installation via command line only without GUI dialogs?

1
The first result I get for "delphi unattended install" is this, which seems like it should work. You may want to give it a try and write it up as your own answer with the exact steps you've taken. (I'd do so myself but I don't have a clean system that I want to install anything on to test.)user743382
They use InstallAware software so check if their installer supports silent install.Peter
What does the product installation guide say on the subject?David Heffernan

1 Answers

2
votes

Some useful links regarding silent Delphi installs, not really an answer but what I found doing my own research

http://delphisorcery.blogspot.co.nz/2011/07/unattended-delphi-installation-how.html Has some notes on some of the command line parameters - still need to supply the license however

http://edn.embarcadero.com/article/29900 This article indicates that silent installs are not possible (not sure of its age however)

http://docwiki.embarcadero.com/RADStudio/XE6/en/Installation_Notes_for_XE6 XE6 release notes, doesn't say anything about silent installs

https://forums.codegear.com/thread.jspa?threadID=64992 A post for silently installing Delphi XE

http://www.msfn.org/board/topic/137195-codegear-rad-studio-unattended-install/ Another post about silent Delphi installing