I have been using the package and deployment wizard in vb6 to create an install program for my package.

Is there any way that I can get information from the user during the installation.
It is required that the user has another piece of software (not a part of the project that I'm implementing, so I'm not going to make it a dependancy).
I just want to have a message prompt the user on installation.
"Input the path to your management software"
Then get the user to browse through their harddisk and select the folder that contains the software. I could use that value in the code later on when i want to use those files.

(This is nothing to do with App.path as I'm not the one who installs that software.)