I ran into a problem yesterday where a customer was trying to install
onto their network.

They had previously installed the app and were installing an update.
I use the function Detect Previous Version to get the location.

The installer retrieved the info and display the install path:
N:\Apps\MyApp
but then gave a notice that it could not detect a previous version.

In my attempts to get it installed I added a trailing "\", SB "found"
the installation and continued on.....

But, I found in the LOG N:\Apps\MyApp\\MyApp.exe where it used a "\\".
I also noticed this repeating in the registry.

I haven't seen this problem before.

Is Detect Previous Version broken for network paths?
Should the trailing "\" even be there?

So I'm not sure what is going on and why the trailing \ is not there but
then an additional one is added.....

Thoughts?

Paul