<?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: AutoCAD Deployment - User Profile Not loading in Installation &amp; Licensing Forum</title>
    <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11635465#M10129</link>
    <description>&lt;DIV style="font-size: 1.1em; font-family: 'ArtifaktElement'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;We have a local "Acad.lsp" (seed file) on each PC (in the top default search path).&lt;/P&gt;
&lt;P&gt;This file does nothing else except load another "Acad.lsp" located in a centralized location that everyone has access to.&lt;/P&gt;
&lt;P&gt;This second "Acad.lsp" is the main one and it sets the paths, loads the settings, etc.&lt;/P&gt;
&lt;P&gt;There are no "profiles", no need to save these settings, because it happens all over again the next time AutoCAD is launched.&amp;nbsp; Of course there are more details to it, some of which can be &lt;A style="color: blue; border-bottom: 1px solid blue; font-weight: 300;" href="http://cadpanacea.com/wp/?p=624" target="_blank" rel="noopener"&gt;found here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anything that we don't force out per company standards, the user is free to set. If they want to save a profile, fine, we don't care, because the next launch will do the things we want to do. We do not stomp on user settings though. If a user wants a cyan background, we are not loading a profile that wipes that out. (for example).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could even have department standards and user standards that all load from a single network location (so user can move from PC to PC, or if they get a new PC) - and all of their customization follows them around.&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 22 Dec 2022 02:23:29 GMT</pubDate>
    <dc:creator>rkmcswain</dc:creator>
    <dc:date>2022-12-22T02:23:29Z</dc:date>
    <item>
      <title>AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11632709#M10126</link>
      <description>&lt;P&gt;I created a deplyment using AutoDesk website, provided the .ARG file and downloaded the deployment image. However, when I install AutoCAD it doesn't show up... I checked the Collection.xml and it seems to be referenced in there, it also exists in the image... What is even stranger... I get desktop icon shortcut to launch AutoCAD called &lt;EM&gt;"AutoCAD 2023 - English - Unnamed Profile"&lt;/EM&gt;&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;Here is a snippet from Collection.xml&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;LI-CODE lang="general"&gt;            &amp;lt;Applications&amp;gt;
                &amp;lt;Application&amp;gt;
                    &amp;lt;UPI2&amp;gt;{75287169-1455-3CEC-A313-AAC8FAA1C684}&amp;lt;/UPI2&amp;gt;
                    &amp;lt;CustomProperties&amp;gt;
                        &amp;lt;Property name="SUPPORT_CONTENT_ROOT" value="[ROAMINGUSERFILESFOLDER]"/&amp;gt;
                        &amp;lt;Property name="SUPPORT_CONTENT_CUSTOM_PATH" value=""/&amp;gt;
                        &amp;lt;Property name="LOCKSECURITYSETTINGS" value="0"/&amp;gt;
                        &amp;lt;Property name="SECURELOAD" value="1"/&amp;gt;
                        &amp;lt;Property name="ACADProfile_TrustedPaths" value=""/&amp;gt;
                        &amp;lt;Property name="ACADProfile_TrustedDomains" value="*.autodesk.com;*.google-analytics.com;*.virtualearth.net"/&amp;gt;
                        &amp;lt;Property name="LEGACYCODESEARCH" value="0"/&amp;gt;
                        &amp;lt;Property name="ACADLspAsDoc" value="#0"/&amp;gt;
                        &amp;lt;Property name="ACOMP_EXPRESS_TOOLS" value="1"/&amp;gt;
                        &amp;lt;Property name="ACOMP_MIGRATE" value="0"/&amp;gt;
                        &amp;lt;Property name="ACAD_USE_ONLINE_CONTENT" value="#1"/&amp;gt;
                        &amp;lt;Property name="ACAD_SUBSCRIPTIONCENTER_ENABLE" value="#1"/&amp;gt;
                        &amp;lt;Property name="ACAD_ENABLE_SEND_PC_NAME" value="#0"/&amp;gt;
                        &amp;lt;Property name="ACAD_ENABLE_ROUNDTRIP" value="#1"/&amp;gt;
                        &amp;lt;Property name="ADSK_DESKTOPSHORTCUT_1" value="0"/&amp;gt;
                        &amp;lt;Property name="CUSTOM_PROFILE" value="CustomUserFiles\CUSTOM_PROFILE\SuperCustomProfileV7000.arg"/&amp;gt;
                        &amp;lt;Property name="ADLM_EULA_COUNTRY" value="US"/&amp;gt;
                        &amp;lt;Property name="NIWSELECTION" value="1"/&amp;gt;
                        &amp;lt;Property name="ACADSTANDALONENETWORKTYPE" value="2"/&amp;gt;
                    &amp;lt;/CustomProperties&amp;gt;
                    &amp;lt;CustomUserFiles&amp;gt;
                        &amp;lt;File&amp;gt;
                            &amp;lt;SourcePath&amp;gt;SuperCustomProfileV7000.arg&amp;lt;/SourcePath&amp;gt;
                            &amp;lt;ImagePath&amp;gt;CUSTOM_PROFILE&amp;lt;/ImagePath&amp;gt;
                        &amp;lt;/File&amp;gt;
                    &amp;lt;/CustomUserFiles&amp;gt;
                &amp;lt;/Application&amp;gt;
            &amp;lt;/Applications&amp;gt;&lt;/LI-CODE&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;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EATREVITPOOPCAD_0-1671569713690.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1154705i2D3F309712EBE842/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EATREVITPOOPCAD_0-1671569713690.png" alt="EATREVITPOOPCAD_0-1671569713690.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? Also if anyone has any hints on how to load this outside of Autodesk tools would be amazing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel it would be so much simpler if this file just lived somewhere like User\AppData and etc... Or even hiding in the Registry's dungeons... But that's just me dreaming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 21:05:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11632709#M10126</guid>
      <dc:creator>EATREVITPOOPCAD</dc:creator>
      <dc:date>2022-12-20T21:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11632748#M10127</link>
      <description>&lt;DIV style="font-size: 1.1em; font-family: 'ArtifaktElement'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;Are you doing this for one machine, or for multiple?&lt;/P&gt;
&lt;P&gt;If the latter, we have always done all customization post-install, so that we never have to tweak or otherwise alter the deployments. We literally use autolisp to drive the settings we require into place at startup.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Dec 2022 21:21:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11632748#M10127</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2022-12-20T21:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11632824#M10128</link>
      <description>&lt;P&gt;Doing this for multiple machines. How would you do post install?&amp;nbsp; I am trying to have it so we don't have to go back on each machine and load the user profile. One way I can think of with AutoLisp is to place ACAD.lsp into one of AutoCAD's default search paths and have it call an AutoLISP routine which would load the user profile. This would work for 80% of our CAD users that use the default company user profile. However, with my method mentioned above, there is a problem for the other 20% of users that like to customize our company user profile even further into their own personal...&amp;nbsp; So maybe do ACAD.lsp which calls an AutoLisp routine that loads the company user profile and then modifies ACAD.lsp to not do it in the future? What are your thoughts on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 21:55:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11632824#M10128</guid>
      <dc:creator>EATREVITPOOPCAD</dc:creator>
      <dc:date>2022-12-20T21:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11635465#M10129</link>
      <description>&lt;DIV style="font-size: 1.1em; font-family: 'ArtifaktElement'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;We have a local "Acad.lsp" (seed file) on each PC (in the top default search path).&lt;/P&gt;
&lt;P&gt;This file does nothing else except load another "Acad.lsp" located in a centralized location that everyone has access to.&lt;/P&gt;
&lt;P&gt;This second "Acad.lsp" is the main one and it sets the paths, loads the settings, etc.&lt;/P&gt;
&lt;P&gt;There are no "profiles", no need to save these settings, because it happens all over again the next time AutoCAD is launched.&amp;nbsp; Of course there are more details to it, some of which can be &lt;A style="color: blue; border-bottom: 1px solid blue; font-weight: 300;" href="http://cadpanacea.com/wp/?p=624" target="_blank" rel="noopener"&gt;found here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anything that we don't force out per company standards, the user is free to set. If they want to save a profile, fine, we don't care, because the next launch will do the things we want to do. We do not stomp on user settings though. If a user wants a cyan background, we are not loading a profile that wipes that out. (for example).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could even have department standards and user standards that all load from a single network location (so user can move from PC to PC, or if they get a new PC) - and all of their customization follows them around.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Dec 2022 02:23:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11635465#M10129</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2022-12-22T02:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11636446#M10130</link>
      <description>&lt;P&gt;Gotcha, this is very helpful. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 14:06:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11636446#M10130</guid>
      <dc:creator>EATREVITPOOPCAD</dc:creator>
      <dc:date>2022-12-22T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11636733#M10131</link>
      <description>&lt;P&gt;I am going to do everything with AutoLisp... Not sure why but neither the profile nor the search paths specified in the Autodesk online deployment tool do not work for me...&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 16:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11636733#M10131</guid>
      <dc:creator>EATREVITPOOPCAD</dc:creator>
      <dc:date>2022-12-22T16:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11638799#M10132</link>
      <description>&lt;DIV style="box-shadow: 8px 8px; font-size: 12px; font-style: italic; color: #336699; font-family: verdana; margin: 5px 50px 25px 50px; padding: 8px; border: 1px dotted #336699;"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10364294"&gt;@EATREVITPOOPCAD&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Not sure why but neither the profile nor the search paths specified in the Autodesk online deployment tool do not work for me...&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV style="font-size: 1.1em; font-family: 'ArtifaktElement'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;What I've learned over the last quarter century in this business - is if you want something done, do it yourself. Or pay to have it done. Don't rely on vendors who have to mass produce generic solutions to fit everyone. The lack of predictable results with tools such as you mentioned are what led to and kept us on the path of coming up with our own solutions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Dec 2022 17:16:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11638799#M10132</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2022-12-23T17:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11644295#M10133</link>
      <description>&lt;P&gt;It's because the new installer ignores the settings from Collection.xml and uses the Setup.xml settings from each individual product.&lt;BR /&gt;&lt;BR /&gt;It's super annoying and I doubt anyone at Autodesk even care that their system is completely broken.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 00:29:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11644295#M10133</guid>
      <dc:creator>ryarmak</dc:creator>
      <dc:date>2022-12-28T00:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD Deployment - User Profile Not loading</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11647460#M10134</link>
      <description>&lt;P&gt;Thanks for explaining that&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/328858"&gt;@ryarmak&lt;/a&gt;&amp;nbsp;wish I knew that before trying to make it work LOL...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up doing a bit sloppily but it gets the job done well. I have a deployment script that manages a bunch of different software, which executes the AutoCAD installer. After AutoCAD is installed, I execute a&lt;STRONG&gt; .BAT&lt;/STRONG&gt; file which places &lt;STRONG&gt;acad.lsp&lt;/STRONG&gt; into a default support path, and the &lt;STRONG&gt;acad.lsp&lt;/STRONG&gt; executes an AutoLISP that loads a user profile and then calls another &lt;STRONG&gt;.BAT&lt;/STRONG&gt; file to delete the newly placed&amp;nbsp;&lt;STRONG&gt;acad.lsp&lt;/STRONG&gt; so it doesn't happen again...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EATREVITPOOPCAD_0-1672347205047.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1157054i131BA419947EA31F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EATREVITPOOPCAD_0-1672347205047.gif" alt="EATREVITPOOPCAD_0-1672347205047.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 20:53:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-deployment-user-profile-not-loading/m-p/11647460#M10134</guid>
      <dc:creator>EATREVITPOOPCAD</dc:creator>
      <dc:date>2022-12-29T20:53:56Z</dc:date>
    </item>
  </channel>
</rss>

