automated install
Is there an option in the Windows MyODBC installer to skip the prompts
and do an unattended installation? Minimized if possible?
If not, is the source code to the Windows installer in bitkeeper or a
source tarball?
bbaker
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc [at] m.gmane.org
RE: automated install
You can use /s (silent) switch for binary Windows odbc installer
(MyODBC-3.51.06.exe /s)
I use it with combination with configuring of aliases:
myodbc.exe /s
odbcconf.exe /s /f aliasdeffile.rsp
where aliasdeffile.rsp contains something like:
CONFIGSYSDSN "MySQL ODBC 3.51 Driver"
"DSN=DataStore;Description=DataStore;SERVER=....;User=...;DB =datastore;Optio
n=18434||"
CONFIGSYSDSN "MySQL ODBC 3.51 Driver" "DSN=eng_trial;Description=Enginering
trials database;SERVER=...;User=...;DB=eng_trial;Option=18434||"
CONFIGSYSDSN "MySQL ODBC 3.51 Driver" "DSN=Taping;Description=Taping
tables;SERVER=...;User=...;DB=taping;Option=18434||"
....
rgrds
uherj
-----Original Message-----
From: William Baker [mailto:bbaker [at] priefert.com]
Sent: Wednesday, July 23, 2003 6:50 PM
To: myodbc [at] lists.mysql.com
Subject: automated install
Is there an option in the Windows MyODBC installer to skip the prompts
and do an unattended installation? Minimized if possible?
If not, is the source code to the Windows installer in bitkeeper or a
source tarball?
bbaker
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=uherj [at] avx.cz
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc [at] m.gmane.org
Re: automated install
That was exactly what I was looking for. Thank you.
bbaker
>You can use /s (silent) switch for binary Windows odbc installer
>(MyODBC-3.51.06.exe /s)
>
>I use it with combination with configuring of aliases:
>myodbc.exe /s
>odbcconf.exe /s /f aliasdeffile.rsp
>
>where aliasdeffile.rsp contains something like:
>CONFIGSYSDSN "MySQL ODBC 3.51 Driver"
>"DSN=DataStore;Description=DataStore;SERVER=....;User=...;D B=datastore;Optio
>n=18434||"
>CONFIGSYSDSN "MySQL ODBC 3.51 Driver" "DSN=eng_trial;Description=Enginering
>trials database;SERVER=...;User=...;DB=eng_trial;Option=18434||"
>CONFIGSYSDSN "MySQL ODBC 3.51 Driver" "DSN=Taping;Description=Taping
>tables;SERVER=...;User=...;DB=taping;Option=18434||"
>...
>
>rgrds
>uherj
>
>-----Original Message-----
>From: William Baker [mailto:bbaker [at] priefert.com]
>Sent: Wednesday, July 23, 2003 6:50 PM
>To: myodbc [at] lists.mysql.com
>Subject: automated install
>
>
>Is there an option in the Windows MyODBC installer to skip the prompts
>and do an unattended installation? Minimized if possible?
>
>If not, is the source code to the Windows installer in bitkeeper or a
>source tarball?
>
>bbaker
>
>
>
>
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc [at] m.gmane.org