I found this link for SCCM. I'm modifying it some for Kace.
http://sharepointfarmer.com/onedrive-for-business-app-silent-install/
Download Office Deployment Tool. http://www.microsoft.com/en-us/download/details.aspx?id=36778
This will give you a setup.exe, a configuration.xml file, and a Office directory. Edit the configuration.xml file to match below.
<Configuration>
<Add SourcePath="" OfficeClientEdition="32">
<Product ID="GrooveRetail" >
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
I created a .cmd file to install this below.
@echo off
set KBOTDIR=%CD%
"%KBOTDIR%\setup.exe" /configure "%KBOTDIR%\configuration.xml"
Zip all files (including the Office directory), and upload them to Kace. Call the .cmd file in the install.
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (answer file driven)
Deployment Difficulty:
unspecified
Platform(s): Windows