Cannot run setups from a mapped network drive on Windows 7
Posted
by Dimitri C.
on Super User
See other posts from Super User
or by Dimitri C.
Published on 2010-03-26T08:35:11Z
Indexed on
2010/03/26
8:43 UTC
Read the original article
Hit count: 525
windows-7
I'm trying to run an application setup by double-clicking the setup.exe from within Windows Explorer. The file is located on a mapped network drive, and I'm using Windows 7. This results in the following error message:
The specified path does not exist. Check the path, and then try again.
The workaround I found is to copy the installer to the main hard drive (c:) and run it from there; however, this is rather inconvenient. The same action did work on Windows 2000, Windows XP and Windows Vista. I have the impression that the problem only occurs with installers, as everything seemed to work fine with regular exe's.
Is there anyone who can explain this odd behavior?
© Super User or respective owner