Hi folks First, the solution by Kamil is fine (see below). In addition, I have some information from our Installshield expert:
The ODBC setup basing on Installshield allows a so called silent installation. The dialog is controlled by a so called response file. It is generated by a dialog installation: odbc73.exe -a -r -f1<full path to response file> Afterwards you can use it for an installation without dialog: odbc73.exe -a -s -f1<full path to response file> Regards Thomas ---------------------------------------------- Dr. Thomas Kötter SAP DB, SAP Labs Berlin SAP DB is open source. Get it! www.sapdb.org > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 20. März 2002 23:31 > Subject: RE: Batch Installation of the Windows ODBC Driver > > > I using following way: > > - manually install ODBC driver to my computer > - copy all files from folder "c:\program files\SAPDB\ODBC73" > to another computer > - on another comuter run c:\program > files\SAPDB\ODBC73\odbcreg.exe -i -p "c:\program files\SAPDB\ODBC73" > > Kamil Zmeskal > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 19, 2002 4:32 PM > > Subject: Batch Installation of the Windows ODBC Driver > > > > > > Hi all, > > > > is there any possibility to use the installer of the Win32 > > ODBC driver (7.3.0.21) in batch mode (NON-dialog mode)? Then > > one would be able to install the ODBC driver on MS Windows NT > > machines via autoexnt process (remote access!). > > > > > > Thanks in advance! > > Frank Schimmelpfennig > > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
