Closed
Bug 176207
Opened 23 years ago
Closed 23 years ago
Default install location under Win2K with Mozilla 1.1
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: dnewton, Assigned: dveditz)
Details
Our internal IT group has configured our PCs such that all applications, by
default, install on D:\Applications\... rather than C:\Program Files\... .
I'm not sure how this was done (doesn't appear to be an environment variable,
must be something in the registry). But most other application installers seem
to respect this, and when you go to install them, they default to their default
app directory underneath D:\Applications. (Lotus Notes is a notable exception).
Mozilla doesn't recognize this, and offers C:\Program Files\mozilla [...] as the
default location.
thanks.
Comment 1•23 years ago
|
||
if you run "regedit" and go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
what's "ProgramFilesDir" set to?
| Reporter | ||
Comment 2•23 years ago
|
||
ProgramFilesDir is set to D:\Applications. (As is ProgramFilesPath.)
However, I just tried installing on another PC and it did default to
D:\applications, so something weird is going on. I will try to reproduce.
thanks
Comment 3•23 years ago
|
||
works for me. It you find a scenario where it doesn't work reopen
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Comment 5•23 years ago
|
||
The Mozilla install will pick up the location of a previous install, maybe that
happened. Shouldn't happen if the old one was uninstalled (not deleted,
uninstalled).
Comment 6•23 years ago
|
||
I think Mozilla first checks:
HKEY_CURRENT_USER\Software\mozilla.org\Mozilla\[version]\Main\Install Directory
then
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir
| Reporter | ||
Comment 7•23 years ago
|
||
Thanks, yes, this was why it was inconsistent for me... on the PC in question
there was an older install (that I didn't know about) that wasn't removed
first.
So I would say we can close this one.
thanks,
Doug
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•