-
Inno Setup Problem..
Hi All,
I have made a Setup file for my Vb application to distribute.
When installed It tells database path is not correct.
This happens as my application uses dao DataControls for recordsets and it has datasources at path (say C:\myprog\abc.mdb).
But when i make setup file Using INNO i made setup script to install my application at C:\program Files\my Application name
So setup will put all my files (.exe, .mdb, .rpt,) at this location...
when run.......the error will come database path is not correct. as my Data Control has path C:\myprog\abc.mdb and not C:\program Files\my Application name
So how to make Setup in such away that it takes Application Path for all Files........that is where INNO setup install my Application.
Not the old paths where application was developed.
Am i required to make changes at VB code and rerun for new EXE that have my problem solved..
Please Reply...ASAP..
Krishna