Closed
Bug 20295
Opened 26 years ago
Closed 26 years ago
error during PSM installation
Categories
(SeaMonkey :: Installer, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: bugzilla, Assigned: ssu0262)
References
Details
this occurred with build 1999-11-29-09-m12. during the end of installation, i
got the following error:
5: Error occurred during installation
this occurred during File count 30 of the Personal Security Manager (psm)
installation, with Filename: Main [Install directory]. the result of this is
that PSM isn't installed. temp workaround: install PSM manually!
| Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
Target Milestone: M12
| Reporter | ||
Comment 1•26 years ago
|
||
tested with today's build, 1999-11-30-12-m12, and still occurs.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
this has been fixed. The problem was the the user trying to install psm.xpi did
not have administrator privileges, so when it tried to update the windows
registry, it failed with a windows error of 5 (Access Denied).
The fix was to change the requested permission when updating the windows
registry from KEY_ALL_ACCESS to KEY_WRITE and KEY_READ, which are less strict,
so users without administrator privileges can still install.
to reproduce the problem:
1) make sure the account you use does not have administrator privileges
2) run problematic seamonkey32e.exe
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
| Reporter | ||
Comment 4•26 years ago
|
||
unless your fix didn't make it into today's 1999-12-02-11-m12 build, this is
still occurring for me. i tried it out before and after removing an older
mozregistry.dat and Users50 folder, too. let me know if there's anything else i
could do...
The fix did make it into today's build, but appearently there was another place
that causes the error 5 bug. I just checked in another fix, and verified it
again.
marking this fixed (hopefully for sure this time).
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 6•26 years ago
|
||
installatin of PSM now works --verified with 1999120609.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•