Help - Search - Members - Calendar
Full Version: Daemon Tools unattended problem :(
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
stickfun
when i use the switch:

CODE
start /wait %systemdrive%\install\DTools\daemon.msi Reboot=ReallySuppress /qn


a dialog box comes out asking for installation of SCSI/RAID drivers at the end sad.gif

how can i fix this? huh.gif

thanks smile.gif
Mosselman
I would install deamon in a vmware or virtual pc and record the installation with winInstall... then I would just compile a installer with winInstall of the complete installation... This is also very usefull when you are installing drivers that arent certified without having to supress the windows protection on it... (am not sure about last bit though, but I havent had any problems so far)...
MCT
all i do is use /qn it doesnt reboot on me tongue.gif

& the scsi drivers are a problem, but its been discussed & the work around i believe was 2 include the drivers on your unattended cd, search device drivers forum for answers or even unattended forum smile.gif
stickfun
but the thing is that i DON'T have SCSI/RAID devices.

i think it's from Daemon Tools huh.gif

do you guys have this problem when installing Daemon Tools?
SiMoNsAyS
the virtual dvd drive that installs daemon it's a SCSI one. if you go to device manager you can see a "DTxxxPRT SCSI Controller" (D)aemon (T)ools (xxx) means 3 numbers version (P)o(RT). maybe it's a problem with that version of daemon, i use version 3.46 and my switch:
QUOTE
daemon.msi Reboot=ReallySuppress /qb-!
MCT
I 2 use 3.46
stickfun
thanks for that switch.

i'll try it out newwink.gif

and yea, i use 3.46 too.
stickfun
not working sad.gif

oh well, i guess i just have to install it afterwards rolleyes.gif
lpl
It's weird, but i never used to have that problem until recently. I swear i didn't change a thing, it just popped up.

But if I just leave it alone it goes away by itself. and the program still works. The SCSI controller I get is D346PRT. So i say heck it, i've got other things to worry about...smile.gif

My switch is this :
CODE
%cdrom%\install\Daemon\daemon.msi /qb /norestart
Robpol86
no, i have the same problem, and i know whats causing it.

i tried just installing dtools exe (not msi) and it did the same thing. so it was obviously a sp2 problem.

the cause is that new option to install drivers from windows update. you have to make it NOT ask you (the top option)

the middle option (always ask) is the default. all i need is the registry tweak so i dont have to do this manually, here ill post a screen so you know what im talking about
stickfun
is it possible to use something like Taskkill to remove it? huh.gif

it's not as smooth but it should do the trick.
Robpol86
no, taskill wont work. windows is just asking you if you want to let it download a better driver from windows update, which is a waste of time because you already have the driver. a registry tweak or a script would fix this
stickfun
can anybody help us?

i'm still having this problem. sad.gif
Robpol86
i finnaly found the reg tweak so it wont ask me if i want to windows update. but NOW it asks me to search for the driver (it finds it if i tell it to search..)

WHY all of a sudden does it do this!?!? even doubleclicking the file will prompt me now. before (only adding a reg tweak), if i manually disabled windowsupdate driver search, it didnt prompt at all. now im confused..

if anyone knows how to solve this, plz tell us!
stickfun
anybody?

here's the error screenshot:
http://www.msfn.org/board/index.php?act=At...=post&id=172809 unsure.gif

maybe this is a glitch in SP2?
Robpol86
ewww a 900+ kB bitmap

here i compressed it, so people on 56k can help

yes thats EXACTLY what im getting now, cant get around it...

no its not a glitch in sp2, (with dtools 3.46), it worked perfectly for me. now all of a sudden it doesnt....
stickfun
we still need help sad.gif

i'm going to format soon so i need to figure this out.
mazin
QUOTE (Robpol86 @ Aug 20 2004, 11:05 PM)
yes thats EXACTLY what im getting now, cant get around it...

You can use a JScript script to deal with that screen.
Robpol86
i figured out nlite is the cause of this problem. after splitstreaming w/ nlite, and immediatelly making an iso, i didnt have this problem. but if i continued w/ nlite and make it classic install etc, then i ran into this problem.


maby someone might look into this and find out exactly why nlite makes tis happen?
MCT
this obviously isnt a "problem" different components cause different things 2 happen, that is why its suggested that u test it specifically for what u need, b4 burning/finalizing your project, so u dont have this happen tongue.gif
CypherBit
I had the exact same thing happen to me, never had that problem before and used the same switches and everything. I get that SCSI/RAID prompt and can do nothing else but click.

Hope this issue will be resolved soon.
SiMoNsAyS
what about creating an autoit script to click "no"
Robpol86
no no, you want it to hit YES, otherwise the driver wont install and no dtools
SiMoNsAyS
QUOTE (Robpol86 @ Aug 25 2004, 06:42 PM)
no no, you want it to hit YES, otherwise the driver wont install and no dtools

blushing.gif sorry i wanted to say "no, i don't want to search for a better driver". anyway have you tried to manage the installation with autoit??

ps: i'm sure there also must be a regkey to tell windows "never search for drivers on windows update
stickfun
QUOTE (SiMoNsAyS @ Aug 25 2004, 10:03 PM)
QUOTE (Robpol86 @ Aug 25 2004, 06:42 PM)
no no, you want it to hit YES, otherwise the driver wont install and no dtools

blushing.gif sorry i wanted to say "no, i don't want to search for a better driver". anyway have you tried to manage the installation with autoit??

ps: i'm sure there also must be a regkey to tell windows "never search for drivers on windows update

how would you create such a script?

i got AutoIt and it was too confusing wacko.gif
MCT
look in the help file, its easy
Piksou
I found a good solution: i simply install it at T-12 with cmdlines.txt
i wrote a batch that launch the silent install and added it: it seems to work perfectly: i've got hte SCSI adapter, the tray-icon and the virtual CD-Reader.
hope this helps
Piksou
btw, if anyone had a solution for awxDTools i'd be interrested : no way to have the install to be silent :-/
it's a NSIS but /S is not enough

edit: hem, forgot to post in english blushing.gif
SiMoNsAyS
QUOTE (stickfun @ Aug 26 2004, 11:07 PM)
how would you create such a script?

i got AutoIt and it was too confusing  wacko.gif

well, i haven't played a lot with that but i took 1 as an example and it's not too difficult. you only have to insert the keys that needs to be pressed. take a look at this thread, download one autoit script and start writting...

edited: LOL, FORGET EVERYTHING BEFORE! a new version of daemon tools it's out (3.47), same switches and it appears to solve the sp2 problem:
QUOTE
It is a hotfix-version to adress the latest issues
(especially the atapi.sys-lock with XP SP2).

change log
download daemon tools 3.47
CypherBit
Yes a new version has been available for a few days now but I tried installing it in the same manner as I installed previous versions and the prompt about SCSI/RAID remains.
SiMoNsAyS
QUOTE (CypherBit @ Aug 31 2004, 04:17 PM)
...and the prompt about SCSI/RAID remains.

f***! realmad.gif
Piksou
has anybody other tried with cmdlines.txt ?
if that works, why should we search sth other ?
gigantor
IŽll try cmdlines. If I should succeed IŽll report back to you here.
SiMoNsAyS
version 3.47 + nlite patch to remove the driver update dialog works for me thumbup.gif
bustanutb4u
For all of you that have not got Daemon Tools to work, this is what i have done to get it to work flawlessly....

assuming that your install of windows is the default. make corrections accordingly

step 1.

on your main system, unistall daemon tools. download and install the latest version. which should be 3.47, as far as i know the next release wont be until 4.0.

step 2.

after you install the recent addition, navagate yourself to
"c:\windows\downloaded installations\DAEMON Tools 3.47" in that directory you will find the infamous .msi file everyone talks about. copy that to your unattended install applications directory.

step 3.

for some this step my differ again, because i use the RunOnceEx method. But the switches should remain same. just add the following to your RunOnceEx.cmd file

REG ADD %KEY%\007 /VE /D "Daemon Tools 3.47" /f
REG ADD %KEY%\007 /V 1 /D "%systemdrive%\install\Applications\DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress" /f
CypherBit
I tried out 3.47 with nlite-0.98.8b and as SiMoNsAyS said ( newwink.gif ) it worked.
Asky
EDIT: Never mind, covered already
swampy
QUOTE (SiMoNsAyS @ Sep 2 2004, 10:17 PM)
version 3.47 + nlite patch to remove the driver update dialog works for me thumbup.gif

where is that in nlite, just can't see it
Thermopyle
QUOTE (SiMoNsAyS @ Sep 2 2004, 06:17 AM)
version 3.47 + nlite patch to remove the driver update dialog works for me thumbup.gif

What "nlite patch" are you referring too?
GDragoN
How to do it with nLite???

And cmdlines.txt?

Millan
GDragoN
Here is the solution:

http://www.msfn.org/board/index.php?showtopic=28628

Millan
mrmr
hallo
I'm using this:
CODE
REG ADD %KEY%\045 /VE /D "Daemon Tools 3.47" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\DaemonTools\DaemonTools347.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress" /f
REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\DaemonTools\DaemonScript.msi /qn" /f
REG ADD %KEY%\045 /V 3 /D "%systemdrive%\install\DaemonTools\DaemonDriveInstall.DaemonScript" /f
REG ADD %KEY%\045 /V 4 /D "rundll32 setupapi,InstallHinfSection DefaultInstall 128 %systemdrive%\Install\DaemonTools\DaemonTools.inf" /f

but that f***ing window for the driver appears again...
...and i've checked out the suppression on Driver Install in nLite...
so? someone can help me?

mrmr
Jito463
The driver install window should never popup when installing Alcohol or Daemon Tools. Try scrapping ALL your switches and using just /qn Reboot=ReallySuppress. That's all you need, trust me.
mrmr
well, tried right now with this:
CODE
REG ADD %KEY%\045 /VE /D "Daemon Tools 3.47" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\DaemonTools347.msi /qn REBOOT=ReallySuppress" /f

but the driver window appears again...even if i've removed "driver search" also with nLite...

mrmr
Jito463
Have you removed any drivers using nLite? Since DaemonTools uses a "faux SCSI" device, I believe you need the SCSI drivers left in the install.
cola99
In my installation the searching driver window will pop-up, but I just leave it there. Runoncex will continue going to next step and the window will disappear by itself.
mrmr
cola99 my installation goes like your...if i wait the driver window disappear...btw it should be better if it doens't appear at all...

@Jito463
I've removed most of the drivers...i've only net, sound and some other...my XP CD is 198MB right now...

mrmr

P.S.
I've also found an old post in this forum that point to a awxDTools_R0.9.exe of 50k...
it can be installed silently...and doesn't need daemon script...
look at here:
http://www.msfn.org/board/index.php?showtopic=13414




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.