hi all,
i want to be able to run a silent uninstall for all firefox versions installed on end user pcs, does firefox include an uninstaller tool like adobe flash does so all i need to do is add in the parameter for the silent uninstall which is "-uninstall" for flash
if firefox doesnt can i run a batch like i do for uninstalling all versions of java
"wmic product where "name like 'Java%%'" call uninstall /nointeractive"
just change the "Java" for "Mozilla Firefox"
many thanks
rob