Originally posted by: SoulAssassin
Originally posted by: Robor
The FlexInstaller is great - only drawback is it doesn't have a simple uninstall. 🙁
xnet stop \\remotecomputername\servicename
reg delete \\remotecomputername\HKLM\System\CurrentControlSet\Services\servicename /va
del \\remotecomputername\c$\installpath\*.* /q
xnet.exe and reg.exe can be found in the Resource Kit
Crazee or anyone else, if you can get me a text file with a list of machinenames I can put together a quick script that will either stop/start the services or remove completely.