Skip to Main Content
Patch My PC Ideas & Feedback

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:

94 VOTE
Status SUBMITTED
Created by Samiksha Hedau
Created on Feb 27, 2024

Microsoft Project pro and Visio Pro

Need installs for Microsoft project Pro and visio pro softwares in patchmypc catalogue.

What Patch My PC product is this new application request for? Patch My PC Enterprise
  • Attach files
  • Jens Stevens
    Nov 7, 2025

    This should be possible by using Deployment tool for office options.

    If PMPC download the setup folder, using Deployment tool

    <Configuration>
    <Add OfficeClientEdition="64" Channel="Current" Version="16.0.16731.20170">
    <Product ID="VisioPro2021Retail">
    <Language ID="en-us" />
    </Product>
    </Add>
    <Updates Enabled="TRUE" />
    <Display Level="None" AcceptEULA="TRUE" />


    Include setup.exe and configuration.xml in your Intune package with the download folder

    then use setup.exe /configure configuration.xml in intune

    Ones installed successfully Current channel will continue updating it.

    To uninstall

    setup.exe /uninstall configuration.xml

    add custom detection or version script need to be checked and tested...

    I would recommend updating the downloaded folder content every quarter or each 6 months so other new users get the newest version installed.

  • +53