PDA

View Full Version : system32\drivers


joeman
10-15-2007, 02:44 PM
Hi, I'm trying to copy a device driver, a .sys file into the windows\system32\drivers directory of Vista and xp.

What would the path variable be? I tried it as %System32\driversFolder% but that didn't work.

second, how do I get the install program to pass vista's UAC? Will a user always have to "allow"?

Adam
10-15-2007, 03:41 PM
Use: %SystemFolder%\Drivers as the target folder.

UAC is a fact of Vista. Installers almost always require elevation

Adam Kapilik