You should have at this point, either:
Installer packages from 3rd Party Vendors for installing their custom solution or,
WSP packages from 3rd party, or built from your own source code, or extracted using the Export Method (not recommended)
You can add the WSP package solutions to the new server by:
Open up cmd with Administrator privileges
Enter your C:\SharePointCustomizations folder
cd C:\SharePointCustomizations
Use stsadm to import the solution to your new server
Stsadm –o AddSolution –filename NameOfSolution.wsp
Make sure there are no errors when the command runs