Forum Discussion

christianl1980's avatar
christianl1980
Copper Contributor
Jun 02, 2022
Solved

Separate M365 apps for Enterprise from Visio and Project standalone

I have failed to find a way to do the following:   Use Intune to create Apps separately for M365 Office Suite ONLY (Word, Excel, Powerpoint etc.)  and then create and deploy Visio Only and Project...
  • Rudy_Ooms_MVP's avatar
    Jun 02, 2022

    Hi so to be sure this isnt working


    Create a config.XML and place it in a folder

    Configuration>
    <Remove>
    <Product ID="VisioProRetail">
    <Language ID="en-us"/>
    </Product>
    </Remove>
    <Display Level="None" CompletionNotice="no" SuppressModal="yes" AcceptEULA="TRUE"/>
    </Configuration>

    Add the office customization setup.exe to that folder
    COnvert it to a win32 app , add it to intune and specify the setup parameter : setup.exe /configure config.xml

Resources