Earlier quoted context omitted.
It would have to ask for Admin role to do so, though.
The installer has to ask too though, doesn't it? So using an installer still provides no benefit.
Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
51–60 of 181 posts
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#52The founder of Zoom used to work at WebEx before it was acquired. Wouldn't be surprised if he brought along some WebEx folks as well.
I would love to see a lawsuit about stolen malware IP.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#53Why do these apps require installers at all? What are they installing—presumably any of their proprietary tech can run in userspace unprivileged. Personally, my best guess is because that’s the flow the product manager expected.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#54Earlier quoted context omitted.
So you want Zoom and Webex to submit a patch to OSX?
I would say they should put pressure on Apple to make the install flow better, but what am I saying; this is Apple.
I wonder how could Apple take 30% their revenue out of this -- yeah, by forcing them to submit the apps to the AppStore instead!
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#55Earlier quoted context omitted.
> “this installer will run a script _to determine if the package can be installed_” Why would the user expect that script to install the application, or even modify their system in any way?
The fact that Apple allows an application to be installed in this step is an issue with Apple's design.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#56Why do these apps require installers at all? What are they installing—presumably any of their proprietary tech can run in userspace unprivileged. Personally, my best guess is because that’s the flow the product manager expected.
The standard way to install an application on the Mac is to simply drag it into the Applications folder. That’s what is expected by users. For the vast majority of applications this should be enough. Whenever I see a Windows-style “installer” the first thing I think is... what kind of shenanigans are going on?
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#57Earlier quoted context omitted.
It seems unnecessary for core functionality at least -- I installed Zoom by unpacking the .app from the .pkg by hand (without running any installer scripts) and it works fine.
Mind throwing me the name of or link to the program you used to unpack the .app? I'd like to do that myself, and remember stumbling on a program that did that, but can't recall the name.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#58Earlier quoted context omitted.
This is an issue with the installers. The fact that installers on macOS still work like in the 90s baffles me -- I thought they had done something smart with sandboxes, APIs for system privileges, and a "secure path" where user consent uses system-controlled GUI. This issue mainly tells me that macOS installers are largely like a Windows .exe and Linux curl | sh (well, that's not true since it still needs to be signe…
Installers aren’t really the preferred way to distribute software on a Mac, unless you need special access to the system for some reason. Most Mac software is distributed as an application bundle that’s dragged wherever you want on the file system and then run by double-clicking.
Re: Tell HN: Cisco WebEx on OS X uses the same pre-installer tricks as Zoom
#59Earlier quoted context omitted.
The fact that Apple allows an application to be installed in this step is an issue with Apple's design.
It’s a script, though; should they sandbox the preinstall phase? That would break most packages.