How to Add an EXE App to Intune and Deploy to Windows

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • Applications come with a variety of installation types. One common type is the Win32 .exe format. The native .exe format is not an option when deploying applications with Intune. In this video, we review how to use the Win32 Content Prep Tool to convert a Win32 .exe application into a .intunewin package we can deploy with Intune. Then, we add the application to Intune and make it available for our Windows clients.
    00:00 - Start
    03:04 - Convert and EXE Package
    04:47 - Add a .intunewin Application to Intune
    08:26 - Install the Application from the Company Portal
    Links
    Free Azure guide! Subscribe to the newsletter
    subscribepage.io/rbsIjt
    Zero to Hero with Azure Virtual Desktop
    www.udemy.com/course/zero-to-...
    Hybrid Identity with Windows AD and Azure AD
    www.udemy.com/course/hybrid-i...
    Windows 365 Enterprise and Intune Management
    www.udemy.com/course/windows-...
    Cost Management in Azure
    www.udemy.com/course/cost-man...
    Win32 Content Prep Tool
    go.microsoft.com/fwlink/?link...
    7Zip
    www.7-zip.org/download.html
  • Věda a technologie

Komentáře • 17

  • @MiSionCEM
    @MiSionCEM Před 2 měsíci

    Excelente" thnks! can you share us the commnd with do you use in CMD?

  • @patrick__007
    @patrick__007 Před 10 měsíci

    Great!

  • @DanielConroy
    @DanielConroy Před 3 měsíci +1

    Do you know what Configuration Service Provider (CSP) would be used to do this? I know enterprisedesktopappmanagement handles MSI's, but I'm looking to install exe's using CSP's without intune.

  • @dis1guy
    @dis1guy Před 10 měsíci +2

    Can you make a video on how to Uninstall that specific app using intune?

  • @babypooful
    @babypooful Před 2 měsíci +1

    Mine says "Install Pending" for the last 45mins but yours deployed right away?

  • @itlabs2351
    @itlabs2351 Před měsícem

    for the uninstall command why was % used in path name?

  • @webgirlxxx
    @webgirlxxx Před 5 měsíci

    thanks for such useful video.
    Can you please clarify why at 7:25 - detection rule - "File or folder' you wrote 7zFM.exe instead of 7-zip like every else? I'm just trying to adapt this for another app and confused at this step

    • @snowleopard7102
      @snowleopard7102 Před 5 měsíci +2

      Потому что в рут папке 7zip нету .exe с названием 7-zip )

  • @DanielConroy
    @DanielConroy Před 12 dny

    Could you provide the event logs (Microsoft-Windows-DeviceManagement-Enterprise-Diagnostics-Provider/Admin) for when the device installs the intunewin package? That may help figure out which CSP intune uses.

  • @Eaway
    @Eaway Před 3 měsíci

    Does this apply to portable program (only exe, without installer)?

  • @jasonsutton4404
    @jasonsutton4404 Před 7 měsíci

    I tried this method but the intunewin file comes out twice the size of the EXE file. How is this happening?

    • @Ciraltos
      @Ciraltos  Před 7 měsíci

      Make sure only the setup files are in the directory specified with the -c switch github.com/microsoft/Intune-Win32-App-Packaging-Tool/issues/1

    • @jasonsutton4404
      @jasonsutton4404 Před 7 měsíci

      @@Ciraltos yeah i figured it out. My next issue is that when I finally got the file in the company portal it would fail at 100 percent. I checked status and it said “The System cannot find the file specified. (0x080070002) error. How do I fix this?

    • @Pk223-r1t
      @Pk223-r1t Před 2 měsíci

      @@jasonsutton4404 Your installation command is most likely incorrect. I would honestly have a test computer, manually install it on the computer and then go to the registry key to find the installation path and just copy that into your installation command.

  • @smartmammal9926
    @smartmammal9926 Před 12 dny

    Lacking huge information here regarding this tool. You glaze over all the syntax required to use the tool