das hier hab ich gefunden:
Zitat:
/s : Silent mode
For an InstallScript
MSI or InstallScript project, the command Setup.exe /s runs the installation in silent mode, by default based on the responses contained in a response file called Setup.iss in the same directory (response files are created by running Setup.exe with the /r option). To specify an alternative file name or location of the response file, use the /f1 option, described below.
The command Setup.exe /s also suppresses the Setup.exe initialization window for a Basic
MSI installation program, but does not read a response file. To run a Basic
MSI product silently, run the command line Setup.exe /s /v/qn. (To specify the values of public properties for a silent Basic
MSI installation, you can use a command such as Setup.exe /s /v"/qn INSTALLDIR=D:\Destination".)
/f1 : Specify alternative response file name (InstallScript and InstallScript
MSI projects only)
Using the /f1 argument allows you to specify where the response file is (or where it should be created) and what its name is, as in Setup.exe /s /f1"C:\Temp\Setup.iss". The /f1 switch is available both when creating a response file (with the /r option) and when using a response file (with the /s option).
Mal schauen obs funktioniert
danke für eure Hilfe
Ich könnte doch auch ein InstallShield Setup selber erstellen, welches nur
BDE installiert. Das hab ich auch versucht jedoch kann ich das nicht so machen dass gar keine Dialoge kommen. Der erste Weiter Dialog kommt immer kann man den irgendwie abstellen ? Ich hab die Option im IS nicht gefunden. Brauche ich für das eine andere Version von IS als die, die bei Delphi Dabei ist ? Das beste währe wenn ich einfach dieses IS setup ausführen könnte und dies einfach durch rattern würde ohne dass man was klicken muss. dann könnte ich das nähmlich mit SW_HIDE aufrufen geht so was?
Greetz Cyrus