←back to thread

1597 points seapunk | 10 comments | | HN request time: 0.001s | source | bottom
Show context
mrpippy ◴[] No.22706650[source]
I just downloaded Zoom for Mac, saw that it was a .pkg file. Great, I can see what files it installs before I install it.

I open the .pkg, click Continue so it can run its script, then a second later Installer quits and the app launches. What?!

Turns out, Zoom installs the entire app in the 'preinstall' script of the installer package! Inside there's a copy of '7z', and the app is extracted with that. The preinstall script is littered with typos and poor grammar.

I'm not one of those people who thinks that Apple is going to force all Mac software to come through the App Store, but when I see stuff this stupid...I start to wonder.

replies(7): >>22707224 #>>22707541 #>>22707597 #>>22707817 #>>22707988 #>>22734686 #>>22752961 #
1. pfranz ◴[] No.22707541[source]
I feel like Zoom has a history of doing shady things under the vail of "ease of use" (referring to the uninstall complaints a few months ago).

I do think on macOS the average user doesn't understand DMG files, run apps from inside the DMG instead of copying them to /Applications and deleting the disk image. My guess is that most people install Zoom after a meeting has started and this was the quickest, fewest dialog method of getting it up and running.

replies(2): >>22707610 #>>22708830 #
2. ThePowerOfFuet ◴[] No.22707610[source]
Stop apologizing for them. It's literally two more clicks, and anyone who has gone through the flow expects those clicks. Also, if Installer never realizes it installed something, it won't even offer to delete the installer .pkg.
replies(1): >>22709433 #
3. ratww ◴[] No.22708830[source]
> run apps from inside the DMG instead of copying them to /Applications and deleting the disk image

First, there's nothing wrong with that.

Also, some apps display a message asking to be moved to /Applications when launched from a DMG.

replies(1): >>22709416 #
4. pfranz ◴[] No.22709416[source]
> First, there's nothing wrong with that.

Sure, you can technically run .app from most places. It becomes problematic in that you can't write to that directory or self update the app if it's still in the DMG. If you reboot you have to know to remount before launching. Not having it in /Applications also becomes a mess if you're in a multi-user environment.

> Also, some apps display a message asking to be moved to /Applications when launched from a DMG.

This is the kind of friction and extra dialog boxes I'm sure they were avoiding.

Personally, I hate pkg files. I wish macOS had a better flow for unsavvy users to deal with DMG and app files.

replies(2): >>22709789 #>>22711834 #
5. pfranz ◴[] No.22709433[source]
I'm pointing this out not as an excuse for Zoom, but as an example of long-standing friction in macOS. I think it's worth pointing out they've had the same motivations in the past. Like Dropbox, I hope the OS improves so this isn't necessary and knowing this is a pattern (and not a one-off) with the company I will avoid them when possible.
replies(1): >>22735748 #
6. saagarjha ◴[] No.22709789{3}[source]
There is also a feature called App Translocation that further restricts the abilities of applications launched from disk images.
replies(1): >>22735806 #
7. ◴[] No.22711834{3}[source]
8. rspeed ◴[] No.22735748{3}[source]
There are already good solutions to this issue. In particular, simply placing the app package in a zip file, then checking to see if it's installed correctly when opened.
replies(1): >>22767043 #
9. rspeed ◴[] No.22735806{4}[source]
Unsigned disk images.
10. pfranz ◴[] No.22767043{4}[source]
My annoyance with macOS/Apple is that this isn't standard and default. Therefore, not consistent and can be confusing (especially if you're trying to join a call in progress). Because of this, Zoom chose to reduce the number of dialogs thrown up.