Posted on 02-18-2021 04:39 PM
Does anyone else deploy this out to their users?
If so, could you tell me your method. Composer does the job, but it could be cleaner.
Posted on 10-11-2021 06:07 PM
if this helps anyone, a system wide deployment can be accomplished via
/Aspera\ Connect\ Installer.app/Contents/Resources/install true
Posted on 01-14-2022 04:11 PM
well, I tried to put the install app in /var/tmp, and then run /private/var/tmp/<path to the install script in the app> and it works from a shell script but not from a post install script from composer. Even tried 1>/dev/null thinking that their output is causing the error.
Then I noticed the AsperaApps.zip inside their app installer. Unzipped that, and what do you know. Now to deploy those apps with Composer.
Why do developers make their apps so hard for us to deploy... sigh.
Posted on 02-14-2022 03:18 PM
So, in side the installer app they give us now (ARGH!) there's an install script. If you run...
/Volumes/ibm-aspera-connect_4.1.1.73_macOS_x86_64/IBM Aspera Connect Installer.app/Contents/Resources/install true
...it will install system-wide.
Posted on 08-24-2022 11:53 AM
They changed it yet again, now I use the following:
I lay the .pkg downloaded into /private/tmp/ then have a script that runs
sudo installer -pkg /private/tmp/ASPERA4.2.2.135/ibm-aspera-connect_4.2.2.135_macOS_x86_64.pkg -target LocalSystem