I faced this issue yesterday, then find out that repair option works. I think this solution works but mine is a little bit easier for normal end-users (no command line, just use your mouse)
Status: After installation of Windows 7: no usb, no Lan, no wireless, no bluetooth.
1. Load DRIVERS (usb 3.0, networks... anything) to Windows 7 installation usb drive (or another usb drive)
2. Restart the laptop, boot from Windows 7 installation usb.
3. Choose "repair option"
4. Following the process, you will see a dialog box asking you which Windows installation (location) you want to repair. But there is an option which allows you to install other drivers (Windows installation process thinks that it may not see all Windows in your laptop because of the lack of drivers).
Of course we do not install driver here, we just MAKE USE of the copy/paste feature of the select file/folder of Windows Explorer to copy ours DRIVERS to hard disk.
4. Then click on "Load drivers" (or something like that), the select file/folder dialog will open. (Similar to this)
Plug the usb drive in if you use another usb drive to store DRIVERS:
- Click on the combobox Look in (on top) to jump to the usb drive,
- Right lick on the folder containing DRIVERS, select COPY.
- Jump to the hard drive which contains Windows (e.g C or D drive, depends on your laptop)
- Right click, chose PASTE.
wait a little bit to make sure that all files will be copied correctly.
That's it. You have copied all DRIVERS to your hard drive. You now use Power button to power down the laptop, then restart it again. Install the DRIVERS you have on the hard drive.
lgarcia :
First of all I'm sorry for my bad english since unfortunatelly this is not my first lenguaje.
After my brain melted trying to figure out the best answer from all forums, I quit and tried to think by myself.
After 1 day of thinking I get into a pretty simple answer... "the usb is detected during windowss installation since I installed it from a pen drive..."
So what I did was:
1.- Load my wireless card driver to my pen drive that has the bootable windows
2.- Restart my laptop in order to boot from windows 7 installation.
3.- Instead of selecting start setup, I went to repair options
4.- Once in repair options select CMD
5.- In CMD identify the current letters of your drives in order to proceed
(this by following commands)
diskpart (enter)
list volumes (enter)
(information is displayed)
exit (enter in order to leave diskpart)
6.- once physical units are identified. just use CMD to perform the copy of the folders you want
xcopy "D:\source_drives" C:\destination_drives /s/c/y
7.- exit windows installation, turn off computer and remove pen drive
8.- Once you start windows 7 again, files must be on your local drive; just install them from there.
In my case I selected the wireless card since with internet connection everything is easier, but you can put any driver you want and copy that to your local drive.
I hope this helps, and please give a thumbs up or a congrats since i spend an entire day trying to solve this 😀
Best regards!