
In this section, we will explain how to create a deploy package for notepad++ MSI and EXE version How to create a package to deploy over the network The old versions of Notepad++ will b uninstalled silently


Notepad++ 32-bit on 32-bit System: “%ProgramFiles%\Notepad++\uninstall.exe” /S.You can confirm that the Auto-Updater is now unchecked and disabled under Settings-> Preferences-> MISC.-> (UNCHECKED) Enable Notepad++ Auto-Updater Now when you launch Notepad++ for the first time, a new config.xml file is created within the user profile using the template we created earlier. All new config.xml files will be created using your personal templateīelow is the other section, we will describe how to automate this.Delete or Rename the “ %ProgramFiles%\Notepad++\updater” directory.Every time that you install notpadd++ copy the file to the “ %ProgramFiles%\Notepad++\” directory.delete the “C:\Users\%Username%\AppData\Roaming\Notepad++” directory (If a config.xml file already exists in the users profile the settings will not change during a new install or upgrade).Rename the config.xml file to (This will be the template for all new installations).Copy the config.xml file to the C:\Downloads directory with the Notepad++ executable you downloaded earlier.Navigate to the current user profile “C:\Users\%Username%\AppData\Roaming\Notepad++”.Click Close and Exit out of the Notepad++ application.Under the MISC. section UNCHECK “Enable Notepad++ Auto-Updater”.Open the application and navigate to the Settings tab and Select Preferences….Change the “Notepad++_MSI_Installer.msi” with your downloaded version name.Enter the following command: start /wait msiexec /i "Notepad++_MSI_Installer.msi" /qn.Notepad++ 64-bit should be installed and find entries in the Programs and Features in the Control Panel. Change the “npp.7.9.Installer.圆4.exe” with your downloaded version.


