July 4, 200422 yr Hello allI'm installing Daemon Tools 346 from RunOnceEx with this codeREG ADD %KEY%\060 /VE /D "Daemon Tools 3.46" /fREG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\dt\dt346.msi /qb REBOOT=Suppress" /fThis works fine. The problem is the Found New Hardware Wizard kicks in and says it has detected a SCSI controller. I then have to click next and then finish for it to install. I though of using a vbs script, but it would probably be messy as the time it takes for the wizard to pop up can vary.Is there a way to stop the wizard from appearing? To have windows find the driver automatically and install it with out asking?Thanks
July 4, 200422 yr what about a reg file 2 disable hardware wizard, (before u install that) then once its finished add another reg tweak 2 re enable it?regards
July 4, 200422 yr Author That's what I was thinking, but I can't seem to find a reg to do the job. It be nice to have that wizard not come up. The reg tweaks thread is getting huge, is there a way to search per thread?Could you point me to one?Thanks
July 4, 200422 yr maybe here? Disable Update Device Driver Wizardi doubt thats the correct tweak, but maybe u can use that as a guide 2 look 4 the key 2 disable hardware wizardregards
July 4, 200422 yr Author Thanks I'll give it a shot. Had a bit of a look around in the same area of the reg but nothing stands out. Maybe this will do it, although I think this is more to do with checking the internet for an unkown device driver.Cheers
July 4, 200422 yr I'm not sure if this is what you need to do:http://www.msfn.org/board/index.php?showtopic=20968
July 4, 200422 yr Author Thanks. Not what I'm after though, although it does look interesting.Trying to stop Found new hardware wizard appearing - automate it so it automatically finds and installs a driver.Cheers
July 4, 200422 yr Author @mazin Thanks for that script, I'll have another look and see if it will help.@MCTautoit scripts looks the go Thanks people
July 4, 200422 yr You could use AutoIt to get rid of the wizard window.But the main question is why does the wizard appear in the first place?Do you use nLite or some registry tweaks to remove files/drivers?Have you tried it on a pure unattended installation with just the Daemon Tools installer?
July 4, 200422 yr Author ZoSTeR that's what I can't work out, why the wizard appears in the first place. Normally windows would just detect the SCSI controller and automatically install driver anyway. For some reason it doesn't it asks me to choose automatically find or specify location.I've gone through all my regtweaks and can't see anything that could be doing it. Not running nLite either. Maybe it's something in winnt.sif - is there any command in there that could cause this? The only thing that sounds remotely related is DriverSigningPolicy=Ignore, don't know how that could be affecting it.AutoIT looks like it would require too much fiddling to do this, I've been working on this all weekend and I am not function 100% atm.
July 4, 200422 yr an easier alternative would probly be taskkillgoto cmd and type taskkill /? for a list of switchesdriversigning policy only allows windows 2 use 3rdparty drivers, it shouldnt cause that, same if u were 2 goto control panel > system > hardware tab > driver signing > ignoreregards
July 4, 200422 yr I have come accross this same issue....but i found that the policy of "ignore it and it will go away" appliesi don't know if windows has a timeout for such things but it does disappear after a time (before runonceex completes) with no side effects, daemon tools works fine without even rebooting.
July 4, 200422 yr Author Ignorance = BlissThanks Caramel, I've wasted enough time trying to fix it so I'll just let it go. Thanks for the info.Cheers
Create an account or sign in to comment