<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://open-notes.nodefusion.com/blog/</id>
    <title>Nodefusion Open Notes Blog</title>
    <updated>2026-04-16T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://open-notes.nodefusion.com/blog/"/>
    <subtitle>Nodefusion Open Notes Blog</subtitle>
    <icon>https://open-notes.nodefusion.com/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune]]></title>
        <id>https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/</id>
        <link href="https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/"/>
        <updated>2026-04-16T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Overview]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="overview">Overview<a href="https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/#overview" class="hash-link" aria-label="Direct link to Overview" title="Direct link to Overview" translate="no">​</a></h2>
<p>This guide explains how to deploy an Adobe Creative Cloud package in an enterprise environment using Microsoft Intune (Win32 app) by packaging the Build folder and using the MSI as the setup file.
It is intended for system administrators who manage Windows devices through Microsoft Endpoint Manager.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="deployment-steps">Deployment Steps<a href="https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/#deployment-steps" class="hash-link" aria-label="Direct link to Deployment Steps" title="Direct link to Deployment Steps" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="download-the-adobe-package">Download the Adobe Package<a href="https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/#download-the-adobe-package" class="hash-link" aria-label="Direct link to Download the Adobe Package" title="Direct link to Download the Adobe Package" translate="no">​</a></h3>
<p>Go to [Adobe Admin Console](<a href="https://adminconsole.adobe.com/" target="_blank" rel="noopener noreferrer" class="">https://adminconsole.adobe.com</a>)</p>
<p>Navigate to:<br>
<!-- -->Packages → Create a Package</p>
<p>Select:</p>
<ul>
<li class="">Creative Cloud entitlement/licensing (for example Shared Device or your org’s entitlement)</li>
<li class="">Windows</li>
<li class="">Language</li>
<li class="">Required Creative Cloud apps</li>
</ul>
<p>Download the ZIP package and extract it on your computer.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="prepare-the-package-files-build-folder">Prepare the Package Files (Build Folder)<a href="https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/#prepare-the-package-files-build-folder" class="hash-link" aria-label="Direct link to Prepare the Package Files (Build Folder)" title="Direct link to Prepare the Package Files (Build Folder)" translate="no">​</a></h3>
<ul>
<li class="">Extract the ZIP and locate the Build folder inside the package.</li>
<li class="">Create an Output folder, example: C:\Output\</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="prepare-the-intune-package-intunewin">Prepare the Intune Package (.intunewin)<a href="https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/#prepare-the-intune-package-intunewin" class="hash-link" aria-label="Direct link to Prepare the Intune Package (.intunewin)" title="Direct link to Prepare the Intune Package (.intunewin)" translate="no">​</a></h3>
<p>Use Microsoft Win32 Content Prep Tool:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">IntuneWinAppUtil.exe</span><br></span></code></pre></div></div>
<p>Inputs:</p>
<ul>
<li class="">Source folder: the package Build folder</li>
<li class="">Setup file: Adobe Creative Cloud.msi</li>
<li class="">Output folder: C:\Output\</li>
<li class="">Do you want to specify a catalog folder: N</li>
</ul>
<p>This creates:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">Adobe Creative Cloud.intunewin</span><br></span></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="add-the-app-in-intune">Add the App in Intune<a href="https://open-notes.nodefusion.com/blog/2026/04/16/Deploy-Adobe-Creative-Cloud-via-Microsoft-Intune/#add-the-app-in-intune" class="hash-link" aria-label="Direct link to Add the App in Intune" title="Direct link to Add the App in Intune" translate="no">​</a></h3>
<p>Go to: Intune → Apps → Windows → Add</p>
<p>App type: Windows app (Win32)</p>
<p>Upload the .intunewin file.</p>
<ul>
<li class="">Program</li>
</ul>
<p>Install command: Should fill up automatically</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">msiexec /i "Adobe Creative Cloud.intunewin" /q</span><br></span></code></pre></div></div>
<p>Uninstall command: Should fill up automatically</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">msiexec /x "{PACKAGE-GUID-HERE}" /q</span><br></span></code></pre></div></div>
<ul>
<li class="">
<p>Requirements</p>
<ul>
<li class="">64‑bit</li>
<li class="">Windows 10 1607</li>
</ul>
</li>
<li class="">
<p>Detection Rule</p>
<ul>
<li class="">Use MSI detection:</li>
<li class="">Rule type: MSI</li>
<li class="">Product Code: Auto‑populated from Adobe Creative Cloud.msi</li>
</ul>
</li>
<li class="">
<p>Assignments</p>
<ul>
<li class="">Assign to the device groups or users.</li>
</ul>
</li>
</ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[Deploy Adobe Acrobat Pro via Microsoft Intune]]></title>
        <id>https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/</id>
        <link href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/"/>
        <updated>2026-04-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Overview]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="overview">Overview<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#overview" class="hash-link" aria-label="Direct link to Overview" title="Direct link to Overview" translate="no">​</a></h2>
<p>This guide explains how to deploy Adobe Acrobat Pro in an enterprise environment using Microsoft Intune.</p>
<p>It is intended for system administrators who manage Windows devices through Microsoft Endpoint Manager.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="deployment-steps">Deployment Steps<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#deployment-steps" class="hash-link" aria-label="Direct link to Deployment Steps" title="Direct link to Deployment Steps" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="download-the-adobe-package">Download the Adobe Package<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#download-the-adobe-package" class="hash-link" aria-label="Direct link to Download the Adobe Package" title="Direct link to Download the Adobe Package" translate="no">​</a></h3>
<p>Go to <a href="https://adminconsole.adobe.com/" target="_blank" rel="noopener noreferrer" class="">Adobe Admin Console</a></p>
<p>Navigate to:<br>
<!-- -->Packages → Create a Package</p>
<p>Select:</p>
<ul>
<li class="">Acrobat Pro DC</li>
<li class="">64‑bit</li>
<li class="">Enterprise or VIP licensing</li>
</ul>
<p>Download the ZIP package and extract it on your computer.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="identify-required-files">Identify Required Files<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#identify-required-files" class="hash-link" aria-label="Direct link to Identify Required Files" title="Direct link to Identify Required Files" translate="no">​</a></h3>
<p>Inside the extracted Adobe package you need to go to:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">AcrobatPro\\Build\\Setup\\APRO25.1\\Adobe Acrobat</span><br></span></code></pre></div></div>
<p>You must copy ALL of these into a new folder outside the acrobat one.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="create-the-mst-customization-file">Create the MST (Customization File)<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#create-the-mst-customization-file" class="hash-link" aria-label="Direct link to Create the MST (Customization File)" title="Direct link to Create the MST (Customization File)" translate="no">​</a></h3>
<p>Download from Adobe: <a href="https://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/" target="_blank" rel="noopener noreferrer" class="">Adobe Customization Wizard DC</a></p>
<p>Open AcroPro.msi inside the wizard.</p>
<p>Recommended settings:</p>
<ul>
<li class="">
<p>Enable Suppress EULA</p>
</li>
<li class="">
<p>Set installation to Silent (no UI)</p>
</li>
<li class="">
<p>Configure language settings</p>
</li>
<li class="">
<p>Disable cloud services if required</p>
</li>
</ul>
<p>Save it on the folder you created, name it:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">AcroPro.mst</span><br></span></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="download-the-latest-acrobat-patch-msp">Download the Latest Acrobat Patch (MSP)<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#download-the-latest-acrobat-patch-msp" class="hash-link" aria-label="Direct link to Download the Latest Acrobat Patch (MSP)" title="Direct link to Download the Latest Acrobat Patch (MSP)" translate="no">​</a></h3>
<p>Adobe publishes patches here: <a href="https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html" target="_blank" rel="noopener noreferrer" class="">Acrobat Enterprise Release Notes</a></p>
<p>Download the latest 64-bit MSP.</p>
<p>Example:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">AcrobatDCx64Upd2500121288.msp</span><br></span></code></pre></div></div>
<p>Copy it into your package folder.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="create-installcmd">Create install.cmd<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#create-installcmd" class="hash-link" aria-label="Direct link to Create install.cmd" title="Direct link to Create install.cmd" translate="no">​</a></h3>
<p>Your installation script must:</p>
<ul>
<li class="">Install Acrobat using MSI + MST</li>
<li class="">Ensure all required package files exist</li>
<li class="">Apply the MSP patch</li>
<li class="">Generate a log</li>
</ul>
<p>Create <code>install.cmd</code>:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">@echo off</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">echo ==== STARTING ADOBE ACROBAT INSTALLATION ====</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">rem Base installation (requires all Adobe package files)</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">msiexec /i "%~dp0AcroPro.msi" ALLUSERS=1 /qn TRANSFORMS="%~dp0AcroPro.mst"</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">rem Apply the MSP patch</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">msiexec /update "%~dp0AcrobatDCx64Upd2500121288.msp" /qn /norestart</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">echo ==== INSTALLATION FINISHED ====</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">exit /b %errorlevel%</span><br></span></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="create-uninstallcmd">Create uninstall.cmd<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#create-uninstallcmd" class="hash-link" aria-label="Direct link to Create uninstall.cmd" title="Direct link to Create uninstall.cmd" translate="no">​</a></h3>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">@echo off</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">msiexec /x "%\~dp0AcroPro.msi" /qn /norestart</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">exit /b %errorlevel%</span><br></span></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="prepare-the-intune-package-intunewin">Prepare the Intune Package (.intunewin)<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#prepare-the-intune-package-intunewin" class="hash-link" aria-label="Direct link to Prepare the Intune Package (.intunewin)" title="Direct link to Prepare the Intune Package (.intunewin)" translate="no">​</a></h3>
<p>Use Microsoft Win32 Content Prep Tool:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">IntuneWinAppUtil.exe</span><br></span></code></pre></div></div>
<p>Inputs:</p>
<ul>
<li class="">Source folder: your AcroPro folder (with ALL files)</li>
<li class="">Setup file: install.cmd</li>
<li class="">Output folder: location for the .intunewin</li>
<li class="">Do you want to specify a catalog folder: N</li>
</ul>
<p>This creates:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">install.intunewin</span><br></span></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="add-the-app-in-intune">Add the App in Intune<a href="https://open-notes.nodefusion.com/blog/2026/04/02/Deploy-Adobe-Acrobat-Pro-via-Microsoft-Intune/#add-the-app-in-intune" class="hash-link" aria-label="Direct link to Add the App in Intune" title="Direct link to Add the App in Intune" translate="no">​</a></h3>
<p>Go to: Intune → Apps → Windows → Add</p>
<p>App type: Windows app (Win32)</p>
<p>Upload the .intunewin file.</p>
<ul>
<li class="">
<p>Program</p>
<ul>
<li class="">Install command: install.cmd</li>
<li class="">Uninstall command: uninstall.cmd</li>
</ul>
</li>
<li class="">
<p>Requirements</p>
<ul>
<li class="">64‑bit</li>
<li class="">Windows 10 / 11</li>
</ul>
</li>
<li class="">
<p>Detection Rule</p>
<ul>
<li class="">Use MSI detection:<!-- -->
<ul>
<li class="">Rule type: MSI</li>
<li class="">Product Code: Auto‑populated from AcroPro.msi</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>How to find the MSI product code (if Intune does not auto‑populate it):</p>
<p>Powershell:</p>
<div class="language-console codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-console codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">(Get-WmiObject Win32\_Product | Where-Object { $\_.Name -like "\*Acrobat\*" }).IdentifyingNumber</span><br></span></code></pre></div></div>
<ul>
<li class="">Assignments<!-- -->
<ul>
<li class="">Assign to device groups or users that need Acrobat.</li>
</ul>
</li>
</ul>]]></content>
        <author>
            <name>hect6r</name>
        </author>
        <category label="Microsoft Intune" term="Microsoft Intune"/>
        <category label="Adobe Acrobat" term="Adobe Acrobat"/>
        <category label="MDM" term="MDM"/>
        <category label="Enterprise Deployment" term="Enterprise Deployment"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Welcome]]></title>
        <id>https://open-notes.nodefusion.com/blog/welcome/</id>
        <link href="https://open-notes.nodefusion.com/blog/welcome/"/>
        <updated>2026-03-31T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Today is the day, the day we launch of our Nodefusion Open Notes, our new platform for free/open source public sharing data blog, and we are so excited to share our thoughts and ideas with you.]]></summary>
        <content type="html"><![CDATA[<p>Today is the day, the day we launch of our <a href="https://open-notes.nodefusion.com/" target="_blank" rel="noopener noreferrer" class="">Nodefusion Open Notes</a>, our new platform for free/open source public sharing data blog, and we are so excited to share our thoughts and ideas with you.</p>
<p>Please note that all the content is given without any warranty and is for informational purposes only.</p>
<p>Normally, commits and pull requests to this repository are open to the public, as well as Nodefusion internal full time employees and contractors.</p>
<p>Target content is public sharing information about IT technical configuration including in IT architecture design, as well as information about organization/business processes and standard best practices.</p>
<p>We have chosen to use <a href="https://docusaurus.io/docs/blog" target="_blank" rel="noopener noreferrer" class="">Docusaurus blogging features</a> for our open notes, and we are excited to share our thoughts and ideas with you.</p>
<p>Sharing is caring, and we hope that our open notes will be a valuable resource for the community. We will be sharing our thoughts and ideas on a regular basis, so please stay tuned for more updates.</p>]]></content>
        <author>
            <name>Hrvoje Kusulja</name>
            <uri>https://www.linkedin.com/in/hrvojekusulja/</uri>
        </author>
        <category label="General" term="General"/>
    </entry>
</feed>