Hi,
Finally we got what we wanted, a one-click app that installs AC with all our custom environment.
•The first step is to make a folder with your default settings here are the instruction :
https://helpcenter.graphisoft.com/user-guide/76141/
•Then you got to mount the archicad 22 disk image.
•And then you can open your terminal for a line of command.
I don't really understand what went wrong the first time, so here is the code I used :
/Volumes/ARCHICAD\ 22/Installateur\ ARCHICAD\ 22.app/Contents/MacOS/installbuilder.sh --mode unattended --desktopshortcut 0 --regionOption FRA --customEnvironment /Volumes/[…]/Défauts
"[…]" is the path to find your default folder. Also as a french company the folder's name is Défauts and we use a regional language option. It's available for Switzerland (replace FRA by SUI) and Spanish (SPA) and Latin America (LATAM).
The problem might have been that in the french version I didn't rename correctly the Défauts folder with the "é" or the path went wrong somewhere else. Be sure to use "--" and not "—"
Finally I made an app with Automator :
•get the finder element : AC22 disk image on your server
•mount the disk image
•script shell /bin/bash : command line
Now we can install AC22 in one click with all our templates, shortcuts, translators, etc…
Hope this will help some,
Regards,