PDA

View Full Version : UNC from drive letter



NewsArchive
06-12-2007, 04:22 AM
Friedrich,

I'm trying to get the UNC path from a drive letter and it always returns
zero. Here's a test script where for example, have Z: mapped to
\\server\test. If I enter Z:\ for the drive letter or select from folder
browse, it returns zero. Testing in XP Pro and Vista. What am I doing
wrong?

Thanks,
Larry Sand

NewsArchive
06-12-2007, 04:22 AM
Hi Larry -

Did you intend to attach a script?

Jeff Slarve

NewsArchive
06-12-2007, 04:23 AM
Dang, where is that DWIM button?

Thanks Jeff.

Larry Sand

NewsArchive
06-13-2007, 08:09 AM
Larry,

I'll test it later today. We are just moving some machines to Vista-64....

Friedrich

NewsArchive
06-13-2007, 08:09 AM
Thanks Friedrich.

Larry Sand

NewsArchive
06-13-2007, 09:50 AM
Larry,

Definitely an installer bug. We'll make a hotfix (KB0706131) available
within the next 2 hours.

Thank you for bringing this to our attention.

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.5
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
06-13-2007, 09:51 AM
Larry,

The hotfix is available. Please download and install the following update
(144 KB):

http://www.lindersoft.com/kb/KB0706131.exe

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.5
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
06-13-2007, 11:49 PM
Thanks Friedrich. Works on my machine as Admin.

Does it work with lesser privileges?

Jeff Slarve

NewsArchive
06-13-2007, 11:50 PM
Works perfectly now!

Larry Sand

NewsArchive
06-14-2007, 12:04 AM
Thank you, Jeff.

Yes, it should. The installer function wraps around the WNetGetConnection
API function.

Microsoft does not mention any privilege restrictions.

http://msdn2.microsoft.com/En-US/library/aa385453.aspx

Friedrich