Posted on 03-31-2022 12:37 PM
Hi, I'm Andy.
I finally figured out how to do this.
So if there are other Archicad Users out there... enjoy! Just thought I would share this since I couldn't find any posts on how to do it.
I will be using Composer & Archicad 25 Full Installer 4013 for Mac.
/Users/Shared/ARCHICAD\ Installer.app/Contents/MacOS/installbuilder.sh --mode unattended
#!/bin/sh
## postinstall
------------
@wildfrog You can also do this for updating ArchiCAD. Basically just dropping the update file into the same /Users/Shared folder.
But modifying the post install script to say
/Users/Shared/ARCHICAD-25-USA-Update-5005-1.0-INTEL.app/Contents/MacOS/installbuilder.sh --mode unattended
Hope this helps!!!
Solved! Go to Solution.
Posted on 04-01-2022 04:42 AM
Looks good. However, I have one piece of advice for ya. You don't need to drag the whole /Users/Shared/ folder into Composer and then delete the unwanted stuff. If you just drag the installer from the Shared folder into Composer, Composer will automatically follow the full path without all the other stuff you may have in there.
Posted on 04-01-2022 04:42 AM
Looks good. However, I have one piece of advice for ya. You don't need to drag the whole /Users/Shared/ folder into Composer and then delete the unwanted stuff. If you just drag the installer from the Shared folder into Composer, Composer will automatically follow the full path without all the other stuff you may have in there.
Posted on 04-01-2022 05:57 PM
@andymason You totally rock! I'll definitely have to test. I so wish Graphisoft would make a standard PKG installer.
Posted on 04-03-2022 06:28 AM
@andymason IIRC, the full installer wants a restart when done. Does the unattended flag in the postinstall script mitigate this?
Posted on 04-11-2022 06:01 AM
@andymason Have you made this install available in Self Service? In my initial test, the package installer worked fine but seemed to take quite a bit longer than I'm used to with the Installbuilder app install. By the time SS downloads the pkg and goes through the install, I feel like I'd need to proactively warn the users that it's going to take a while so they don't get impatient & kill it.
Posted on 04-26-2022 08:48 AM
Yeah it does take some time in SS. But I just put the file size in the description and title. Also just try to explain it has to download and then install. And that people should do it while they are at lunch.
08-21-2024 03:27 PM - edited 08-22-2024 02:30 PM
Just updating this for version 27:
So we did it a little differently and I bundled the installer for 27 along with the hot fix updater and I also gave the command two more pieces for my serial number and email address to assign ahead of time. When you make the package you just have to drag the archicad installer and the archicad updater into composer first.
so the post install script looked like this inserted after the post install shebang:
/Users/Shared/Archicad\ Installer.app/Contents/MacOS/installbuilder.sh --mode unattended --eduSerialNumber XXXXXXXXXXXXXXXXXXXX --eduUserID "johnsmith@jamf.com"
/Users/Shared/Archicad\ 27.2.2\ Hotfix\ Installer.app/Contents/MacOS/installbuilder.sh --mode unattended