Page 1 of 1

Silent uninstall

PostPosted: Mon Nov 23, 2015 12:12 pm
by wes_james_usu
I see that there is a silent install for the Mark program, but I need a silent uninstall. Is there a command? I have 50+ systems in a student lab I need to remove 7.1 and put 8 on. It would be helpful to have a silent uninstall command line option to work with my software management system. If it doesn't have a silent uninstall command, I'd suggest moving your installer tool to something like the free one here:

http://www.jrsoftware.org/isinfo.php (Inno Setup)

Thanks,

Wes

Re: Silent uninstall

PostPosted: Mon Nov 23, 2015 12:30 pm
by jhines
You might check out the free automation tool, AutoIt (www.autoitscript.com). It doesn't take very long to learn (enough to do a simple script) and can automate almost anything in Windows.
Jim

Re: Silent uninstall

PostPosted: Mon Nov 23, 2015 1:16 pm
by wes_james_usu
It looks like just installing 8 over 7.1 does the trick. It removes the old version and then installs the new one.