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.
I've read our FAQ, but it mostly focuses on dotNETfx.exe, I'll manage to include that into my setup project, however I'm 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.
I've read our FAQ, but it mostly focuses on dotNETfx.exe, I'll manage to include that into my setup project, however I'm having problems with above mentioned files.