{"id":4457,"date":"2022-11-23T14:31:17","date_gmt":"2022-11-23T22:31:17","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=4457"},"modified":"2022-11-23T14:32:39","modified_gmt":"2022-11-23T22:32:39","slug":"how-to-deploy-visio-or-project-with-intune","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=4457","title":{"rendered":"How to Deploy Visio or Project with Intune"},"content":{"rendered":"\n<p>Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task.<\/p>\n\n\n\n<p>It is possible to add e.g. Language Packs, Proofing Tools, additional products (like Visio or Project) or apps without updating the installed build, even when a newer build is available in the source location (Office CDN or the specified source path).<br>In this blogpost I will show you have to leverage this methods to add Visio or Project to a device that is Intune managed and already has Microsoft 365 Apps installed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Start the&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/devicemanagement.microsoft.com\/\" target=\"_blank\">Microsoft Endpoint Manager admin center<\/a><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Click Apps<\/li><li>Click Windows<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-01.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-01.png?w=1024\" alt=\"\" class=\"wp-image-10094\"\/><\/a><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li>Click Add<\/li><li>Select app type : Windows 10<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-02-1.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-02-1.png?w=1024\" alt=\"\" class=\"wp-image-10105\"\/><\/a><\/figure>\n\n\n\n<ol class=\"wp-block-list\" id=\"block-9174bd46-0877-4d07-9ea6-6fc385ab338f\"><li>Suite Name : Add Visio Online Plan 2<\/li><li>Notes (optional) : Add Visio Online Plan 2 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-03-1.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-03-1.png?w=1024\" alt=\"\" class=\"wp-image-10101\"\/><\/a><\/figure>\n\n\n\n<ol class=\"wp-block-list\" id=\"block-231a0cb8-0467-4318-bb04-805c4fbeb785\"><li>Configuration settings format : Enter XML data<\/li><li>Copy the XML data from :&nbsp;<a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547<\/a><\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-04-1.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-04-1.png?w=1024\" alt=\"\" class=\"wp-image-10102\"\/><\/a><\/figure>\n\n\n\n<p>Then you just need to assign it as available or required to a group of users.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Note :<\/p><p>\u201cAdd version\u201d will install Visio in the same version as the Microsoft 365 Enterprise apps that are already on the device.<\/p><\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Below here are XML files for Visio and Project both Online and 2019 versions:<\/p>\n\n\n\n<p>Add Visio Online Plan 2<\/p>\n\n\n\n<p>Add Visio Online Plan 2 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"b5f8e99c-4dd4-4630-a46f-e11f8fc2a13d\"&gt;\n  &lt;Add Version=\"MatchInstalled\"&gt;\n    &lt;Product ID=\"VisioProRetail\"&gt;\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/&gt;\n      &lt;ExcludeApp ID=\"Groove\" \/&gt;\n    &lt;\/Product&gt;\n  &lt;\/Add&gt;\n&lt;\/Configuration&gt;<\/code><\/pre>\n\n\n\n<p>Add Project Online Client<\/p>\n\n\n\n<p>Add Project to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100629\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100629<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"c3089e9b-4891-4ccb-b7a1-8ac5f42ee68a\"&gt;\n  &lt;Add Version=\"MatchInstalled\"&gt;\n    &lt;Product ID=\"ProjectProRetail\"&gt;\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/&gt;\n      &lt;ExcludeApp ID=\"Groove\" \/&gt;\n    &lt;\/Product&gt;\n  &lt;\/Add&gt;\n&lt;\/Configuration&gt;<\/code><\/pre>\n\n\n\n<p>Add Visio Professional 2019<\/p>\n\n\n\n<p>Add Visio Professional 2019 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100630\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100630<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"bdc49b72-a1ad-419b-9ec0-ffe73f1e596f\"&gt;\n  &lt;Add Version=\"MatchInstalled\"&gt;\n    &lt;Product ID=\"VisioPro2019Volume\" PIDKEY=\"9BGNQ-K37YR-RQHF2-38RQ3-7VCBB\"&gt;\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/&gt;\n      &lt;ExcludeApp ID=\"Groove\" \/&gt;\n    &lt;\/Product&gt;\n  &lt;\/Add&gt;\n&lt;\/Configuration&gt;<\/code><\/pre>\n\n\n\n<p>Add Project Professional 2019<\/p>\n\n\n\n<p>Add Project Professional 2019 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100631\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100631<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"537b02cb-90f7-459a-9795-e7ac8a03c606\">\n  &lt;Add Version=\"MatchInstalled\">\n    &lt;Product ID=\"ProjectPro2019Volume\" PIDKEY=\"B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B\">\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/>\n      &lt;ExcludeApp ID=\"Groove\" \/>\n    &lt;\/Product>\n  &lt;\/Add>\n&lt;\/Configuration>\n<\/code><\/pre>\n\n\n\n<p>Ref: https:\/\/osddeployment.dk\/2021\/01\/06\/deploy-visio-or-project-with-intune-to-users-with-microsoft-365-apps-already-installed\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task. It is possible to add e.g. Language Packs, Proofing <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=4457\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1185,1249,238,239,10,18],"tags":[1398,1397,1399],"class_list":["post-4457","post","type-post","status-publish","format-standard","hentry","category-autopilot-intune","category-azure-microsoft","category-cloud","category-azure","category-microsoft","category-microsoft-office","tag-deploy-project-with-intune","tag-deploy-visio-or-project-with-intune","tag-deploy-visio-with-intune"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4457"}],"version-history":[{"count":2,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4457\/revisions"}],"predecessor-version":[{"id":4459,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4457\/revisions\/4459"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}