Forum Discussion

christianl1980's avatar
christianl1980
Copper Contributor
Jun 02, 2022

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 Only as different (standalone) Apps and deployments in Intune.

 

If I deploy let´s say M365 32 Bit Suite to the corresponding device install collection it installs fine.

Then I deploy to my install device collection my Visio or Project 32-Bit C2R (KMS activation) app also via Intune and installs.

 

Now I want to remove Visio and this part I can´t overcome. Removing the device from the Visio or Project install device collection and then Adding the device to my Uninstall targeted device collection nothing ever happens.

 

If I instead create a M365 Suite with Visio and then deploy it to the device  via the uninstall targeted device collection then it uninstalls, but it uninstalls also M365 (of course), but that is NOT a solution we can live with.

 

Using the config.office.com to customize and then add the XML content to the App Suite config step in Intune. 

 

Tested with Windows 10 20H2

Visio Standard and Pro version 2016 C2R and using KMS for activation (no issues with this part). 

Project Standard and Pro version 2016 C2R also with KMS license activation.

 

Need to cover both Std and Pro + 32 and 64Bit versions.

 

I need to be able to install / uninstall each version without removing whole M365 Office Suite.

 

Really weird if Intune can´t do the job?????

 

 

 

  • 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

  • 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

    • christianl1980's avatar
      christianl1980
      Copper Contributor

      Hi Rudy

      Thanks for trying to help. I am trying to use the App Type Microsoft 365 Apps you did notice that right?

      I can of course try to make a Win 32 app that does the same and yes it was also my idea to try, but really do not understand why Intune can´t handle this as I would prefer to use a std. MS config instead of having to manually create an intune pck, but will try that now.

       

      Moreover I would rather use one win 32app for both install and uninstall and might be the end of this challenge.

Resources