<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Silent uninstall of .exe or .msi file needed]]></title><description><![CDATA[<p dir="auto">I am currently configuring Microsoft InTune and as a part of that I am rolling out Windows Autopilot, so I will be silently installing the app as a part of the build process. However when I package the .exe file, when I add the package to InTune it requires the install and uninstall command. Can anyone advise on the uninstall command for this or alternatively if there is an .msi file of Notepad++ then that would be my preferred choice.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23400/silent-uninstall-of-exe-or-msi-file-needed</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 05:46:33 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23400.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Aug 2022 15:23:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Silent uninstall of .exe or .msi file needed on Tue, 23 Aug 2022 23:53:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/harrison-costas" aria-label="Profile: Harrison-Costas">@<bdi>Harrison-Costas</bdi></a> ,</p>
<p dir="auto">I said,</p>
<blockquote>
<p dir="auto">quite a few hours before I could check my home machine</p>
</blockquote>
<p dir="auto">I just checked.  According to the registry Key section I mentioned, the <code>UninstallString</code> is <code>"C:\Program Files\Notepad++\uninstall.exe"</code> and <code>QuietUninstallString</code> is <code>"C:\Program Files\Notepad++\uninstall.exe" /S</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/79272</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79272</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 23 Aug 2022 23:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to Silent uninstall of .exe or .msi file needed on Tue, 23 Aug 2022 17:29:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/harrison-costas" aria-label="Profile: Harrison-Costas">@<bdi>Harrison-Costas</bdi></a></p>
<p dir="auto">There is no MSI installer, and the developer <a href="https://community.notepad-plus-plus.org/post/79266">confirmed just 16 hours ago</a> that there are no current plans to create one.</p>
<p dir="auto">The official installer EXE is downloadable from each version’s page at <a href="https://www.notepad-plus-plus.org/downloads/" rel="nofollow ugc">https://www.notepad-plus-plus.org/downloads/</a> .  (For example, the <a href="https://notepad-plus-plus.org/downloads/v8.4.4/" rel="nofollow ugc">v8.4.4 page</a> links to the 64-bit installer <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.4/npp.8.4.4.Installer.x64.exe" rel="nofollow ugc">npp.8.4.4.Installer.x64.exe</a>, so that’s what the “install command” looks like).  The <a href="https://npp-user-manual.org/docs/command-prompt/#installer-options" rel="nofollow ugc">installer options</a> are documented in the online user manual at <a href="https://npp-user-manual.org" rel="nofollow ugc">https://npp-user-manual.org</a></p>
<p dir="auto">I don’t know off the top of my head what the “uninstaller” looks like; I don’t know if it buries an uninst.exe or equivalent or not… I’ve never gone looking for such a thing, and my Notepad++ during the daytime is a portable copy, so it’s still quite a few hours before I could check my home machine to see if I can find where it put the uninstaller.  The installer is NSIS-based, so it probably does the uninstaller however any other NSIS-based installer would do it.  <em>Addenda: Looking at the source code for the <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/686bf4fba1dab0f9a065466427c2051c695903e5/PowerEditor/installer/nsisInclude/globalDef.nsh#L63" rel="nofollow ugc">NSIS config</a>, it looks like it stores the uinstall information in the registry at <code>HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Notepad++</code> , so looking at that registry entry that should tell you what you need to know about the uninstaller.</em></p>
]]></description><link>https://community.notepad-plus-plus.org/post/79271</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79271</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 23 Aug 2022 17:29:12 GMT</pubDate></item></channel></rss>