February 22, 200719 yr Hi,I can´t seem to manage to install the Realtek AC97 audio drivers A3.98. It´s a Installshield installer, but I think it has something to do with the drivers not being WHQL. Is there a way to bypass the security messages?
February 23, 200719 yr if the drivers aren't signed you need to tweak a registry setting to avoid the warning messages.i don't remember the registry key but you can try to do goggle search or see if it is in the unattended guide.
February 23, 200719 yr Author I think You're right. I went to system/hardware there I can check the option to allways ignore unsigned policies. I just can´t find the regtweak for it. Do you think you can find it? Or do you have an idea where to look? Thanks. Edited February 23, 200719 yr by Bolus123
February 24, 200719 yr You can install all Realtek Audio drivers through RunOnceEx using the silent switch. Here's an example:REG ADD %KEY%03 /VE /D "Realtek High Digital Audio R1.57" /fREG ADD %KEY%03 /V 1 /D "\"%CDROM%\Applications\Realtek High Definition Audio Drivers R1.57\setup.exe\" -s -f2\"%systemdrive%\realtek.log\"" /fThe -s tells InstallShield to do a silent install (it uses setup.iss) whilst the -f2 is required for silent installs as they generate log files (you must save the log to a HDD or you'll have problems).
February 25, 200719 yr Author I tried this, but it doesn`t work. The strangest thing is, when I don`t use the log option, it does install (but not in runonceex). If I do use the log option it doesn´t install. But I am still not sure if it installs the driver, because its not digitally signed. I think it only installs the program.
February 26, 200719 yr Okay... Have you read this post? Under the section unsigned drivers it discusses the method it uses for getting around the driving signing issue. I use this method myself for installing drivers from a CD/DVD and have had no issues with installing Realtek drivers. Note the commentary near the end of the post about resetting the signing policy so that in the future, unsigned drivers throw the dialog box. Give it a go and let me know how things turn out.
February 26, 200719 yr Author Hi SRJ,Thanks for your reply. I've been trying to integrate using the WatchDriverSigningPolicy.exe file, but no succes. I did the following:1) Run regkey:[HKLM\SOFTWARE\Microsoft\Driver Signing] "Policy"=dword:000000002) Run WatchDriverSigningPolicy.exe (for making sure windows doesn´t turn back the regvalue)3) Run silent install realtek driverI tried doing this in normal XP mode (not runonceex), if it works in runonceex it should work in normal XP I guess.Result is still popping up the box for unsigned drivers.How exactly are you performing the installation?
February 27, 200719 yr Don't have much time but try this:REGEDIT4[HKEY_CURRENT_USER\Software\Microsoft\Driver Signing]"Policy"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]"Policy"=hex:00[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing]"BehaviorOnFailedVerify"=dword:00000000
March 3, 200719 yr 1:take this codeHKLM,"SOFTWARE\Microsoft\Driver Signing","Policy",0x00000001,00and plant it in HIVESFT.INF file in I386 Folder under [AddReg] Section.Thanks to Alienboo for this, its on that page, and it works for me,Also if you want to disable SFC:http://www.pctools.com/guides/registry/detail/790/
Create an account or sign in to comment