Closed
Bug 1607668
Opened 5 years ago
Closed 5 years ago
Firefox installer still checks for Windows XP's firewall service
Categories
(Firefox :: Installer, task)
Tracking
()
RESOLVED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: alexhenrie24, Assigned: alexhenrie24)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The macro IsFirewallSvcRunning in Firefox's Windows installer script checks whether the MpsSvc service exists on the system and if not, falls back to the SharedAccess service. This check should have been dropped with the rest of the Windows XP support (bug 1130266) because the MpsSvc service is always available on Windows Vista and later, and the SharedAccess service no longer controls the firewall.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → alexhenrie24
Status: NEW → ASSIGNED
Pushed by mhowell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7659c8fd4b88
Remove check for Windows XP's SharedAccess service. r=mhowell
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•