Installation & update
About program installation and update, hardware, operating systems, setup, etc.

Set special folder locations

Anonymous
Not applicable
Hi,

I am trying to create a deployment script that silently installs ArchiCad 18 and sets Special Folder locations and Dxf-Dwg Translator List.

I managed to set Dxf-Dwg Translator List by copying an xml file to %appdata%\Graphisoft\ArchiCAD-64 18.0.0 SWE R1\Dxf-Dwg Preferences

But I cannot find a way to set the Special Folders.

I have noticed that they are stored in the registry under HKEY_CURRENT_USER\Software\GRAPHISOFT\ArchiCAD-64\ArchiCAD-64 18.0.0 SWE R1\Special Folder Locations

But whenever I set these values the program overwrites them when opened.

Has anyone managed to do this?
2 REPLIES 2
Laszlo Nagy
Community Admin
Community Admin
You should read this article about Install Package creation:

http://helpcenter.graphisoft.com/technotes/setup/archicad-installation/installation-package-creation...
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
Anonymous
Not applicable
Thanks for answering.

I did create a custom package but did not find a guide as detailed as yours so I ended up making one without any customization. Just to make it able to go /silent. (Can't believe Graphisoft is not supplying an MSI for installation)

I ended up copying the entire "%appdata%\Graphisoft\ArchiCAD-64 18.0.0 SWE R1" -folder from a preconfigured profile and deploy that folder along side with installing my custom package.

Probably not the right way to go, but it works