Hey synsa!
The purpose of the batch file is to silently uninstall IE10 from a user's machine (even if they have an IE session in use) without forcing a restart. This will revert back to the previously installed version of IE the next time the user manually reboots his/her machine. Contents of the batch file are as follows:
@echo off
wusa /uninstall /kb:2718695 /quiet /norestart
Very simple. It works no problem when I manually double-click from the user's machine. However, if I try to execute it through a distribution package, it does not run (despite LANDesk reporting a 'Success' on the scheduled task).