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?
Archive: How to Remove a service from windows service list?
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?
Yes it is possible. You can use nsis service plugin http://nsis.sourceforge.net/NSIS_Simple_Service_Plugin for this.