MSFN Forum: Daemon Tools Add New Hardware Wizard trouble - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Daemon Tools Add New Hardware Wizard trouble Rate Topic: -----

#1 User is offline   Tachikoma 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-March 04

Posted 03 July 2004 - 08:57 PM

Hello all

I'm installing Daemon Tools 346 from RunOnceEx with this code

REG ADD %KEY%\060 /VE /D "Daemon Tools 3.46" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\dt\dt346.msi /qb REBOOT=Suppress" /f


This 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


#2 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 03 July 2004 - 09:02 PM

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

#3 User is offline   Tachikoma 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-March 04

Posted 03 July 2004 - 09:09 PM

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

#4 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 03 July 2004 - 09:31 PM

maybe here? Disable Update Device Driver Wizard

i doubt thats the correct tweak, but maybe u can use that as a guide 2 look 4 the key 2 disable hardware wizard

regards

#5 User is offline   Tachikoma 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-March 04

Posted 03 July 2004 - 09:50 PM

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

#6 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 03 July 2004 - 10:01 PM

I'm not sure if this is what you need to do:

http://www.msfn.org/...showtopic=20968

#7 User is offline   Tachikoma 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-March 04

Posted 03 July 2004 - 10:11 PM

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

#8 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 03 July 2004 - 11:14 PM

I just thought automounting would prevent that wizard.

#9 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 04 July 2004 - 01:48 AM

also, what about making an "autoit" script 2 quickly close the wizard ?

regards

#10 User is offline   Tachikoma 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-March 04

Posted 04 July 2004 - 02:01 AM

@mazin
Thanks for that script, I'll have another look and see if it will help.

@MCT
autoit scripts looks the go

Thanks people

#11 User is offline   ZoSTeR 

  • Member
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 04-November 03

Posted 04 July 2004 - 02:02 AM

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?

#12 User is offline   Tachikoma 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-March 04

Posted 04 July 2004 - 02:12 AM

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.

#13 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 04 July 2004 - 02:23 AM

an easier alternative would probly be taskkill
goto cmd and type taskkill /? for a list of switches

driversigning 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 > ignore

regards

#14 User is offline   Caramel 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 06-March 04

Posted 04 July 2004 - 05:57 AM

I have come accross this same issue....

but i found that the policy of "ignore it and it will go away" applies

i 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.

#15 User is offline   Tachikoma 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-March 04

Posted 04 July 2004 - 06:16 AM

Ignorance = Bliss

:)

Thanks Caramel, I've wasted enough time trying to fix it so I'll just let it go.

Thanks for the info.

Cheers

#16 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 12 February 2006 - 09:29 AM

same with Alcohol 120%. how to disable this windows?

#17 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 12 February 2006 - 05:39 PM

Run the silent installer ( elsewhere on the forum ) from svcpack , same goes for daemontools.

#18 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 12 February 2006 - 06:16 PM

View Postmuiz, on Feb 13 2006, 07:39 AM, said:

Run the silent installer ( elsewhere on the forum ) from svcpack , same goes for daemontools.


i want to run it from WPI not svcpack... how?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy