<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Script to deploy Archicad 17 on Mac with ARD in Installation &amp; update</title>
    <link>https://community.graphisoft.com/t5/Installation-update/Script-to-deploy-Archicad-17-on-Mac-with-ARD/m-p/211285#M22355</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hello everybody,&lt;BR /&gt;&lt;BR /&gt;Perhaps someone is interested by a script to deploy Archicad and his patches on many mac workstations with Apple Remote Desktop.&lt;BR /&gt;You must be root to run it.&lt;BR /&gt;&lt;BR /&gt;You can find here my script :&lt;BR /&gt;&lt;BR /&gt;First, you must have a sharepoint to copy your Archicad package (made with the installation program) and all the patches (if not cumulative).&lt;BR /&gt;My sharepoint is "ACHotFix" hosted on a mac server.&lt;BR /&gt;&lt;BR /&gt;--------------------------------&lt;BR /&gt;# Create a mount point on the workstation&lt;BR /&gt;mkdir /Volumes/Install&lt;BR /&gt;# Create a temporary directory Temp on first level&lt;BR /&gt;mkdir /Temp&lt;BR /&gt;&lt;BR /&gt;# Mount the sharepoint hosted by a mac server&lt;BR /&gt;mount_smbfs //login:password@name_of_server/ACHotFix /Volumes/Install/&lt;BR /&gt;&lt;BR /&gt;# Copy all files necessary to install in the Temp directory on first level&lt;BR /&gt;cp -r /Volumes/Install/AC17-FRA-3002.app /Temp/&lt;BR /&gt;cp -r /Volumes/Install/AC17-4005-HOTFIX2-MAC.app /Temp/&lt;BR /&gt;cp -r /Volumes/Install/AC17-4008-HOTFIX3-MAC.app /Temp/&lt;BR /&gt;&lt;BR /&gt;# Install Archicad 17 and the patches&lt;BR /&gt;sudo /Temp/AC17-FRA-3002.app/Contents/ArchiCAD\ Installer.app/Contents/MacOS/ArchiCAD\ Installer -silent&lt;BR /&gt;sudo /Temp/AC17-4005-HOTFIX2-MAC.app/Contents/MacOS/AC17-4005-HOTFIX2-MAC -silent&lt;BR /&gt;sudo /Temp/AC17-4008-HOTFIX3-MAC.app/Contents/MacOS/AC17-4008-HOTFIX3-MAC -silent&lt;BR /&gt;&lt;BR /&gt;# Delete all temporary files&lt;BR /&gt;rm -r /Temp&lt;BR /&gt;&lt;BR /&gt;# unmount the mount point&lt;BR /&gt;umount /Volumes/Install&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;Have fun&lt;BR /&gt;Kind regards&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Mar 2024 09:00:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-03-28T09:00:21Z</dc:date>
    <item>
      <title>Script to deploy Archicad 17 on Mac with ARD</title>
      <link>https://community.graphisoft.com/t5/Installation-update/Script-to-deploy-Archicad-17-on-Mac-with-ARD/m-p/211285#M22355</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello everybody,&lt;BR /&gt;&lt;BR /&gt;Perhaps someone is interested by a script to deploy Archicad and his patches on many mac workstations with Apple Remote Desktop.&lt;BR /&gt;You must be root to run it.&lt;BR /&gt;&lt;BR /&gt;You can find here my script :&lt;BR /&gt;&lt;BR /&gt;First, you must have a sharepoint to copy your Archicad package (made with the installation program) and all the patches (if not cumulative).&lt;BR /&gt;My sharepoint is "ACHotFix" hosted on a mac server.&lt;BR /&gt;&lt;BR /&gt;--------------------------------&lt;BR /&gt;# Create a mount point on the workstation&lt;BR /&gt;mkdir /Volumes/Install&lt;BR /&gt;# Create a temporary directory Temp on first level&lt;BR /&gt;mkdir /Temp&lt;BR /&gt;&lt;BR /&gt;# Mount the sharepoint hosted by a mac server&lt;BR /&gt;mount_smbfs //login:password@name_of_server/ACHotFix /Volumes/Install/&lt;BR /&gt;&lt;BR /&gt;# Copy all files necessary to install in the Temp directory on first level&lt;BR /&gt;cp -r /Volumes/Install/AC17-FRA-3002.app /Temp/&lt;BR /&gt;cp -r /Volumes/Install/AC17-4005-HOTFIX2-MAC.app /Temp/&lt;BR /&gt;cp -r /Volumes/Install/AC17-4008-HOTFIX3-MAC.app /Temp/&lt;BR /&gt;&lt;BR /&gt;# Install Archicad 17 and the patches&lt;BR /&gt;sudo /Temp/AC17-FRA-3002.app/Contents/ArchiCAD\ Installer.app/Contents/MacOS/ArchiCAD\ Installer -silent&lt;BR /&gt;sudo /Temp/AC17-4005-HOTFIX2-MAC.app/Contents/MacOS/AC17-4005-HOTFIX2-MAC -silent&lt;BR /&gt;sudo /Temp/AC17-4008-HOTFIX3-MAC.app/Contents/MacOS/AC17-4008-HOTFIX3-MAC -silent&lt;BR /&gt;&lt;BR /&gt;# Delete all temporary files&lt;BR /&gt;rm -r /Temp&lt;BR /&gt;&lt;BR /&gt;# unmount the mount point&lt;BR /&gt;umount /Volumes/Install&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;Have fun&lt;BR /&gt;Kind regards&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Mar 2024 09:00:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/Script-to-deploy-Archicad-17-on-Mac-with-ARD/m-p/211285#M22355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-28T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Script to deploy Archicad 17 on Mac with ARD</title>
      <link>https://community.graphisoft.com/t5/Installation-update/Script-to-deploy-Archicad-17-on-Mac-with-ARD/m-p/211286#M22356</link>
      <description>Hi Patrick,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for that. These are really useful since Graphisoft's own OS X ARD deployment document seems to be totally out of date. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I've made my own, which I think is a bit easier to use since you can just feed it a URL to the hot fix image:&lt;BR /&gt;
&lt;A href="https://gist.github.com/filipp/8975071" target="_blank"&gt;https://gist.github.com/filipp/8975071&lt;/A&gt;</description>
      <pubDate>Thu, 13 Feb 2014 13:40:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/Script-to-deploy-Archicad-17-on-Mac-with-ARD/m-p/211286#M22356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T13:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script to deploy Archicad 17 on Mac with ARD</title>
      <link>https://community.graphisoft.com/t5/Installation-update/Script-to-deploy-Archicad-17-on-Mac-with-ARD/m-p/211287#M22357</link>
      <description>These are beautiful. Thank you both!</description>
      <pubDate>Fri, 13 Nov 2015 15:26:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/Script-to-deploy-Archicad-17-on-Mac-with-ARD/m-p/211287#M22357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-13T15:26:07Z</dc:date>
    </item>
  </channel>
</rss>

