<?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 Re: Network Installation doesn't resolve customEnvironment in Installation &amp; update</title>
    <link>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370642#M34388</link>
    <description>&lt;P&gt;Thank you very much. I will try that now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were using the option file (but not as bat file, simply in the Terminal). The log files would not report any mistake, but no Defaults would copy anything, anywhere, either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Boldizsar, I am very interested in learning more about the structure of the Defaults, where can I find more? Our office is now rather large and we would like to centralize a number of office resources. Is there a way to achieve this in Archicad? The Defaults and certain settings would be better controlled on the server.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 13:01:15 GMT</pubDate>
    <dc:creator>_c_</dc:creator>
    <dc:date>2023-02-15T13:01:15Z</dc:date>
    <item>
      <title>Network Installation doesn't resolve customEnvironment</title>
      <link>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370289#M34364</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to use a network install. We would like to set a custom environment with all office standards. We follow the instructions in the&amp;nbsp;&lt;A href="https://help.graphisoft.com/AC/26/INT/index.htm#t=_AC26_Help%2F004_BIMManager_InstallGuide%2F004_BIMManager_InstallGuide-7.htm%23XREF_46271_Customized_Company" target="_self"&gt;help:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Archicad-26-INT-3000-1.0.exe&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;--mode unattended --customEnvironment&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"D:\...\Defaults"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is this supposed to do?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Copy the content of the path to the Roaming/GRAPHSOFT/Archicad/... folder?&lt;/LI&gt;&lt;LI&gt;Use the chosen folder as User Folder?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Whatever we do, nothing happens.&lt;/P&gt;&lt;P&gt;Please help. We have odd 120 users and it would be lovely if we could use a network install as described.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:49:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370289#M34364</guid>
      <dc:creator>_c_</dc:creator>
      <dc:date>2023-02-10T16:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Network Installation doesn't resolve customEnvironment</title>
      <link>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370547#M34381</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/39034"&gt;@_c_&lt;/a&gt;,&amp;nbsp;none of the listed but copies the content of the given folder into the installation folder (there is a folder there named &lt;EM&gt;Default&lt;/EM&gt;, it will be filled with your custom stuff).&lt;/P&gt;
&lt;P&gt;I suggest using the &lt;A href="https://help.graphisoft.com/AC/26/INT/index.htm#t=_AC26_Help%2F004_BIMManager_InstallGuide%2F004_BIMManager_InstallGuide-3.htm" target="_self"&gt;Option File&lt;/A&gt; for unattended installation and a bat file like &lt;STRIKE&gt;attached&lt;/STRIKE&gt;&amp;nbsp;(bat files cannot be attached, see its content below) to see more about the progress and result (more about the error codes &lt;A href="https://help.graphisoft.com/AC/26/INT/index.htm#t=_AC26_Help%2F004_BIMManager_InstallGuide%2F004_BIMManager_InstallGuide-4.htm" target="_self"&gt;here&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;@echo off&lt;BR /&gt;&lt;BR /&gt;SET pathToInstaller="\\network-path-to-Archicad\Archicad.exe"&lt;BR /&gt;SET pathToOptionfile="\\network-path-to-optionfile\OptionFile.txt"&lt;BR /&gt;&lt;BR /&gt;echo Installing Archicad has started. Please wait until this window closes...&lt;BR /&gt;%pathToInstaller% --optionfile %pathToOptionfile%&lt;BR /&gt;&lt;BR /&gt;SET /A random=(%RANDOM%*9999/32768)+1000&lt;BR /&gt;&lt;BR /&gt;SET logfile=%SystemDrive%\ProgramData\Install.GS\unattended_installer_%random%.log&lt;BR /&gt;&lt;BR /&gt;echo Error Code: %ERRORLEVEL% &amp;gt; %logfile%&lt;BR /&gt;&lt;BR /&gt;IF %ERRORLEVEL% EQU 0 (echo Archicad has installed successfully.) ELSE (echo Something unexpected happened. See details in %logfile% &amp;amp; pause)&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:58:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370547#M34381</guid>
      <dc:creator>Boldizsar Vermes</dc:creator>
      <dc:date>2023-02-14T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Network Installation doesn't resolve customEnvironment</title>
      <link>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370642#M34388</link>
      <description>&lt;P&gt;Thank you very much. I will try that now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were using the option file (but not as bat file, simply in the Terminal). The log files would not report any mistake, but no Defaults would copy anything, anywhere, either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Boldizsar, I am very interested in learning more about the structure of the Defaults, where can I find more? Our office is now rather large and we would like to centralize a number of office resources. Is there a way to achieve this in Archicad? The Defaults and certain settings would be better controlled on the server.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:01:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370642#M34388</guid>
      <dc:creator>_c_</dc:creator>
      <dc:date>2023-02-15T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Network Installation doesn't resolve customEnvironment</title>
      <link>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370758#M34394</link>
      <description>&lt;P&gt;The bat file does not substitute the option file but makes the whole process on multiple computers more sustainable and more traceable, in my opinion. The cause of not copying the Defaults folder during the installation can be its insufficient content (folder structure) or a not properly given path to the installer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best way to bypass the try and error method is contacting your local Graphisoft representative. They can involve even the developers of certain functionality in complex cases.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 09:01:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/Network-Installation-doesn-t-resolve-customEnvironment/m-p/370758#M34394</guid>
      <dc:creator>Boldizsar Vermes</dc:creator>
      <dc:date>2023-02-16T09:01:28Z</dc:date>
    </item>
  </channel>
</rss>

