Skip to content
⌘ NSIS Forum Archive

How to Remove a service from windows service list?

3 posts

nv_rajanikanth#

How to Remove a service from windows service list?

Is it possiable to find service from the window's service list & delete it from that list, through NSIS un-installer script?
nick_goyal#
Yes it is possible. You can use nsis service plugin http://nsis.sourceforge.net/NSIS_Simple_Service_Plugin for this.