inno setup odbc

hey guys i have to make an installation package that would install xcelerate and odbc drivers at the same time using inno setup any1 got a clue how to do that? :D

your help is appreciated <3 ;*
Comments
1
Either way, ODBC's installed with Windows by default unless you explicitly remove them. Otherwise, there's thousands of "bundle installers" on the web or grab a standart InstallShield copy, throw in everything you need and compile... done!??!?!

Nevermind, didn't see you're forced to Inno, Inno's great, just grab a random bundle script of the web, win.

Edit: As for ODBC settings, you'll just want to set them up locally, export from your Windows Registry and include whichever values into Inno's registry path, should do the trick.
Back to top