Everyone who's spent 3 hours talking a parent through downloading and installing a Zoom client understands exactly why they're doing this. Mine are unable to (1) reliably download a zip file; (2) navigate to that file using Finder; (3) run something inside it. By the time we were done -- I use copilot (basically VNC with NAT punching built in) -- and I got control of the laptop to just do it myself, there were 7 down…
This highlights a problem we should have addressed long ago - engineer a method to reliably educate old people about using modern computers so they could develop the same kind of intuitive understanding we have.
Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
91–100 of 181 posts
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#92Earlier quoted context omitted.
This standard way doesn't work in corp environments (which WebEx and Zoom are targeting primarily), where machines are remotely provisioned. For decent macOS remote installs and updates you need the PKG format scripts.
What is so hard about remotely provisioning app bundles in a standard place? I ask because I have been tangentially involved in both image and script based provisioning and interacting with PKGs would seem to complicate, not simplify, both processes.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#93Earlier quoted context omitted.
it's not like the app couldn't do those shenanigans when it's first started...
It would have to ask for Admin role to do so, though.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#94Why aren't more apps like Zoom and this one distributed via the app store? I mean besides the installer hackery they are legitimate and free apps right? Or would that mean that their premium services would require paying the fees to Apple, which they avoid this way?
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#95Why aren't more apps like Zoom and this one distributed via the app store? I mean besides the installer hackery they are legitimate and free apps right? Or would that mean that their premium services would require paying the fees to Apple, which they avoid this way?
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#96Why aren't more apps like Zoom and this one distributed via the app store? I mean besides the installer hackery they are legitimate and free apps right? Or would that mean that their premium services would require paying the fees to Apple, which they avoid this way?
Can you even use the app store with a company mac? Who has the login - your personal account or some corporate one?
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#97Earlier quoted context omitted.
yes, it's a total pain. users send you a crash log, you see that they're on an old version, ask them to update. They say they do, you get the next crash log, and it's still the old version. And then you get a screenshot and you see 12 different versions of your .app, in the desktop, in ~/Applications, in /Applications...
Even worse when they don't copy it off the DMG. Just leave the DMG mounted.. forever.
Maybe the issue could be ameliorated with a self-updater built-in into the app? Not a separate daemon, but something that by running inside the app, would be able to know what's the path of the old version that should be thrown away.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#98Earlier quoted context omitted.
> 1. Genuine one or two-click install of software from the web, without the App Store being involved and without requiring sandboxing I disagree with this. Why is going via the app store a bad thing? The app store is the solution here. Zoom should be able to tell apple "Hey I'd like to handle zoom://" links, and clicking one will redirect you to either zoom or the app store (without the source of your link knowing wh…
No company that has a choice is going to pay Apple their tax. That's why the MacOS sure is always going to be the same as the Windows store: a home of loser apps. Since another install procedure is available, only losers will use the app store. Ergo, any software available through the app store is a loser app.
The App Store has problems, but all apps there being "loser apps" is not one of them.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#99Why aren't more apps like Zoom and this one distributed via the app store? I mean besides the installer hackery they are legitimate and free apps right? Or would that mean that their premium services would require paying the fees to Apple, which they avoid this way?
I know at least slack from the App Store can’t screen share for some reason. Maybe it’s not available as a permission from the App Store. [edit] apparently this may be old info
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#100Earlier quoted context omitted.
Even worse when they don't copy it off the DMG. Just leave the DMG mounted.. forever.
Oh wow, I had no idea about the unintended consequences of the DMG + App bundle installation mechanism. Maybe the issue could be ameliorated with a self-updater built-in into the app? Not a separate daemon, but something that by running inside the app, would be able to know what's the path of the old version that should be thrown away.