Open
Bug 302533
Opened 19 years ago
Updated 2 years ago
App restart and update driver code doesn't work if app run from UNC path
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
NEW
People
(Reporter: darin.moz, Unassigned)
References
Details
App restart and update driver code doesn't work if app run from UNC path. The problem is that we use the WIN32 GetShortPathName function when using Microsoft's CRT. We do that because the CRT has some odd quote handling that makes it difficult to simply quote the file paths. That said, there is probably a way to quote effectively, but we'd need test carefully.
Comment 1•19 years ago
|
||
This is probably a dup of bug 300264, which I filed /before/ making the remark which presumably triggered this bug to be filed. To be perfectly honest, I can't stand people using the CRT on Win32, use the Win32 API and you're much better off :P - anyway, bug 300264 has fractionally more info.
Component: XRE Startup → Startup and Profile System
QA Contact: nobody → startup
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•