ITman93 Posted February 8, 2013 Posted February 8, 2013 Hey Guys, I'm new here! I was hoping someone could point me in the right direction. Some of the staff have an application called 'Spark' IM installed on their computers, it is no longer used therefore we want to remove it from everyone's computer in the domain, i was hoping somebody could advise me the best way to do this and how to do this without having to manually remove the application 1 at a time. Maybe a script or group policy to remove the application maybe? Thanks in advance.
SYNACK Posted February 8, 2013 Posted February 8, 2013 (edited) This may work Remote Uninstall Software - Script Center - Spiceworks Shouldn't need spiceworks, just run it as a startup script. Edited February 8, 2013 by SYNACK
ITman93 Posted February 8, 2013 Author Posted February 8, 2013 Hi thanks for the reply. Looks like something I need however, it looks like the script only works on 1 computer at a time, and I'm looking for one script to do them all! If this is possible! Thanks,
SYNACK Posted February 8, 2013 Posted February 8, 2013 Hi thanks for the reply. Looks like something I need however, it looks like the script only works on 1 computer at a time, and I'm looking for one script to do them all! If this is possible! Thanks, Run it as a startup script and set the computername as . This will target it to the local computer.
plexer Posted February 8, 2013 Posted February 8, 2013 How was the program deployed in the first place? Ben
thesk8rjesus Posted February 9, 2013 Posted February 9, 2013 Do you have SCCM in the network, I believe that you can remove software using that.
TheScarfedOne Posted February 9, 2013 Posted February 9, 2013 Do you have SCCM in the network, I believe that you can remove software using that. Only really works well if you deployed it that way and have the install / uninstall programs created. Best way is to try to script the silent running of the uninstall program from the local machine's program files folder (a nice if exists then script would work well), else it could be done with the msiexec program guid - but this is a bit more tricky
ITman93 Posted February 10, 2013 Author Posted February 10, 2013 How was the program deployed in the first place? Ben I believe it was a case of people running the install .exe to install the application. There are a couple registry entries, under HKEY_CURRENT_USER\Software\ej-technologieszexe4j thanks.
TheScarfedOne Posted February 10, 2013 Posted February 10, 2013 Can you have a look on the machine in its program files folder and see if it has its own inbuilt uninstall, if not, will try and find its guid code for an msiexec uninstall for you
JJonas Posted February 10, 2013 Posted February 10, 2013 Will this script work for AdobeARM as I need to remove this from a load of machines?
ITman93 Posted February 10, 2013 Author Posted February 10, 2013 Can you have a look on the machine in its program files folder and see if it has its own inbuilt uninstall, if not, will try and find its guid code for an msiexec uninstall for you Yes there is! uninstall.exe in the spark program folder
TheScarfedOne Posted February 10, 2013 Posted February 10, 2013 That's good news then. You will need to make a cmd script file which runs this with the /s parameters, which is the control for silent. "C:\Program Files\Spark\uninstall.exe" /s should do the trick. On a machine without the software, this will error out. You could tidy this up with an ifexist...but that might be overkill here.
ricki Posted February 11, 2013 Posted February 11, 2013 Hi Have you seen this Ignite Realtime: Silent Uninstall Richard
ITman93 Posted February 11, 2013 Author Posted February 11, 2013 Hi Have you seen this Ignite Realtime: Silent Uninstall Richard That seems to have done the trick along with using ifexists as mentioned byTheScarfedOne! thanks
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now