Automate Management of Notepad++
The following set of Agent Procedures, Views, Policies, and Reports are meant to provide an example of how to automate the management of custom software, in this example, being notepad++.
Once applied via policy, the installation and upgrading of notepad++ will occur automatically moving forward.
Note: This will install it on ALL machines the policy is applied to. With some customization, it can be made to target specific machines. (not covered in this document)
IT Toolkit: Automating Software Application Management has no reviews.
Hey Stephen,
This has been updated. thanks.
Install or Update Notepad++ procedure is missing the writeFile statements on Line 8 and Line 18 before executeProceedure "ExecuteInstall", this will cause the install to fail, as the npp.exe is not actually copied to the agents working directory yet.
All you have to do is copy and paste the lines from the else statements for each OS Type.