Yes, you can use a Batchfile with this Content:
%windir%\System32\wusa.exe Name_of_your_Package AND PARAMETERS
For exact Syntax run: wusa.exe /? and try one or two times for getting the correct Syntax.
But: How you will check if the update is installed? Otherwise WU-Agent will install many times the Hotfix.
%windir%\System32\wusa.exe Name_of_your_Package AND PARAMETERS
For exact Syntax run: wusa.exe /? and try one or two times for getting the correct Syntax.
But: How you will check if the update is installed? Otherwise WU-Agent will install many times the Hotfix.