I have written my first vb.net 2005 app, and used some information I have found on the internet to create a setup file using windows installer.

However, when I do an install, the app that it installs is an early version of the app without the current functionality. It is very strange, as if it is picking up version 0.0.0.1 instead of version 0.0.0.11.

Can anyone help me with how to make it pick up the latest version of the code?

A secondary question is...

I have an access database which is used by this app. Is there any way of specifying where that database is to be located, as I want a client/server type setup where the d/b is on the server and the app on the client PC's.

Help on both these deployment issues would be very much appreciated.

Thanks
Colin