Figure out if we can make Firefox MSI dual mode
Categories
(Firefox :: Installer, enhancement, P3)
Tracking
()
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(2 files)
70.01 KB,
image/png
|
Details | |
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr78+
|
Details | Review |
We had a report that Firefox could only be installed via Intune per user (not device). I checked into this and that does seem to be the case.
Apparently there is some way to create a dual mode MSI. I'm still researching.
See attached image for what users see.
I found this:
https://docs.microsoft.com/en-us/windows/win32/msi/msiinstallperuser
Which might give more information.
Comment 1•5 years ago
|
||
We can't do this super easily because the full installer doesn't have this switch itself, but we should at least set the ALLUSERS
property.
Comment 2•4 years ago
|
||
Setting the "ALLUSERS" property to 1 seems to not break the installer
Assignee | ||
Comment 3•4 years ago
|
||
Based on what I'm reading, we should definitely have ALLUSERS set to 1 because right now we only install at a system level context.
Assignee | ||
Comment 4•4 years ago
|
||
This very detailed article helped me understand this:
https://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/
Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
And FYI, this isn't just a shot in the dark.
I was able to build an MSI with the new parameter and verified that when I loaded it into Intune it said:
Execution Context: Per-Machine
With our regular MSI, it's:
Execution Context: Per-User
As some point in the future, we'll want to look at allowing people to switch contexts.
Comment 8•4 years ago
|
||
bugherder |
Assignee | ||
Comment 9•4 years ago
|
||
Comment on attachment 9173719 [details]
Bug 1656556 - Switch to device context as default for Firefox MSI. r?mhowell!
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Enterprise only fix for MSI
- User impact if declined: Admins can't install MSI properly in Intune
- Fix Landed on Version: 82
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): MSI only
- String or UUID changes made by this patch:
Beta/Release Uplift Approval Request
- User impact if declined: Admins can't install MSI properly in Intune
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Testing this requires an Intune/Azure setup. I've verified the fix.
- String changes made/needed:
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Comment on attachment 9173719 [details]
Bug 1656556 - Switch to device context as default for Firefox MSI. r?mhowell!
Approved for 81.0b9 and 78.3esr.
Comment 11•4 years ago
|
||
bugherder uplift |
Comment 12•4 years ago
|
||
bugherder uplift |
Description
•