Page 1 of 2

[RESOLVED] 1password package and updates

Published: August 6, 2025 - 3:39 PM
by yoann.montouchet
Good morning,
Regarding the existing 1Password package, would it be possible to set the MANAGED_INSTALL option (to remove user-side installations) and the MANAGED_UPDATE option (to disable updates by the application itself) to 1, please? The goal is to prevent 1Password from automatically downloading updates and bothering users with this message:
Screenshot 2025-08-06 152648.png
Screenshot 2025-08-06 152648.png (10.19 KB) Viewed 7399 times
cf: https://support.1password.com/deploy-1password/?windows

I successfully tested the following modification on my end:
to change :

Code: Select all

    install_msi_if_needed(glob.glob("*.msi")[0])
in:

Code: Select all

    install_msi_if_needed(glob.glob("*.msi")[0],
                          properties=r'MANAGED_INSTALL=1 MANAGED_UPDATE=1')
Furthermore, we manually packaged 1Password for Mac, but would it be possible to add it to Luti as well? The update package we created works well, but I imagine it would be useful for others if it were packaged on the Wapt side...
Thank you in advance for your help! :)

Re: 1Password Package and Updates

Published: August 6, 2025 - 5:00 PM
by blemoigne
Hello,
I've sent you a link by email.
Have a good day,
Bertrand

Re: 1Password Package and Updates

Published: August 6, 2025 - 5:01 PM
by yoann.montouchet
Thanks for the link, I've sent my two packages (1 Windows password with the options, and 1 Mac password with my update_package).
Let me know how it goes! :)

Re: 1Password Package and Updates

Published: August 6, 2025 - 5:11 PM
by blemoigne
Okay, thanks for the packages, we'll take a look at them!

Re: 1Password Package and Updates

Published: August 7, 2025 - 11:51
by blemoigne
Hello,
the packages are currently available here and will be on the official store in 5 days:
https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt
https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt

Re: 1Password Package and Updates

Published: August 7, 2025 - 3:35 PM
by yoann.montouchet
Great, thanks!
However, the macOS version is an older version 7, which is a bit of a shame.
In my update_package.py file, you have the URL I found to retrieve the current version offered on the generic link https://downloads.1password.com/mac/1Password.pkg.
This link always points to the latest version and doesn't include the version number in the filename.

The only way I found was to use: https://app-updates.agilebits.com/check ... /en/1/A1/N.
This link provides a JSON file containing the current version.

Re: 1Password Package and Updates

Published: August 7, 2025 - 4:55 PM
by blemoigne
Version 8 appears to be a nightly build, not an official macOS release:
https://app-updates.agilebits.com/product_history/OPM8

Re: 1Password Package and Updates

Published: August 7, 2025 - 4:56 PM
by blemoigne
Oh no, sorry, there are releases in between. I'll see about setting that up

Re: 1Password Package and Updates

Published: August 12, 2025 - 5:58 PM
by yoann.montouchet
Hi Bertrand,
I just saw the 1password package for macOS available in wapt-testing, it looks much more elegant than the one I had found!
I'm going to test the deployment, but it looks perfect...
Thanks!

Re: 1Password Package and Updates

Published: August 18, 2025 - 10:28
by yoann.montouchet
We can mark this topic as resolved; the tests are conclusive for version 8.11.4 on macOS and Windows here, thank you very much!