Yes, it was a silly mistake on my part. I forgot to include USB redirection when installing the Horizon View client. I have a Task Sequence in SCCM 2012 which installs the base image of Windows 8.1, copies the installation file to the c:drive and then runs the install command. I included the USB redirection option so now the command looks like this:
C:\VMware-Horizon-View-Client-x86_64-2.2.--1404668.exe /s /v /qn INSTALLDIR="%ProgramFiles(x86)%\VMware\VMware Horizon View Client" REBOOT=ReallySuppress VDM_SERVER=vdi.mydomain.com DESKTOP_SHORTCUT=0 QUICKLAUNCH_SHORTCUT=0 STARTMENU_SHORTCUT=1 ADDLOCAL=Core,USB /l C:\vmsi.log
Also part of my SCCM Task Sequence, for those of you interested, is the creation of a generic local user account and I make it a local administrator. I have a .reg file that makes that user auto log on when the computer starts up and the computer will auto launch the view client. This way, all the end user sees is the View client logon window and they just have to enter there Active Directory username and password.