After finising installing Windows 7, at the time when a username is prompted for, pressing SHIFT+F10 then running the following commands can have the Users folder put in a non-system drive.

robocopy "C:\Users" "D:\Users" /e /copyall /xj
rmdir "C:\Users" /s /q
mklink /j "C:\Users" "D:\Users"