I have created the setup and other files for an application written in VB2008 Express. It installs fine and then presents the application ready for use. However I simply cannot find the directory it is installed in. It is not the directory I entered into the install wizard - I thought it would be.

This is a problem as I included a number of files to be installed with it and it needs them to run. I assumed that the application would start in this directory as the current directory and I could use the file open facility in VB2008 to list the files and choose one (I put a filter in the file open facility). However th files are not there and the directory it opens in is not the one I specified in the wizard. (This is the approach I use with VB6.)

How should I get the application to open in the directory the .exe is in with the files?

Thank you

Punchy