[RESOLVED] 1password package and updates

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
yoann.montouchet
Messages: 31
Registration: January 10, 2025 - 6:32 PM

August 6, 2025 - 3:39 PM

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 7378 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! :)
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

August 6, 2025 - 5:00 PM

Hello,
I've sent you a link by email.
Have a good day,
Bertrand
yoann.montouchet
Messages: 31
Registration: January 10, 2025 - 6:32 PM

August 6, 2025 - 5:01 PM

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! :)
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

August 6, 2025 - 5:11 PM

Okay, thanks for the packages, we'll take a look at them!
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

August 7, 2025 - 11:51

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
yoann.montouchet
Messages: 31
Registration: January 10, 2025 - 6:32 PM

August 7, 2025 - 3:35 PM

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.
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

August 7, 2025 - 4:55 PM

Version 8 appears to be a nightly build, not an official macOS release:
https://app-updates.agilebits.com/product_history/OPM8
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

August 7, 2025 - 4:56 PM

Oh no, sorry, there are releases in between. I'll see about setting that up
yoann.montouchet
Messages: 31
Registration: January 10, 2025 - 6:32 PM

August 12, 2025 - 5:58 PM

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!
yoann.montouchet
Messages: 31
Registration: January 10, 2025 - 6:32 PM

August 18, 2025 - 10:28

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!
Locked