Archive: Browse for drive mapping in Windows 8


Browse for drive mapping in Windows 8
Hi,

In Windows 8 I map a network location to say Z:
In my installation, if I try to browse for INSTDIR then the drive mapping (Z:) doesn't show in the tree. This works fine in Windows 7.
Any ideas? Please?

Thanks,
Gerry.
BTW I am running W8 in a virtual box.


Is the installer elevated?


Hi, thanks for answering.
If you mean did I run as administrator, then yes.

http://www.gerico.nl/nsis.jpg


NSIS just calls SHBrowseForFolder, it is a Windows issue.

It has been like this since Vista, mapped drives are not preserved across UAC boundaries. This is by design, you can probably find more info about it on MSDN and/or the building Vista/7 blogs...

Edit:
http://blogs.msdn.com/b/cjacks/archi...ows-vista.aspx


Ok, thanks. I just find it strange that the drive does show up in Windows 7.
Anyway, thank you for taking the time to help.
Gerry.


Originally posted by topshoeter
Ok, thanks. I just find it strange that the drive does show up in Windows 7.
Anyway, thank you for taking the time to help.
Gerry.
Admin user vs normal user? In the first case elevation uses the other login token (split token) which has full access to your profile/settings, the second case you end up running as a different user...