Hi!
I have a problem with network installation: our software needs to install local drive, and sometimes, a part of it, in a network drive.
I have set dialogs to let to customers to choose the correct path, using Browse button: all ok! The network path is correct.
For example, \\myNetwork_drive\test
When I proceed to install the error appears:
Translation: Unable to access to network path
The curios thing is the last '\.' at the end of the string
Trying a lot, I have found that if I mount the network drive as Z: (for example) with username and password set, and use this path Z:\folder as install path, the software is correctly installed.
I think it is because, mounting the network drive as local drive, Windows use this network drive with local privileges.
But I can't know how customers have configured their networks.
Which settings are correct for this installations, without errors?
Thank you