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,