<?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: Packaging AutoDesk applications in InTune in Installation &amp; Licensing Forum</title>
    <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12140661#M7346</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Yes it seems like you may have missed a step in the setup of the application at the time of creating the installer in the AutoDesk portal.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your image path is &lt;EM&gt;C:\Autodesk\AdvanceSteel_2024\ however the script is looking at the C:\temp\AutoDesk_Deployments.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;I've updated the template scripts and updated the article so if you download the new templates and set the values that match your deployment settings from the Autodesk portal it should be fine&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 10:42:11 GMT</pubDate>
    <dc:creator>lost_technical_analyst</dc:creator>
    <dc:date>2023-08-01T10:42:11Z</dc:date>
    <item>
      <title>Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11853676#M7339</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Introduction&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To create a deployment package in InTune you first have to create a custom installation for a specific product in the AutoDesk portal.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This will generate a self extracting download package that will download the application from AutoDesk, and once that's complete it will install the chosen product.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This functionality is great for an InTune package as it means we do not have to create a large package to store on our servers which the users would then download from. This method eliminates performance issues in our organisation by having the product downloaded&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;directly from AutoDesk which improves speed and reliability.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Creating a custom installation package&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Start off by going to the Custom Install library page and click the "Create new" button&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="New package_1.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1194726i2B68BF06A345BE1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="New package_1.png" alt="New package_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;You will be presented with a licence type option as well as a list of available products that you can use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Make sure that you select Autodesk ID&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;and then select your required product. For this example will select AutoCad&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you select a product you will have the option to customise it on the right hand side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are deploying&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;version 2022&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;of AutoDesk applications as agreed by the business users and IT. To set this up, select "Specific version", select the 2022 tab and select the latest revision from the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Unless explicitly requested by the users, do not customise any other settings of the application at this stage.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;After you have select the specific version click "Next" under the list of applications&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="New package_2.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1194727i9A2B8CD003D71AC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="New package_2.png" alt="New package_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enter a name for this deployment package so that it can easily be identified in the "Custom Install" library&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select the "Deploy" option for the package and enter the deployment image path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The deployment image path will be a temporary location where the self extracting tool that is being created will download all the required installation files to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is important to enter the location here and make a note of what you are entering as the script uses the exact file path to check the extraction process is complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The naming convention for the path is "{$deploymentCacheFolder}\{$productFolderName}"&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace {$deploymentCacheFolder} and {$productFolderName} with the name of temporary cache location and the application that you creating a package for. You will also need this later for lines 9 and 10 of the script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Agree with the terms and conditions and download the package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="New package_3.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1194728iF62D28F935906C0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="New package_3.png" alt="New package_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Creating the InTune package&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now that you have the custom package downloaded you can create the InTune package&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Run the downloaded package with your admin account to get the extracted contents for the installation. It may take some time depending on the size of the package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;While this is happening proceed through the next steps until you get to the installation command&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create an AutoDesk Products folder in your Intune Apps directory. This is where the AutoDesk packages will be stored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a directory specific to your package and create a "Source" and "Output" folder which will be used by the InTune packaging utility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy your downloaded custom package to the source folder.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;You can download a copy of the example powershell script to edit to follow this guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Creating the deployment script&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On line 8 of the script enter the name of the file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;On line 9 of the script enter the name of your temporary cache location&lt;BR /&gt;&lt;SPAN&gt;On line 10 of the script enter the name of the folder used by the product which will be the sub folder within the cache location.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;For example line 8 would have the name of the installer creater file.&lt;BR /&gt;Line 9 would be equal to the yellow highlight in the image above.&lt;/P&gt;&lt;P&gt;Line 10 would be equal to the blue highlight in the image above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$extractorFile = "Autocad 2022 deployment.exe"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;$deploymentCacheFolder = "&lt;FONT color="#000000"&gt;C:\temp\Autodesk_Deployments"&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;$productFolderName = "Autocad"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRIKE&gt;On line 49 you need to enter the silent installation command that can be found in the batch file in the deployment image path folder that you specified.&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;You can "edit" the batch file so you can see the contents then copy and paste the install command into the powershell script.&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;You will need to split the command up into two sections&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;One section will be for the filepath argument&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;Second section will be for the argumentList argument&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;You can create a copy of the line below and change the values from the silent installation command in the batch file found the temp folder&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;If you do not use the silent command then the package will fail to install the application&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;Start-Process -FilePath '{Part 1}' -ArgumentList '{Part2}' -Wait&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;Example part 1:&amp;nbsp;"C:\temp\Autodesk_Deployments\AutoCad\image\Installer.exe"&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;Example part 2:&amp;nbsp;'-i deploy --offline_mode -q -o "C:\temp\Autodesk_Deployments\AutoCad\image\Collection.xml" --installer_version "1.39.0.165"'&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The updated script now checks the install.bat file that is generated as part of the installation image creation.&lt;BR /&gt;You do not need to manually split the install string into the script it should all do it for you.&lt;BR /&gt;&lt;BR /&gt;if you have issues with deploying or removing the software and already used the old version, it may be because the script you created will have hard coded installer version as a parameter and it doesn't seem to like this.&lt;BR /&gt;&lt;BR /&gt;As the installer is always downloads the latest version the install command changes, so the new version of the script tries to automate this also.&lt;BR /&gt;&lt;BR /&gt;The zip file containing the template scripts has been updated for ease.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have completed editing the script make sure you save it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Creating the removal script&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To create the removal script, follow the same steps as previously for the deployment script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRIKE&gt;Copy the uninstall command into the script in the same manner as you did for the deployment script&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have completed that step, make sure to save the script&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Package creation&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Make sure that you have saved both scripts and that the self extracting package is in the source folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you are happy the source contents, proceed to package the application as standard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Configuring the package on InTune&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Once your package has been created you can proceed to InTune and create a Win32 app as standard&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enter all the relevant data into the required/optional fields as you needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the detection method you are free to specify any rule you like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It is recommended to use the MSI product code as this would avoid conflicts between deployments such as AutoCad and AutoCad Map3D&lt;BR /&gt;&lt;/STRONG&gt;To find the MSI product code you can navigate to&amp;nbsp;&lt;STRONG&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\&amp;nbsp;&lt;/STRONG&gt;in the registry and look for the relevant product code based on the &lt;STRONG&gt;Display Name&lt;/STRONG&gt; value which can be matched against the name that is listed in &lt;STRONG&gt;Programs and Features.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are unsure, install the product on your own device and check the Autodesk Folder in Program Files. If you can navigate your way through the folder structure you should be able to see the main executable for the application. You can then use the path to that executable&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;as the detection rule.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively you can use the main application shortcut to determine the path required by the application and use the main executable portion of the shortcut as your detection method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you are happy with everything, complete the package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;While you are waiting for everything to finalise on InTune, you can uninstall the application from your device using the uninstall script you created earlier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once that has completed, delete the deployment image path folder from C:\Temp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Test the deployment before deploying to live devices.&lt;BR /&gt;Hopefully you have great results.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 07:53:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11853676#M7339</guid>
      <dc:creator>lost_technical_analyst</dc:creator>
      <dc:date>2024-05-10T07:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11863489#M7340</link>
      <description>&lt;P&gt;Great post&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13689692"&gt;@lost_technical_analyst&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I have mentioned this would make a wonderful &lt;A href="https://forums.autodesk.com/t5/autodesk-community-voices/bg-p/voices-blog" target="_blank" rel="noopener"&gt;Community Voice&lt;/A&gt; Blog Article.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 18:24:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11863489#M7340</guid>
      <dc:creator>handjonathan</dc:creator>
      <dc:date>2023-03-31T18:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11905545#M7341</link>
      <description>&lt;P&gt;I just wanted to say thank you so much for this great write up!&amp;nbsp; I can confirm that this is working for me (only tried AutoCAD so far).&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 20:40:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11905545#M7341</guid>
      <dc:creator>district_113</dc:creator>
      <dc:date>2023-04-18T20:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11906785#M7342</link>
      <description>&lt;P&gt;No problem at all!&lt;BR /&gt;Glad it could help.&lt;BR /&gt;&lt;STRIKE&gt;I've actually been having issues with the uninstall side of it.&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;The application uninstalls perfectly when using supersedence, however for some reason it doesn't want to uninstall when just deploying the "Uninstall" to a group.&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;Have you had a chance to test the uninstall directly to a group without superseding?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRIKE&gt;This was deployed to several other machines and seems to be working as expected. Perhaps just something happened to the IME service at the time of testing the uninstall.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 12:54:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/11906785#M7342</guid>
      <dc:creator>lost_technical_analyst</dc:creator>
      <dc:date>2023-04-21T12:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12047433#M7343</link>
      <description>&lt;P&gt;This is exactly what I was looking for!&amp;nbsp; However, I have tired following your steps multiple times and running into some issues and hoping you can provide feedback, as&amp;nbsp;may be misunderstanding or missing a step.&lt;/P&gt;&lt;P&gt;This is what I assume I should have in my source folder. I don't believe I should have anything else as we want to keep it small?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mkravetz3KJ2R_1-1687279233552.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1230269i56D2CB39707FC106/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mkravetz3KJ2R_1-1687279233552.png" alt="mkravetz3KJ2R_1-1687279233552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the first part of the script using your template:&lt;/P&gt;&lt;P&gt;#Path for installation tool&lt;BR /&gt;#Enter name of installation file that you downloaded&lt;BR /&gt;$extractorFile = 'Advance Steel 2024.exe'&lt;BR /&gt;#Enter name of product folder that you created in the custom package&lt;BR /&gt;#This is highlighted in the blue in the KI screenshot&lt;BR /&gt;$productFolderName = 'AdvanceSteel_2024'&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As is best practice I test locally via power shell before packaging for Intune, but get tons of the same exact exceptions in pink as below. but it does seem to actually extract and create the temporary locations -and&lt;STRONG&gt;&amp;nbsp;despite the errors it does seem to install&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Exception calling "GetFiles" with "0" argument(s): "Could not find a part of the path 'C:\Temp\Autodesk_Deployments\AdvanceSteel_2024'."&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;At C:\Autodesk\AdvanceSteel_2024\Source\AS_2024_script_deploy.ps1:22 char:22&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;+ foreach($file in $tempDeploymentDirectory.GetFiles())&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;+ FullyQualifiedErrorId : DirectoryNotFoundException&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since it does actually install, I can live with the errors but when I package it in Intune it fails immediately! I assume when packaging the source file is the deploy.ps1 . Since you did not specify, I assume the install command is:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;powershell.exe -Executionpolicy Bypass .\Autocad XXXX_Deploy.ps1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Would appreciate it anyone can provide feedback or perhaps instructions with some screen shots.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Much appreciated!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2023 17:24:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12047433#M7343</guid>
      <dc:creator>mkravetz3KJ2R</dc:creator>
      <dc:date>2023-06-20T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12053872#M7344</link>
      <description>&lt;P&gt;Great write up we have tweaked our approach some and I will explain why.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;The default&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Intune&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;File Size limit for packaged apps is 8GB to get a large upgraded file size 30GB please have your Azure Tenant Admin open a support ticket with Microsoft it may take a few days but this will help a lot for larger packages such as Revit so you dont have to create multiple apps. Revit is the only app we have seen get over 8gb&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The basic process would be to use the Autodesk Installer to unzip/extract the files to the C:\Autodesk folder&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Copy the extracted installation folder from its location into the Autodesk folder under Input (the folder you are packaging the Intune file from)&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Place the PowerShell Script of the install you want to package in the input folder&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Our ps1 files end up being pretty simply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force&lt;/P&gt;&lt;P&gt;cmd.exe /c ""C:\Autodesk\Revit2022\Setup.exe" -q"&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Launch powershell&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Cd c:\&lt;SPAN class=""&gt;intune&lt;/SPAN&gt;Setup&lt;/DIV&gt;&lt;DIV class=""&gt;IntuneWinAppUtil.exe&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;It will ask source folder: input&lt;/DIV&gt;&lt;DIV class=""&gt;It will ask for Setupfile: the name of the ps1 script you are using in your input folder ie Revit2022installer.ps1 etc&lt;/DIV&gt;&lt;DIV class=""&gt;It will ask for outfolder: output&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This does make larger install files but having the installation available under the C:\autodesk folder where it extracts and installs from means you have the files to run uninstall from (your computer will target the install location for the files)&amp;nbsp; The default intune folder gets cleared out on reboots after a successful attempt which is why you have issues uninstalling.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;the comment on MSI for detection vs location also applies to Civil3d and Autocad.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Jun 2023 18:12:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12053872#M7344</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2023-06-22T18:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12140657#M7345</link>
      <description>&lt;P&gt;Regarding the uninstall that is true, however when you deploy the uninstall it does the same thing..&lt;BR /&gt;It downloads the AutoDesk image data and then uses that to uninstall the application and clears the cache location so no files are needed on the device all the time&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 09:06:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12140657#M7345</guid>
      <dc:creator>lost_technical_analyst</dc:creator>
      <dc:date>2023-08-01T09:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12140661#M7346</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Yes it seems like you may have missed a step in the setup of the application at the time of creating the installer in the AutoDesk portal.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your image path is &lt;EM&gt;C:\Autodesk\AdvanceSteel_2024\ however the script is looking at the C:\temp\AutoDesk_Deployments.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;I've updated the template scripts and updated the article so if you download the new templates and set the values that match your deployment settings from the Autodesk portal it should be fine&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 10:42:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12140661#M7346</guid>
      <dc:creator>lost_technical_analyst</dc:creator>
      <dc:date>2023-08-01T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 07.09.2023</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12761145#M7347</link>
      <description>&lt;P&gt;Hey, I'm running into an issue with the &lt;STRONG&gt;script_remove.ps1&lt;/STRONG&gt; script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears the uninstall script you provided as a template is still looking for&amp;nbsp;-i deploy --offline_mode in the bat file and not&amp;nbsp;-i uninstall -q, so the remove script is trying to install instead of uninstall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like that portion of the script has been copy/pasted from the deploy script but it wasn't updated to do an uninstall. If possible, can you update the script so the correct uninstall parameters are in place?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have this all wrong please let me know!&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 19:35:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12761145#M7347</guid>
      <dc:creator>jordan_springer</dc:creator>
      <dc:date>2024-05-08T19:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 07.09.2023</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12762183#M7348</link>
      <description>&lt;P&gt;You're right!!!&lt;BR /&gt;I didn't even notice.&lt;BR /&gt;Thanks for bringing this up. I have re-uploaded the amended script. Let me know if it works for you!&lt;BR /&gt;Appreciate you messaging about that, great spot!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 07:51:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12762183#M7348</guid>
      <dc:creator>lost_technical_analyst</dc:creator>
      <dc:date>2024-05-09T07:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 07.09.2023</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12763605#M7349</link>
      <description>&lt;P&gt;Thanks for getting back to me so quickly!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The updated removal script is failing on line 97:&amp;nbsp;&lt;EM&gt;Start-Process -File $part1 -ArgumentList $uninstallArgs -Wait&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The error is "&lt;/SPAN&gt;&lt;SPAN&gt;Cannot validate argument on parameter 'FilePath'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again."&lt;/SPAN&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Perhaps this is failing because of:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like $part1 is undefined&lt;EM&gt; (was this changed to $executable ?)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$extension_manifestXml appears to be empty, so something is going wrong when trying to split this but my PowerShell skills aren't good enough to figure it out!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 20:20:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12763605#M7349</guid>
      <dc:creator>jordan_springer</dc:creator>
      <dc:date>2024-05-09T20:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12848497#M7350</link>
      <description>&lt;P&gt;Hi Guys.&lt;BR /&gt;&lt;BR /&gt;Here is my version.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Overview:&lt;BR /&gt;This is a PowerShell script which downloads Autodesk installers from URL (retrieved using devtools) then downloads it extracts it wraps the whole lot back up as Intunewin file using the setup.exe file as the installer. It also downloads the icons from another URL all set in an initial Array. it will then add the silent install parameters and some other required settings and upload into Intune. After this it will delete all the files used in this script, so it is nice and clean. (the silent uninstall also works just need to make sure the setting is enabled in the Intune app afterwards "&lt;SPAN&gt;Allow available uninstall&lt;/SPAN&gt;")&lt;BR /&gt;&lt;BR /&gt;This is just using the base product installers no custom installers or packages or anything more advanced.&lt;BR /&gt;&lt;BR /&gt;I have been using this for several months and works well. So far, I have only got 2022 and 2024 versions of the most popular Autodesk products.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please Note: There is also a trigger parameter called $TestInstall if it is $true it will download it but instead of converting to intunewin it will silently install on that machine. this is used to get the msi product code. which can be done once installed using.&amp;nbsp;Get-WmiObject -class Win32_Product | FT&lt;BR /&gt;If that parameter is $false it will not install locally just package and upload.&lt;BR /&gt;&lt;BR /&gt;This PowerShell script uses 2 PowerShell Modules.&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;7Zip4Powershell - To unzip exe files since the built in PowerShell function can't do .exe files even when renamed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IntuneWin32App - PowerShell module version of the intunewin packager this module also does the uploading to Intune.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;These are the permissions I have on the app registration. (probably not all required)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lachlan_bunter_0-1718775398661.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1377612i8E0FBFD597C967F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lachlan_bunter_0-1718775398661.png" alt="lachlan_bunter_0-1718775398661.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;BR /&gt;Didn't see a version as simple yet.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Feel Free to improve on this and share back with improvements or if it has helped you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jun 2024 06:24:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12848497#M7350</guid>
      <dc:creator>lachlan_bunter</dc:creator>
      <dc:date>2024-06-19T06:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12852092#M7351</link>
      <description>&lt;P&gt;This looks great so as new versions come out are you editing this to add the new url paths etc?&amp;nbsp;&lt;BR /&gt;So this auto converts your apps into intune installable apps and then you go in and specifiy who gets what in the device/user access?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 17:23:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12852092#M7351</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2024-06-20T17:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12852731#M7352</link>
      <description>Depends on what kind of update.&lt;BR /&gt;&lt;BR /&gt;Either adding a superceding app (can choose to uninstall the old one or not), installing with dependency on the previous version.&lt;BR /&gt;&lt;BR /&gt;So as far as uploading its pretty much the same process.&lt;BR /&gt;&lt;BR /&gt;The powershell module for the upload supports supercedence, dependency and assignment i just did not use these. But could definitely be implemented for further automation.&lt;BR /&gt;See: MSEndpointMgr/IntuneWin32App: Provides a set of functions to manage all aspects of Win32 apps in Microsoft Intune. (github.com)&amp;lt;&amp;gt;&lt;BR /&gt;[&lt;A href="https://opengraph.githubassets.com/ecad10ea7c54e563cf17b52509cbb08467203e152c0b90b07ce0ca26bba96a69/MSEndpointMgr/IntuneWin32App" target="_blank"&gt;https://opengraph.githubassets.com/ecad10ea7c54e563cf17b52509cbb08467203e152c0b90b07ce0ca26bba96a69/MSEndpointMgr/IntuneWin32App&lt;/A&gt;]&amp;lt;&amp;gt;&lt;BR /&gt;GitHub - MSEndpointMgr/IntuneWin32App: Provides a set of functions to manage all aspects of Win32 apps in Microsoft Intune.&amp;lt;&amp;gt;&lt;BR /&gt;Provides a set of functions to manage all aspects of Win32 apps in Microsoft Intune. - MSEndpointMgr/IntuneWin32App&lt;BR /&gt;github.com&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2024 00:44:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12852731#M7352</guid>
      <dc:creator>lachlan_bunter</dc:creator>
      <dc:date>2024-06-21T00:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12935434#M7353</link>
      <description>&lt;P&gt;thanks for the post, but I'm a little confused.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You download the deployment package from autodesk. Is this the package that you are uploading to intune with the powershell script to do the install?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this is what you are doing, if so why do you then extract the package in your instructions? is it just to get the install cmd?&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, 02 Aug 2024 11:20:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12935434#M7353</guid>
      <dc:creator>d_bargna</dc:creator>
      <dc:date>2024-08-02T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12961590#M7354</link>
      <description>&lt;P&gt;Sorry for the late reply we had machines that failed the extraction by extracting first we were able to control the location to place the files and not worry about the unzip process.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yeah it was a larger download but it hasnt failed us yet.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 19:52:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12961590#M7354</guid>
      <dc:creator>omushahwar</dc:creator>
      <dc:date>2024-08-15T19:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12996707#M7355</link>
      <description>&lt;P&gt;Seems Autodesk has changed how the download URLs work shortly after my post so now it is broken as it downloads a installer to then create the packages rather than downloading the packages themselves now.&lt;BR /&gt;&lt;BR /&gt;After all this still no way to support a proper install from Intune and now blocking people's workarounds.&lt;BR /&gt;&lt;BR /&gt;Seems like time to look into alternatives.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 02:18:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12996707#M7355</guid>
      <dc:creator>lachlan_bunter</dc:creator>
      <dc:date>2024-09-03T02:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12997131#M7356</link>
      <description>&lt;P&gt;The new way that you are referring to is covered by my article. You don't need to seek another solution when a working one is already outlined.&lt;BR /&gt;My solution allows you to just package the installer creation tool so then you have access to all files/folders within the installer to manipulate as you see fit.&lt;BR /&gt;It also gives you programmatic access to the installation script as well as the uninstall script to remove all the components that are left behind after an uninstall.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Happy packaging&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 07:45:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12997131#M7356</guid>
      <dc:creator>lost_technical_analyst</dc:creator>
      <dc:date>2024-09-03T07:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12997302#M7357</link>
      <description>&lt;P&gt;Is it possible to pin this post?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 09:26:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12997302#M7357</guid>
      <dc:creator>Simon_Weel</dc:creator>
      <dc:date>2024-09-03T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging AutoDesk applications in InTune - Updated 10/05/2024</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12997382#M7358</link>
      <description>&lt;P&gt;I'm sorry, I'm not the best on these forums.&lt;BR /&gt;Should I try to pin it somehow is that for AutoDesk admin to do?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 10:25:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/packaging-autodesk-applications-in-intune-updated-10-05-2024/m-p/12997382#M7358</guid>
      <dc:creator>lost_technical_analyst</dc:creator>
      <dc:date>2024-09-03T10:25:22Z</dc:date>
    </item>
  </channel>
</rss>

