Jump to content

Recommended Posts

Posted

I am trying to deploy Notepad ++ to multiple PC's. Normally I'd deploy an msi file via GPO or create a startup script, but Notepad ++ only comes as an .exe file and I don't seem to be able get a silent script to run.

 

I just wondered if anyone knew how?

 

Thanks

Posted

We do it through SCCM/MECM through a simple batch file (not got round to converting it to a powershell script yet), using the .exe.

 

start /wait npp.8.6.4.Installer.x64.exe /S
copy .\config.model.xml "C:\Program Files\Notepad++\config.model.xml" /Y

 

The .xml file is so that we can control and force some settings, but would not necessarily be needed for others.

  • Thanks 1
Posted

- - - Updated - - -

 

We do it through SCCM/MECM through a simple batch file (not got round to converting it to a powershell script yet), using the .exe.

 

start /wait npp.8.6.4.Installer.x64.exe /S
copy .\config.model.xml "C:\Program Files\Notepad++\config.model.xml" /Y

 

The .xml file is so that we can control and force some settings, but would not necessarily be needed for others.

 

Thanks, that's worked :) appreciated!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...