Run Visual Studio Command Prompt in Administrator mode.
Change directory to the folder containing all the assemblies - its easy to just copy all the DLLs you need into some new folder and point it there.
Run the following:
FOR %1 IN (*) DO Gacutil /i %1