Deploy an application that uses a database (mdb).
How can I do this in such a way, that my database is installed to the right folder (like c:\base.mdb), and the program files somewhere else (perhaps even user-chosen)?
Besides that, I need to run a simple .reg file that will register a DSN for my database.
Ive read our FAQ, but it mostly focuses on dotNETfx.exe, Ill manage to include that into my setup project, however Im having problems with above mentioned files.
How can I do this in such a way, that my database is installed to the right folder (like c:\base.mdb), and the program files somewhere else (perhaps even user-chosen)?
Besides that, I need to run a simple .reg file that will register a DSN for my database.
Ive read our FAQ, but it mostly focuses on dotNETfx.exe, Ill manage to include that into my setup project, however Im having problems with above mentioned files.