Last updated on March 19th, 2023 at 04:42 pm
Read Time:47 Second
Notepad++ v7 update has been released. We have today added the MSI installer for Notepad++ v7.8.9 to our MSI download repository.
This MSI installer gives you the method to easily deploy using systems like Group Policy, MDT or Configuration Manager.
Notepad++ v7.8.9 MSI Installer Download
SourceForge
You can grab the download from SourceForge by clicking the buttons below:
Instructions
If you want to install this MSI silently, then you can use the following msiexec command:
msiexec.exe /i "notepad.msi" /q /norestart
where:
- /i – install (you can use /x to uninstall
- “notepad.msi” – filename of the MSI
- /q – silent installation
- /norestart – will not restart the end users computer automatically
Previous Versions
You can also check out previous MSI installers for Notepad++ by viewing our Notepad++ MSI Archive.
Comments
If you have any questions or feedback on this post, please feel free to leave us a message below in our comments section.
Click to rate this post!
[Total: 0 Average: 0]