Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How to Deploy Autodesk AutoCAD Using Intune

May 15, 2024
in Blog, Intune Deployment
2
ADVERTISEMENT

Table of Contents

In this post, we’ll deploy Autodesk products via Microsoft Intune.

Before you begin

Things must be ready before you begin:

  • Have access to https://accounts.autodesk.com to download the Autodesk products.
  • Have access to https://endpoint.microsoft.com with an administrative account.
  • Devices are enrolled in Intune

Creating the AutoCAD installation package

1. Access to https://accounts.autodesk.com to download an Autodesk product for deployment. For example, we’ll download and then deploy the latest version of AutoCAD.

4u18kgRNSrzt084CoHJ0DyXbwwtRW9Xfil0sBu0vDW8NQnsMYy8jAk90K7Ml

2. Open the downloaded file, the Autodesk Deployment Tool will open then create the installer for you. It could take several minutes to complete depending on the internet speed.

GaVPbyIRG2d7fMCwFym9pkI99a3rrRAZedyrxTlECqzT5jkcXV50LdaVYtpu

3. Once done, click Open in folder to open the package folder.

DJORxN60eDymp1yDaZ34ovEtjJv2ufj1SMsoHeMSsUT8eFKM1QZNRzfmZKrY

The AutoCAD installation package has been created. All files and folders will be used in the next steps to create an Intune deployment package.

FgGO1hiYmJIwWvC0XGQuu2fMid5PiAwjHFyuPNlS7fLE77Qj2IbzsTt1fc7c

Creating the Intune package

Now that you have the custom package downloaded you can create the Intune package. We’ll use the Microsoft Win32 Content Prep Tool to preprocess Windows classic (Win32) apps. The tool converts application installation files into the .intunewin format.

1. Download the Microsoft Win32 Content Prep Tool from Microsoft.

A4xB1VH7PjEOBL5k4KGukb7B9LWT6i05rVGpXOYo3B7l2UEn3yDfqaJzlGnU

2. Extract the downloaded zip file then copy IntuneWinAppUtil.exe to D:\Intune folder. We’ve created folders for Intune package creation.

  • Create the D:\Intune\Input folder, all files and folders in this folder will be compressed into an .intunewin file.
  • Create the D:\Intune\Output folder, the compressed file would be saved in this folder.
UhgfaPRQtpMWYOJ9DVQHDllltrxaNwyFMuS4COpgMOb6EKF7TUUsPUIUoWcg

3. Copy all files and folders in the AutoCAD package folder to the D:\Intune\Input folder.

ukgHiNVsocj8WjXNw36f2H9Vh5Kv1smyVrZoD9tU4DbGsYo6NMt5V5Pz7BY7

4. Open PowerShell as administrator, navigate to the D:\Intune folder then run the Microsoft Win32 Content Prep Tool.

rt4XDBFzn1rgt0udxrLN9w5xi4qHKf5QHHi6Kvu3dqbr89d5DUUHvbaqXQTu

5. Specify the required information to create the Intune package.

  1. Enter the path of the source (input) folder.
  2. Enter the path of the setup.exe file (inside the source folder).
  3. Enter the path of the output folder.
VTOKpiCvB9yaaWazpZmtXdXPSnyw0DbfKML1XfnTsVDznsWYjgqb0Mw68pQU

6. It could take a while to create the Intune package. Once done, you can go to the D:\Intune\Output folder to verify the Intune package is created.

bvsuKa0qvbBfCoGjHpozJqbS1fudxR63Ihy7VjsOTtNjQuy7jOUoHcmv0ecB

The Intune package is ready, in the next steps, we’ll add it into Intune to deploy it to the manage devices.

Deploy AutoCAD using Microsoft Intune

1. Go to the Microsoft Intune admin center and add a Win32 app.

cnNcGln9PiVMM26IspLmJkC3tusJwNtlUpXYaRuqBShNuIp9764tGjXnzCzl

2. Select the .intunewin package we created in the previous steps. The file is located in D:\Intune\Output.

2s32IOIUtic5M2FzN4dr6YEJDjXRieeo7LMdHk3BQG7E9t7Y4HWR07Q54jZf

3. Next, we need to enter the install and uninstall command as follows.

yjoEtawwtYwklCZLokBEMPyEaIaLjvK9rZ945Qs1VFMi3RrF7XnNSw5wHukk

For the uninstall command, we use the MSI product code. The code can be found in the xml file in the input folder “D:\Intune\Input\setup.xml”. The code may vary depending on the Autodesk products and versions.

zKoUsjfEcQ3EcXZVsoL8QvylcENVW4RImlIySPfv8BMEjsW9jsXSKV35AzrB

4. We can use the MSI product code for the detection rule as well.

FlmRAH5FpWqMtGAuTABO7zjWxATGSDf8tqWInG74Ne1ABWIsIyhDDVA4tYkS

5. Finish the app creation process then wait for the app to be uploaded into Intune.

qeE9m10EEN1r9EsmQzl6AFuDocFVazSIYZJI5pzwD3JVwpxwROx36M4kJJz6

6. Once the app is uploaded, when a managed device checked-in with Intune. The app should be deployed automatically.

zpge6WQ9g1cwW125JHH5wAhZJOZiWqWwBxYS1M0gZM5uI2nTG4sUQFG3pYLk

Feel free to leave your comments below, and I will respond as soon as possible.

ADVERTISEMENT

Not a reader? Watch this related video tutorial:

5/5 - (1 vote)
Previous Post

How to Setup a Local NTP Server in Windows Server

Next Post

How to Enable or Disable Automatic Checkpoints in Hyper-V

Related Posts

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024
Ftr19

How to Fix Windows Cannot Read the ProductKey From the Unattend Answer File in VirtualBox

July 26, 2024
Ftr25

How to Update Windows Terminal in Windows 10/11

July 26, 2024

How to Disable The Beep Sound in WSL Terminal on Windows

July 26, 2024

Comments 2

  1. Ties says:
    10 months ago

    Hi,
    Thank you for all the steps. I have done all the steps above but it does not want to install for me. It keeps saying that it is downloading and when you look in task manager nothing happens.

    Is it perhaps the installation command? installation command is now
    setup.exe -q

    Reply
    • bon says:
      10 months ago

      You need to wait for downloading…

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory