chornbeak / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Command line driven (non gui) windows installer #396

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Part question, potential request.  

We have complicated scripting that provisions VMs for our development and 
testing infrastructure.  We would like to be able to use pyodbc in this 
context.  If we cannot install pyodbc in an automated "headless" way then that 
might not be possible.  In our case the defaults for Python Directory and 
Installation Directory in the GUI are typically fine.  Although I can imagine 
simple command line parameters.

pyodbc-<version>.exe --python-dir=<some-dir> --install-dir=<some-other-dir> 
--nogui

Is this already possible without resorting to the lower level python tools?

Original issue reported on code.google.com by kmin...@gmail.com on 1 Apr 2015 at 10:08