
Open the Publisher and navigate to the product to be customized. Next, we can configure them in the Patch My PC Publisher.

The PowerShell file and Zip file were saved to a UNC network location that the publisher can access. # Extract the contents of the provided Compare Plugin zip file to the newly created folder, force theĮxpand-Archive -Path $PSScriptRoot\ComparePlugin圆4.zip -DestinationPath “$env:ProgramFiles\Notepad++\plugins\ComparePlugin” -Force

New-Item -itemtype Directory -Path “$env:ProgramFiles\Notepad++\plugins\ComparePlugin” -Force # Create a new folder called “ComparePlugin” in the Notepad++ “plugins” folder Next, we will create the following PowerShell script and save it in the same folder as our downloaded plugin. We will save the plugin as a zip file with our PowerShell Script in a location accessible by the Patch My PC Publisher, outside of the actual application’s content folder.

First, we wil l download the Plugin from GitHub here.
